Uses of Enum Class
org.openwms.wms.receiving.api.PositionState
Package
Description
Contains types that belong to the public API of the WMS Receiving Service.
Contains event types that are exposed by the WMS Receiving Service API.
Contains internal types of the microservice implementation.
-
Uses of PositionState in org.openwms.wms.receiving.api
Modifier 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.api.events
Modifier and TypeFieldDescriptionfinal PositionState
ReceivingOrderPositionStateChangeEvent.state
ModifierConstructorDescriptionReceivingOrderPositionStateChangeEvent
(T source, PositionState state) -
Uses of PositionState in org.openwms.wms.receiving.impl
Modifier and TypeFieldDescriptionprivate @NotNull PositionState
AbstractReceivingOrderPosition.state
Current position state.Modifier 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)