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
TransportOrder
s.- Author:
- Heiko Scherrer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Start theTransportOrder
with the given id.void
Start the nextTransportOrder
for theTransportUnit
.void
Trigger a start of the givenTransportOrder
.
-
Method Details
-
start
Start theTransportOrder
with the given id.- Parameters:
pKey
- The persistent key of the TransportOrder to start
-
startNext
Start the nextTransportOrder
for theTransportUnit
.- Parameters:
transportUnitBK
- The business key of theTransportUnit
to start
-
triggerStart
Trigger a start of the givenTransportOrder
.- Parameters:
to
- The TransportOrder instance to start
-