Uses of Class
org.openwms.tms.routing.InputContext
Packages that use InputContext
Package
Description
This package contains all types of the COMMON COMM module used in this module.
This package contains all types that handle and process OSIP ERR messages.
This package contains all types that handle and process OSIP LOCU messages.
This package contains all types that handle and process OSIP RES messages.
This package contains all types that handle and process OSIP SYSU messages.
This package contains contains the TMS Routing types.
This package contains implementation classes operating on routes.
-
Uses of InputContext in org.openwms.common.comm
Fields in org.openwms.common.comm declared as InputContextMethods in org.openwms.common.comm with parameters of type InputContextModifier and TypeMethodDescription(package private) void
ItemMessageHeader.addFields
(InputContext in) Constructors in org.openwms.common.comm with parameters of type InputContextModifierConstructorDescription(package private)
ItemMessageHandler
(Matrix matrix, org.openwms.core.process.execution.spi.ProgramExecutor executor, InputContext in, RouteSearchAlgorithm routeSearch, org.openwms.common.location.api.LocationApi locationApi, org.openwms.common.location.api.LocationGroupApi locationGroupApi, org.openwms.tms.api.TransportOrderApi transportOrderApi) -
Uses of InputContext in org.openwms.common.comm.osip.err
Fields in org.openwms.common.comm.osip.err declared as InputContextConstructors in org.openwms.common.comm.osip.err with parameters of type InputContextModifierConstructorDescription(package private)
ErrorMessageHandler
(org.openwms.common.location.api.LocationGroupApi locationGroupApi, Matrix matrix, org.openwms.core.process.execution.spi.ProgramExecutor executor, InputContext in) -
Uses of InputContext in org.openwms.common.comm.osip.locu
Fields in org.openwms.common.comm.osip.locu declared as InputContextConstructors in org.openwms.common.comm.osip.locu with parameters of type InputContextModifierConstructorDescription(package private)
LocationUpdateMessageHandler
(org.openwms.common.location.api.LocationGroupApi locationGroupApi, org.openwms.common.location.api.LocationApi locationApi, InputContext in, Matrix matrix, org.openwms.core.process.execution.spi.ProgramExecutor executor) -
Uses of InputContext in org.openwms.common.comm.osip.res
Fields in org.openwms.common.comm.osip.res declared as InputContextModifier and TypeFieldDescriptionprivate final InputContext
AmqpResponder.in
private final InputContext
ResSenderApi.in
Constructors in org.openwms.common.comm.osip.res with parameters of type InputContextModifierConstructorDescription(package private)
AmqpResponder
(InputContext in, org.springframework.amqp.core.AmqpTemplate amqpTemplate, String exchangeName, OwmsProperties owmsProperties) ResSenderApi
(InputContext in, org.springframework.web.client.RestTemplate aLoadBalanced, org.springframework.cloud.client.discovery.DiscoveryClient dc, OwmsProperties owmsProperties) -
Uses of InputContext in org.openwms.common.comm.osip.sysu
Fields in org.openwms.common.comm.osip.sysu declared as InputContextConstructors in org.openwms.common.comm.osip.sysu with parameters of type InputContextModifierConstructorDescription(package private)
SystemUpdateMessageHandler
(org.openwms.common.location.api.LocationGroupApi locationGroupApi, Matrix matrix, org.openwms.core.process.execution.spi.ProgramExecutor executor, InputContext in) -
Uses of InputContext in org.openwms.tms.routing
Methods in org.openwms.tms.routing that return InputContext -
Uses of InputContext in org.openwms.tms.routing.routes.impl
Fields in org.openwms.tms.routing.routes.impl declared as InputContextConstructors in org.openwms.tms.routing.routes.impl with parameters of type InputContextModifierConstructorDescription(package private)
RouteServiceImpl
(Responder responder, RouteRepository routeRepository, RouteDetailsRepository routeDetailsRepository, InputContext in)