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 PositionStateReturns 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 PositionStateAbstractReceivingOrderPosition.stateCurrent position state.final PositionStateReceivingOrderPositionStateChangeEvent.stateMethods 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 TypeMethodDescriptionvoidAbstractReceivingOrderPosition.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.voidReceivingOrderPosition.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.voidAbstractReceivingOrderPosition.setState(PositionState state) Constructors in org.openwms.wms.receiving.impl with parameters of type PositionStateModifierConstructorDescriptionReceivingOrderPositionStateChangeEvent(T source, PositionState state)