Uses of Class
org.openwms.common.transport.spi.NotApprovedException
Package
Description
This package contains types for extension points and hooks (SPI - Service Provider Interface).
-
Uses of NotApprovedException in org.openwms.common.transport.spi
Modifier and TypeMethodDescriptionvoid
TransportUnitMoveApproval.approve
(@NotNull TransportUnit transportUnit, @NotBlank Location newLocation) Approve that the requested move of thetransportUnit
to thenewLocation
is permitted.void
TransportUnitStateChangeApproval.approve
(@NotNull TransportUnit transportUnit, @NotBlank String newState) Validate whether changing the state of thetransportUnit
intonewState
is permitted.