Package org.openwms.common.transport
This package contains all types required to describe transport unit items.
-
Interface Summary Interface Description Rule A Rule used as marker interface.TransportUnitService A TransportService offers functionality to create, read, update and deleteTransportUnit
s.TransportUnitTypeService A TransportUnitTypeService offers methods to deal withTransportUnitType
s. -
Class Summary Class Description TransportUnit A TransportUnit is an item like a box, a toad, a bin or a pallet that is moved within a warehouse and can carry goods.TransportUnitController A TransportUnitController.TransportUnitType A TransportUnitType is a type of a certainTransportUnit
.TransportUnitType.Builder TransportUnitType
builder static inner class.TransportUnitTypeController A TransportUnitTypeController.TypePlacingRule A TypePlacingRule is aRule
that defines which types ofTransportUnit
s (TransportUnitType
s) can be put on which type ofLocation
(LocationType
).TypeStackingRule A TypeStackingRule is aRule
that defines whichTransportUnitType
can be stacked on other types.UnitError An UnitError represents an error occurring on aTransportUnit
.UnitError.Builder UnitError
builder static inner class. -
Enum Summary Enum Description TransportUnitState A TransportUnitState defines a set of states forTransportUnit
s.