Uses of Interface
org.openwms.wms.movements.api.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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionenum
A DefaultMovementState defines the states in the default implementation.