Uses of Enum Class
org.openwms.wms.movements.api.StartMode
Packages that use StartMode
Package
Description
This package contains public api of the microservice.
This package contains the internal types of the microservice implementation.
-
Uses of StartMode in org.openwms.wms.movements.api
Fields in org.openwms.wms.movements.api declared as StartModeModifier and TypeFieldDescriptionprivate StartMode
MovementVO.startMode
Whether theMovement
should be directly processed (AUTOMATIC) or delayed (MANUAL).Methods in org.openwms.wms.movements.api that return StartMode -
Uses of StartMode in org.openwms.wms.movements.impl
Fields in org.openwms.wms.movements.impl declared as StartModeModifier and TypeFieldDescriptionprivate @NotNull StartMode
Movement.mode
Defines how the resultingTransportOrder
is started.Fields in org.openwms.wms.movements.impl with type parameters of type StartModeMethods in org.openwms.wms.movements.impl that return StartModeMethods in org.openwms.wms.movements.impl with parameters of type StartMode