Package org.openwms.tms.impl.state
Interface Startable
- All Known Implementing Classes:
Starter
public interface Startable
A Startable implementation is able to start or restart
TransportOrders.- Author:
- Heiko Scherrer
-
Method Summary
Modifier and TypeMethodDescriptionvoidStart theTransportOrderwith the given id.voidStart the nextTransportOrderfor theTransportUnit.voidTrigger a start of the givenTransportOrder.
-
Method Details
-
start
Start theTransportOrderwith the given id.- Parameters:
pKey- The persistent key of the TransportOrder to start
-
startNext
Start the nextTransportOrderfor theTransportUnit.- Parameters:
transportUnitBK- The business key of theTransportUnitto start
-
triggerStart
Trigger a start of the givenTransportOrder.- Parameters:
to- The TransportOrder instance to start
-