Schnittstelle OrderSequenceHistoryCodes


public interface OrderSequenceHistoryCodes
Defines constants for basic history event codes related to OrderSequences and documents how the respective supplementary information is to be interpreted.
  • Felddetails

    • SEQUENCE_CREATED

      static final String SEQUENCE_CREATED
      An event code indicating a order sequence has been created.

      The history entry's supplement is empty.

      Siehe auch:
    • SEQUENCE_ORDER_APPENDED

      static final String SEQUENCE_ORDER_APPENDED
      An event code indicating a transport order has been appended to an order sequence.

      The history entry's supplement contains the name of the transport order that was appended.

      Siehe auch:
    • SEQUENCE_PROCESSING_VEHICLE_CHANGED

      static final String SEQUENCE_PROCESSING_VEHICLE_CHANGED
      An event code indicating an order sequence's processing vehicle changed.

      The history entry's supplement contains the name of the new processing vehicle, or the empty string, if the processing vehicle was unset.

      Siehe auch:
    • SEQUENCE_COMPLETED

      static final String SEQUENCE_COMPLETED
      An event code indicating an order sequence has been completed and will not be extended by more orders.

      The history entry's supplement is empty.

      Siehe auch:
    • SEQUENCE_FINISHED

      static final String SEQUENCE_FINISHED
      An event code indicating an order sequence has been processed completely.

      The history entry's supplement is empty.

      Siehe auch: