Uses of Interface
org.openwms.tms.impl.UpdateFunction
Package
Description
This package contains the implementation classes that shall not be used directly only through interfaces.
This package contains classes according to TransportOrder redirection.
This package contains logic for TransportOrder state management.
-
Uses of UpdateFunction in org.openwms.tms.impl
Modifier and TypeClassDescription(package private) class
A AddProblemImpl.(package private) class
A ChangeTU is responsible to change aTransportOrder
s assignedTransportUnit
.(package private) class
A PrioritizeTO is responsible to change the priority of aTransportOrder
.Modifier and TypeFieldDescriptionprivate final List
<UpdateFunction> TransportationServiceImpl.updateFunctions
ModifierConstructorDescription(package private)
TransportationServiceImpl
(org.ameba.i18n.Translator translator, TransportOrderRepository repository, org.springframework.context.ApplicationContext ctx, StateManager stateManager, List<UpdateFunction> updateFunctions, List<TargetResolver<org.openwms.common.location.api.TargetVO>> targetResolvers) -
Uses of UpdateFunction in org.openwms.tms.impl.redirection
Modifier and TypeClassDescription(package private) class
A RedirectTO is responsible to handle target changes of aTransportOrder
. -
Uses of UpdateFunction in org.openwms.tms.impl.state
Modifier and TypeClassDescription(package private) class
A ChangeState is anUpdateFunction
to change the state of anTransportOrder
.