|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.events.KeyedEvent
wt.vc.wip.WorkInProgressServiceEvent
public class WorkInProgressServiceEvent
Provides a service specific event extended from KeyedEvent used in conjunction
with the standard implementation of the server-side functionality as
defined by the WorkInProgressService interface. This event could also
be used by a custom implementation of the WorkInProgressService.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
POST_CHECKIN
A constant that defines an event marking the occurrance of a checkin that has completed. |
static String |
POST_CHECKOUT
A constant that defines an event marking the occurrance of a checkout that has completed. |
static String |
POST_UNDO_CHECKOUT
A constant that defines an event marking the occurrance of an undo of a checkout that has completed. |
static String |
PRE_CHECKIN
A constant that defines an event marking the occurrance of a checkin that is about to commense. |
static String |
PRE_CHECKOUT
A constant that defines an event marking the occurrance of a checkout that is about to commense. |
static String |
PRE_UNDO_CHECKOUT
A constant that defines an event marking the occurrance of an undo of a checkout that is about to commense. |
| Method Summary | |
|---|---|
Workable |
getOriginalCopy()
Gets the original copy target of the event. |
Workable |
getTarget()
Deprecated. Replaced by getOriginalCopy() |
WTValuedMap |
getTargetMap()
Return a WTValuedMap with key=original copy and value = working copy. |
WTCollection |
getTargets()
Gets the event targent (WTKeyedMap of original - working pairs) as a WTCollection. |
Workable |
getWorkingCopy()
Gets the working copy target of the event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PRE_CHECKIN
public static final String POST_CHECKIN
public static final String PRE_CHECKOUT
public static final String POST_CHECKOUT
public static final String PRE_UNDO_CHECKOUT
public static final String POST_UNDO_CHECKOUT
| Method Detail |
|---|
public Workable getOriginalCopy()
wt.vc.wip.PRE_CHECKOUT,
wt.vc.wip.POST_CHECKOUT,
wt.vc.wip.PRE_CHECKIN,
wt.vc.wip.POST_CHECKIN,
wt.vc.wip.PRE_UNDO_CHECKOUT,
wt.vc.wip.POST_UNDO_CHECKOUTpublic Workable getWorkingCopy()
wt.vc.wip.POST_CHECKOUT,
wt.vc.wip.PRE_CHECKIN,
wt.vc.wip.POST_CHECKIN,
wt.vc.wip.PRE_UNDO_CHECKOUT,
wt.vc.wip.POST_UNDO_CHECKOUTpublic Workable getTarget()
wt.vc.wip.PRE_CHECKOUTpublic WTValuedMap getTargetMap()
public WTCollection getTargets()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||