Package org.openwms.wms.movements.spi
Interface MovementStateResolver
- All Known Implementing Classes:
DefaultMovementStateResolver
public interface MovementStateResolver
A MovementStateResolver requires to resolve the basic states of a
Movement
- Author:
- Heiko Scherrer
-
Method Summary
Modifier and TypeMethodDescriptionGet the state when aMovement
is completely done.Get the state when aMovement
is created.
-
Method Details
-
getNewState
DefaultMovementState getNewState()Get the state when aMovement
is created.- Returns:
- The state
-
getCompletedState
DefaultMovementState getCompletedState()Get the state when aMovement
is completely done.- Returns:
- The state
-