Uses of Enum Class
org.openwms.common.location.api.LockMode
Packages that use 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
Methods in org.openwms.common.location with parameters of type LockModeModifier 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
Methods in org.openwms.common.location.api that return LockModeModifier 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.Methods in org.openwms.common.location.api with parameters of type LockModeModifier 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
Fields in org.openwms.common.location.api.events declared as LockModeModifier and TypeFieldDescriptionprivate LockMode
TargetEvent.Builder.operationMode
private LockMode
TargetEvent.operationMode
Methods in org.openwms.common.location.api.events that return LockModeMethods in org.openwms.common.location.api.events with parameters of type LockMode