Uses of Interface
org.openwms.tms.impl.TargetHandler
Packages that use TargetHandler
Package
Description
This package contains the implementation classes that shall not be used directly only through interfaces.
This package contains logic for changing the target of a TransportOrder.
-
Uses of TargetHandler in org.openwms.tms.impl
Methods in org.openwms.tms.impl that return TargetHandlerModifier and TypeMethodDescriptionTargetResolver.getHandler()Get a handle reference to the handler instance that actually resolves the target. -
Uses of TargetHandler in org.openwms.tms.impl.targets
Classes in org.openwms.tms.impl.targets that implement TargetHandlerModifier and TypeClassDescription(package private) classA LocationGroupTargetHandler.(package private) classA LocationTargetHandler.Fields in org.openwms.tms.impl.targets declared as TargetHandlerModifier and TypeFieldDescriptionprivate final TargetHandler<org.openwms.common.location.api.LocationGroupVO> DefaultTargetResolvers.LocationGroupTargetResolver.handlerprivate final TargetHandler<org.openwms.common.location.api.LocationVO> DefaultTargetResolvers.LocationTargetResolver.handlerMethods in org.openwms.tms.impl.targets that return TargetHandlerModifier and TypeMethodDescriptionTargetHandler<org.openwms.common.location.api.LocationGroupVO> DefaultTargetResolvers.LocationGroupTargetResolver.getHandler()Get a handle reference to the handler instance that actually resolves the target.TargetHandler<org.openwms.common.location.api.LocationVO> DefaultTargetResolvers.LocationTargetResolver.getHandler()Get a handle reference to the handler instance that actually resolves the target.Constructors in org.openwms.tms.impl.targets with parameters of type TargetHandlerModifierConstructorDescriptionLocationGroupTargetResolver(org.openwms.common.location.api.LocationGroupApi locationGroupApi, TargetHandler<org.openwms.common.location.api.LocationGroupVO> handler) LocationTargetResolver(org.openwms.common.location.api.LocationApi locationApi, TargetHandler<org.openwms.common.location.api.LocationVO> handler)