Uses of Interface
org.openwms.wms.movements.api.MovementState
Packages that use MovementState
Package
Description
This package contains the core types microservice implementation.
This package contains the internal types of the microservice implementation.
This package contains only the different handler implementations for different Movement types.
This package contains types to connect to other services (Service Provider Interfaces).
-
Uses of MovementState in org.openwms.wms.movements
Methods in org.openwms.wms.movements with parameters of type MovementStateModifier and TypeMethodDescriptionMovementService.findFor
(@NotNull MovementState state, @NotBlank String source, @NotEmpty MovementType... types) Find and returnMovements
in the givenstate
and of one of thetypes
. -
Uses of MovementState in org.openwms.wms.movements.impl
Methods in org.openwms.wms.movements.impl with parameters of type MovementStateModifier and TypeMethodDescriptionMovementRepository.findByTypeAndStateAndSource
(MovementType type, MovementState state, List<String> sources) MovementServiceImpl.findFor
(@NotNull MovementState state, @NotBlank String source, @NotEmpty MovementType... types) Find and returnMovements
in the givenstate
and of one of thetypes
.MovementHandler.findInStateAndSource
(@NotNull MovementState state, @NotEmpty List<String> sources) Find and returnMovement
s. -
Uses of MovementState in org.openwms.wms.movements.impl.handler
Methods in org.openwms.wms.movements.impl.handler with parameters of type MovementStateModifier and TypeMethodDescriptionAbstractMovementHandler.findInState
(MovementState state, List<String> sources, MovementType type) InboundMovementHandler.findInStateAndSource
(@NotNull MovementState state, @NotEmpty List<String> sources) Find and returnMovement
s.ManualMovementHandler.findInStateAndSource
(@NotNull MovementState state, @NotEmpty List<String> sources) Find and returnMovement
s.RelocationMovementHandler.findInStateAndSource
(@NotNull MovementState state, @NotEmpty List<String> sources) Find and returnMovement
s.ReplenishmentMovementHandler.findInStateAndSource
(@NotNull MovementState state, @NotEmpty List<String> sources) Find and returnMovement
s. -
Uses of MovementState in org.openwms.wms.movements.spi
Classes in org.openwms.wms.movements.spi that implement MovementStateModifier and TypeClassDescriptionenum
A DefaultMovementState defines the states in the default implementation.