Package com.ptc.windchill.wp
Class WorkPackageEvent
java.lang.Object
wt.events.KeyedEvent
com.ptc.windchill.wp.WorkPackageEvent
- All Implemented Interfaces:
wt.events.summary.SummarizedEvent
Used to represent events occurring within the WorkPackage services. This
event supports multiple object event targets.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe event used to notify listeners that a package object has been copied (i.e., save-as action).static final StringThe event used to notify listeners that a package object has been locked.static final StringThe event used to notify listeners that a package object has been revised.static final StringThe event used to notify listeners that a package object has been unlocked.static final StringThe event used to notify listeners that a package object is about to be copied (i.e., save-as action).static final StringThe event used to notify listeners that a package object is about to be locked.static final StringThe event used to notify listeners that a package object is about to be revised.static final StringThe event used to notify listeners that a package object is about to be unlocked. -
Method Summary
Methods inherited from class wt.events.KeyedEvent
generateEventKey, generateEventKey, getAllEventNotificationDelegates, getConceptualClassname, getEventKey, getEventNotificationDelegate, getEventNotificationDelegate, getEventNotificationDelegate, getEventNotificationDelegateData, getEventNotificationDelegates, getEventTarget, getEventType, getTargetIDs, putEventNotificationDelegateData, toMultiObjectEvent, toSingleObjectEvents, toString
-
Field Details
-
PRE_LOCK
The event used to notify listeners that a package object is about to be locked. The event target contains a collection of package object(s) being locked.
Supported API: true- See Also:
-
POST_LOCK
The event used to notify listeners that a package object has been locked. The event target contains a collection of package object(s) being locked.
Supported API: true- See Also:
-
PRE_UNLOCK
The event used to notify listeners that a package object is about to be unlocked. The event target contains a collection of package object(s) being unlocked.
Supported API: true- See Also:
-
POST_UNLOCK
The event used to notify listeners that a package object has been unlocked. The event target contains a collection of package object(s) being unlocked.
Supported API: true- See Also:
-
PRE_COPY
The event used to notify listeners that a package object is about to be copied (i.e., save-as action). The event target contains collection of unpersisted package object copies. The related objects map is used to map a copy to its source package.
Supported API: true- See Also:
-
POST_COPY
The event used to notify listeners that a package object has been copied (i.e., save-as action). The event target contains collection of persisted package object copies. The related objects map is used to map a copy to its source package.
Supported API: true- See Also:
-
PRE_REVISE
The event used to notify listeners that a package object is about to be revised. The event target contains collection of unpersisted package object revisions.
Supported API: true- See Also:
-
POST_REVISE
The event used to notify listeners that a package object has been revised. The event target contains collection of persisted package object revisions.
Supported API: true- See Also:
-