Uses of Class
org.openwms.wms.movements.impl.Movement
Packages that use Movement
Package
Description
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 Movement in org.openwms.wms.movements.impl
Fields in org.openwms.wms.movements.impl declared as MovementModifier and TypeFieldDescriptionprivate Movement
ProblemHistory.movement
Reference to theMovement
it belongs to.Fields in org.openwms.wms.movements.impl with type parameters of type MovementModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute
<Movement, ZonedDateTime> Movement_.endDate
static javax.persistence.metamodel.SingularAttribute
<Movement, MovementGroup> Movement_.group
Movement_.initiator
static javax.persistence.metamodel.SingularAttribute
<Movement, ZonedDateTime> Movement_.latestDueDate
Movement_.message
Movement_.mode
static javax.persistence.metamodel.SingularAttribute
<ProblemHistory, Movement> ProblemHistory_.movement
static javax.persistence.metamodel.SetAttribute
<MovementGroup, Movement> MovementGroup_.movements
MovementGroup.movements
TheMovement
s that belong to theMovementGroup
.static javax.persistence.metamodel.SingularAttribute
<Movement, PriorityLevel> Movement_.priority
static javax.persistence.metamodel.ListAttribute
<Movement, ProblemHistory> Movement_.problems
Movement_.sku
Movement_.sourceLocation
Movement_.sourceLocationGroupName
static javax.persistence.metamodel.SingularAttribute
<Movement, ZonedDateTime> Movement_.startDate
static javax.persistence.metamodel.SingularAttribute
<Movement, ZonedDateTime> Movement_.startEarliestDate
static javax.persistence.metamodel.SingularAttribute
<Movement, DefaultMovementState> Movement_.state
Movement_.targetLocation
Movement_.targetLocationGroup
Movement_.transportUnitBk
static javax.persistence.metamodel.SingularAttribute
<Movement, MovementType> Movement_.type
Methods in org.openwms.wms.movements.impl that return MovementModifier and TypeMethodDescriptionCreate and return aMovement
.private Movement
MovementServiceImpl.findInternal
(String pKey) ProblemHistory.getMovement()
Get the correspondingMovement
.MovementEvent.getSource()
MovementTargetChangedEvent.getSource()
Methods in org.openwms.wms.movements.impl that return types with arguments of type MovementModifier and TypeMethodDescriptionMovementRepository.findBypKey
(String pKey) MovementRepository.findByTransportUnitBkAndTypeInAndStateIn
(Barcode transportUnitBk, List<MovementType> types, List<DefaultMovementState> states) MovementRepository.findByTypeAndStateAndSource
(MovementType type, MovementState state, List<String> sources) MovementHandler.findInStateAndSource
(@NotNull MovementState state, @NotEmpty List<String> sources) Find and returnMovement
s.MovementGroup.getMovements()
Methods in org.openwms.wms.movements.impl with parameters of type MovementMethod parameters in org.openwms.wms.movements.impl with type arguments of type MovementConstructors in org.openwms.wms.movements.impl with parameters of type MovementModifierConstructorDescriptionMovementEvent
(Movement movement, MovementEvent.Type type) MovementEvent
(Movement movement, MovementEvent.Type type, String previousLocation) MovementTargetChangedEvent
(Movement source) ProblemHistory
(Movement movement, Message problem) Full constructor. -
Uses of Movement in org.openwms.wms.movements.impl.handler
Methods in org.openwms.wms.movements.impl.handler that return MovementModifier and TypeMethodDescriptionCreate and return aMovement
.Methods in org.openwms.wms.movements.impl.handler that return types with arguments of type MovementModifier 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.Methods in org.openwms.wms.movements.impl.handler with parameters of type Movement -
Uses of Movement in org.openwms.wms.movements.spi
Methods in org.openwms.wms.movements.spi that return MovementModifier and TypeMethodDescriptionDefaultValidatorsImpl.onMove
(@NotNull Movement existingMovement, @NotBlank String location, @NotNull Movement movement) AnexistingMovement
to the newlocation
must be validated if it is allowed to be moved.default Movement
Validators.onMove
(@NotNull Movement existingMovement, @NotBlank String location, @NotNull Movement movement) AnexistingMovement
to the newlocation
must be validated if it is allowed to be moved.Methods in org.openwms.wms.movements.spi with parameters of type MovementModifier and TypeMethodDescriptionDefaultValidatorsImpl.onMove
(@NotNull Movement existingMovement, @NotBlank String location, @NotNull Movement movement) AnexistingMovement
to the newlocation
must be validated if it is allowed to be moved.default Movement
Validators.onMove
(@NotNull Movement existingMovement, @NotBlank String location, @NotNull Movement movement) AnexistingMovement
to the newlocation
must be validated if it is allowed to be moved.