Uses of Interface
org.openwms.tms.StateManager
Packages that use StateManager
Package
Description
The outer module package contains functional interfaces and entities.
This package contains the implementation classes that shall not be used directly only through interfaces.
This package contains logic for participating in the removal strategies.
This package contains logic for TransportOrder state management.
-
Uses of StateManager in org.openwms.tms
Methods in org.openwms.tms with parameters of type StateManagerModifier and TypeMethodDescriptionTransportOrder.changeState
(StateManager stateManager, TransportOrderState newState) Change the state of theTransportOrder
regarding some rules. -
Uses of StateManager in org.openwms.tms.impl
Fields in org.openwms.tms.impl declared as StateManagerModifier and TypeFieldDescriptionprivate final StateManager
TransportationServiceImpl.stateManager
Constructors in org.openwms.tms.impl with parameters of type StateManagerModifierConstructorDescription(package private)
TransportationServiceImpl
(org.ameba.i18n.Translator translator, TransportOrderRepository<TransportOrder, Long> repository, org.springframework.context.ApplicationContext ctx, StateManager stateManager, List<UpdateFunction> updateFunctions, List<TargetResolver<org.openwms.common.location.api.TargetVO>> targetResolvers) -
Uses of StateManager in org.openwms.tms.impl.removal
Fields in org.openwms.tms.impl.removal declared as StateManagerModifier and TypeFieldDescriptionprivate final StateManager
TransportUnitRemovalHandler.stateManager
Constructors in org.openwms.tms.impl.removal with parameters of type StateManagerModifierConstructorDescription(package private)
TransportUnitRemovalHandler
(TransportOrderRepository<TransportOrder, Long> repository, org.springframework.context.ApplicationContext ctx, String cancelStartedTO, StateManager stateManager) -
Uses of StateManager in org.openwms.tms.impl.state
Classes in org.openwms.tms.impl.state that implement StateManagerFields in org.openwms.tms.impl.state declared as StateManagerModifier and TypeFieldDescriptionprivate final StateManager
ChangeState.stateManager
private final StateManager
Initializer.stateManager
private final StateManager
Starter.stateManager
Constructors in org.openwms.tms.impl.state with parameters of type StateManagerModifierConstructorDescription(package private)
ChangeState
(org.springframework.context.ApplicationContext ctx, StateManager stateManager) (package private)
Initializer
(TransportOrderRepository<TransportOrder, Long> repository, org.openwms.common.transport.api.TransportUnitApi transportUnitApi, StateManager stateManager, org.springframework.context.ApplicationContext ctx) (package private)
Starter
(TransportOrderRepository<TransportOrder, Long> repository, org.openwms.common.location.api.LocationApi locationApi, org.openwms.common.location.api.LocationGroupApi locationGroupApi, org.springframework.context.ApplicationContext ctx, ExternalStarter externalStarter, StateManager stateManager)