Package org.opentcs.data.order
Interface OrderSequenceHistoryCodes
public interface OrderSequenceHistoryCodes
Defines constants for basic history event codes related to
OrderSequence
s and documents
how the respective supplementary information is to be interpreted.-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SEQUENCE_COMPLETED
An event code indicating an order sequence has been completed and will not be extended by more orders.static java.lang.String
SEQUENCE_CREATED
An event code indicating a order sequence has been created.static java.lang.String
SEQUENCE_FINISHED
An event code indicating an order sequence has been processed completely.static java.lang.String
SEQUENCE_ORDER_APPENDED
An event code indicating a transport order has been appended to an order sequence.static java.lang.String
SEQUENCE_PROCESSING_VEHICLE_CHANGED
An event code indicating an order sequence's processing vehicle changed.
-
Field Details
-
SEQUENCE_CREATED
static final java.lang.String SEQUENCE_CREATEDAn event code indicating a order sequence has been created.The history entry's supplement is empty.
- See Also:
- Constant Field Values
-
SEQUENCE_ORDER_APPENDED
static final java.lang.String SEQUENCE_ORDER_APPENDEDAn 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.
- See Also:
- Constant Field Values
-
SEQUENCE_PROCESSING_VEHICLE_CHANGED
static final java.lang.String SEQUENCE_PROCESSING_VEHICLE_CHANGEDAn 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.
- See Also:
- Constant Field Values
-
SEQUENCE_COMPLETED
static final java.lang.String SEQUENCE_COMPLETEDAn event code indicating an order sequence has been completed and will not be extended by more orders.The history entry's supplement is empty.
- See Also:
- Constant Field Values
-
SEQUENCE_FINISHED
static final java.lang.String SEQUENCE_FINISHEDAn event code indicating an order sequence has been processed completely.The history entry's supplement is empty.
- See Also:
- Constant Field Values
-