Package com.ptc.windchill.wp.delivery
Class WorkPackageDeliveryEvent
java.lang.Object
wt.events.KeyedEvent
com.ptc.windchill.wp.delivery.WorkPackageDeliveryEvent
- All Implemented Interfaces:
wt.events.summary.SummarizedEvent
Used to represent events occurring within the Delivery services. This
event supports multiple object event targets.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the related objects map
Supported API: true.Methods inherited from class wt.events.KeyedEvent
generateEventKey, getEventKey, getEventTarget, getEventType
-
Field Details
-
PRE_ZIP
The event used to notify listeners that a delivery record object is about to be zipped. The event target contains a collection of delivery record object(s) being zipped.
Supported API: true -
POST_ZIP
The event used to notify listeners that a delivery record object has been zipped. The event target contains a collection of delivery record object(s) being zipped. The final status of the export can be obtained from the the related objects map, which contains key=DeliveryRecord, value=com.ptc.windchill.sync.wpsync.ExportStatus. This event is not veto-able.
Supported API: true
-
-
Method Details
-
getRelatedObjectsMap
Get the related objects map
Supported API: true.- Returns:
- Unmodifiable map of event targets to their related objects (may be null).
-