Package com.ptc.netmarkets.wp.ixb
Class TrackedDeliveryObjects
java.lang.Object
com.ptc.netmarkets.wp.ixb.TrackedDeliveryObjects
Contains collections of objects that groups delivered objects by delivery type.
Supported API: true
Extendable: false.
Supported API: true
Extendable: false.
-
Method Summary
Modifier and TypeMethodDescriptionGet the objects that are absent in the delivery since last delivery.
Supported API: true
Extendable: false.Get the objects that are change in the delivery since last delivery.
Supported API: true
Extendable: false.Get the objects that are new in the delivery.
Supported API: true
Extendable: false.Get the objects that are unchange in the delivery since last delivery.
Supported API: true
Extendable: false.
-
Method Details
-
getNewObjects
Get the objects that are new in the delivery.
Supported API: true
Extendable: false.- Returns:
- new objects
-
getChangedObjects
Get the objects that are change in the delivery since last delivery.
Supported API: true
Extendable: false.- Returns:
- changed objects
-
getUnchangedObjects
Get the objects that are unchange in the delivery since last delivery.
Supported API: true
Extendable: false.- Returns:
- unchanged objects
-
getAbsentObjects
Get the objects that are absent in the delivery since last delivery.
Supported API: true
Extendable: false.- Returns:
- absent objects
-