Uses of Package
org.openwms.wms.movements.impl
Packages that use org.openwms.wms.movements.impl
Package
Description
This package contains the internal types of the microservice implementation.
This package contains only the different handler implementations for different Movement types.
This package contains types to connect to other services (Service Provider Interfaces).
-
Classes in org.openwms.wms.movements.impl used by org.openwms.wms.movements.implClassDescriptionA Movement is a simple task to move a
TransportUnit
from one sourceLocation
to a targetLocation
.A MovementEvent signals changes on aMovement
s lifecycle.A MovementGroup is used to groupMovement
s.A MovementHandler does all the work according to the specific type ofMovement
.A MovementRepository.A MovementTargetChangedEvent.A PriorityLevel is used to prioritizeMovement
s.A ProblemHistory stores an occurred problem, in form ofMessage
, recorded on aMovement
. -
Classes in org.openwms.wms.movements.impl used by org.openwms.wms.movements.impl.handlerClassDescriptionA Movement is a simple task to move a
TransportUnit
from one sourceLocation
to a targetLocation
.A MovementHandler does all the work according to the specific type ofMovement
.A MovementRepository. -
Classes in org.openwms.wms.movements.impl used by org.openwms.wms.movements.spiClassDescriptionA Movement is a simple task to move a
TransportUnit
from one sourceLocation
to a targetLocation
.