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 voidLocationController.changeLocation(LockMode mode, Target target, Integer plcState, BiConsumer<Target, ErrorCodeVO> fnc) private voidTargetController.changeLocation(LockMode mode, Target target, BiConsumer<Target, ErrorCodeVO> fnc) private voidTargetController.changeLocationGroupMode(LockMode mode, LocationGroup target, BiConsumer<LocationGroup, String> fnc) private voidTargetController.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 currentmodeaLocation, identified byerpCode.voidTargetController.changeState(String targetBK, LockType type, LockMode mode) Change the currentmodeaTarget, identified bytargetBKoperates in.private voidTargetController.raiseEvent(String targetBK, Boolean reAllocation, LockMode mode) private voidLocationController.unsupportedOperation(LockMode mode) private voidTargetController.unsupportedOperation(LockMode mode) -
Uses of LockMode in org.openwms.common.location.api
Methods in org.openwms.common.location.api that return LockModeModifier and TypeMethodDescriptionstatic LockModeReturns 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 TypeMethodDescriptionvoidLocationApi.changeState(String erpCode, LockType type, LockMode mode, Integer plcState) Change the currentmodeaLocation, identified byerpCode.voidTargetApi.changeState(String targetBK, LockType type, LockMode mode) Change the currentmodeaTarget, identified bytargetBKoperates in. -
Uses of LockMode in org.openwms.common.location.api.events
Fields in org.openwms.common.location.api.events declared as LockModeModifier and TypeFieldDescriptionprivate LockModeTargetEvent.Builder.operationModeprivate LockModeTargetEvent.operationModeMethods in org.openwms.common.location.api.events that return LockModeMethods in org.openwms.common.location.api.events with parameters of type LockMode