Class TrackedDeliveryObjects

java.lang.Object
com.ptc.netmarkets.wp.ixb.TrackedDeliveryObjects

public class TrackedDeliveryObjects extends Object
Contains collections of objects that groups delivered objects by delivery type.

Supported API: true

Extendable: false.
  • Method Details

    • getNewObjects

      public WTCollection getNewObjects()
      Get the objects that are new in the delivery.

      Supported API: true

      Extendable: false.
      Returns:
      new objects
    • getChangedObjects

      public WTCollection getChangedObjects()
      Get the objects that are change in the delivery since last delivery.

      Supported API: true

      Extendable: false.
      Returns:
      changed objects
    • getUnchangedObjects

      public WTCollection getUnchangedObjects()
      Get the objects that are unchange in the delivery since last delivery.

      Supported API: true

      Extendable: false.
      Returns:
      unchanged objects
    • getAbsentObjects

      public WTCollection getAbsentObjects()
      Get the objects that are absent in the delivery since last delivery.

      Supported API: true

      Extendable: false.
      Returns:
      absent objects