Uses of Enum Class
org.openwms.common.location.api.LockMode
Package
Description
This package contains all types to describe locations.
This package contains the public API to deal with Locations and LocationGroups.
This package contains event typed belonging to the public API.
-
Uses of LockMode in org.openwms.common.location
Modifier and TypeMethodDescriptionprivate void
LocationController.changeLocation
(LockMode mode, Target target, Integer plcState, BiConsumer<Target, ErrorCodeVO> fnc) private void
TargetController.changeLocation
(LockMode mode, Target target, BiConsumer<Target, ErrorCodeVO> fnc) private void
TargetController.changeLocationGroupMode
(LockMode mode, LocationGroup target, BiConsumer<LocationGroup, String> fnc) private void
TargetController.changeLocationGroupState
(LockMode mode, Target target, BiConsumer<Target, LocationGroupState[]> fnc) org.springframework.http.ResponseEntity
<Void> LocationController.changeState
(String erpCode, LockType type, LockMode mode, Integer plcState) Change the currentmode
aLocation
, identified byerpCode
.void
TargetController.changeState
(String targetBK, LockType type, LockMode mode) Change the currentmode
aTarget
, identified bytargetBK
operates in.private void
TargetController.raiseEvent
(String targetBK, Boolean reAllocation, LockMode mode) private void
LocationController.unsupportedOperation
(LockMode mode) private void
TargetController.unsupportedOperation
(LockMode mode) -
Uses of LockMode in org.openwms.common.location.api
Modifier and TypeMethodDescriptionstatic LockMode
Returns the enum constant of this class with the specified name.static LockMode[]
LockMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
LocationApi.changeState
(String erpCode, LockType type, LockMode mode, Integer plcState) Change the currentmode
aLocation
, identified byerpCode
.void
TargetApi.changeState
(String targetBK, LockType type, LockMode mode) Change the currentmode
aTarget
, identified bytargetBK
operates in. -
Uses of LockMode in org.openwms.common.location.api.events
Modifier and TypeFieldDescriptionprivate LockMode
TargetEvent.Builder.operationMode
private LockMode
TargetEvent.operationMode