Uses of Enum Class
org.openwms.wms.receiving.api.PositionState
Packages that use PositionState
Package
Description
Contains types that belong to the public API of the WMS Receiving Service.
Contains internal types of the microservice implementation.
-
Uses of PositionState in org.openwms.wms.receiving.api
Methods in org.openwms.wms.receiving.api that return PositionStateModifier and TypeMethodDescriptionstatic PositionState
Returns the enum constant of this class with the specified name.static PositionState[]
PositionState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PositionState in org.openwms.wms.receiving.impl
Fields in org.openwms.wms.receiving.impl declared as PositionStateModifier and TypeFieldDescriptionprivate @NotNull PositionState
AbstractReceivingOrderPosition.state
Current position state.final PositionState
ReceivingOrderPositionStateChangeEvent.state
Methods in org.openwms.wms.receiving.impl that return PositionStateModifier and TypeMethodDescriptionAbstractReceivingOrderPosition.getState()
ReceivingOrderPositionStateChangeEvent.getState()
Methods in org.openwms.wms.receiving.impl with parameters of type PositionStateModifier and TypeMethodDescriptionvoid
AbstractReceivingOrderPosition.changePositionState
(org.springframework.context.ApplicationEventPublisher eventPublisher, PositionState positionState) Change the state of the position and publish a state change event if the new state has a higher ordinal value than the current state.void
ReceivingOrderPosition.changePositionState
(org.springframework.context.ApplicationEventPublisher eventPublisher, PositionState positionState) Change the state of the position and publish a state change event if the new state has a higher ordinal value than the current state.void
AbstractReceivingOrderPosition.setState
(PositionState state) Constructors in org.openwms.wms.receiving.impl with parameters of type PositionStateModifierConstructorDescriptionReceivingOrderPositionStateChangeEvent
(T source, PositionState state)