Class InboundMovementHandler

java.lang.Object
org.openwms.wms.movements.impl.handler.AbstractMovementHandler
org.openwms.wms.movements.impl.handler.InboundMovementHandler
All Implemented Interfaces:
MovementHandler, org.springframework.plugin.core.Plugin<MovementType>

@TxService class InboundMovementHandler extends AbstractMovementHandler
A InboundMovementHandler.
Author:
Heiko Scherrer
  • Constructor Details

    • InboundMovementHandler

      InboundMovementHandler(MovementRepository repository, org.springframework.context.ApplicationEventPublisher publisher)
  • Method Details

    • findInStateAndSource

      @Measured public List<Movement> findInStateAndSource(@NotNull @NotNull MovementState state, @NotEmpty @NotEmpty List<String> sources)
      Find and return Movements.
      Parameters:
      state - The state to search Movements for
      sources - A list of sourceLocation or sourceLocationGroup names to search Movements for
      Returns:
      A list of instances, never null
    • supports

      public boolean supports(MovementType delimiter)