Uses of Enum Class
org.openwms.common.location.api.LocationGroupState
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 internal implementation classes.
This package contains types for extension points and hooks (SPI - Service Provider Interface)
-
Uses of LocationGroupState in org.openwms.common.location
Modifier and TypeFieldDescriptionprivate @NotNull LocationGroupState
LocationGroup.groupStateIn
State of infeed, controlled by the subsystem only.private @NotNull LocationGroupState
LocationGroup.groupStateOut
State of outfeed.Modifier and TypeMethodDescriptionLocationGroup.getGroupStateIn()
Returns the infeed state of theLocationGroup
.LocationGroup.getGroupStateOut()
Return the outfeed state of theLocationGroup
.Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<Void> LocationGroupController.changeGroupState
(String pKey, String op, LocationGroupState stateIn, LocationGroupState stateOut) void
LocationGroupService.changeGroupState
(@NotBlank String pKey, @NotNull LocationGroupState stateIn, @NotNull LocationGroupState stateOut) Change the infeed and outfeed state of aLocationGroup
.void
LocationGroup.changeGroupStateIn
(LocationGroupState newGroupStateIn) Change the infeed state of theLocationGroup
.private void
LocationGroup.changeGroupStateIn
(LocationGroupState newGroupStateIn, LocationGroup lockLG) Change the infeed state of theLocationGroup
.void
LocationGroup.changeGroupStateOut
(LocationGroupState newGroupStateOut) Change the outfeed state of theLocationGroup
.(package private) void
LocationGroup.changeGroupStateOut
(LocationGroupState gStateOut, LocationGroup lockLg) Set the outfeed state of theLocationGroup
.void
LocationGroup.changeState
(LocationGroupState stateIn, LocationGroupState stateOut) Tries to change thegroupStateIn
andgroupStateOut
of theLocationGroup
.Modifier and TypeMethodDescriptionvoid
LocationGroupService.changeGroupStates
(@NotBlank String name, Optional<LocationGroupState> stateIn, Optional<LocationGroupState> stateOut) Change the infeed and outfeed state of aLocationGroup
. -
Uses of LocationGroupState in org.openwms.common.location.api
Modifier and TypeFieldDescriptionprivate LocationGroupState
LocationGroupVO.groupStateIn
Infeed state, controlled by the subsystem only.private LocationGroupState
LocationGroupVO.groupStateOut
Outfeed state.Modifier and TypeMethodDescriptionLocationGroupVO.getGroupStateIn()
LocationGroupVO.getGroupStateOut()
static LocationGroupState
Returns the enum constant of this class with the specified name.static LocationGroupState[]
LocationGroupState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
LocationGroupApi.changeGroupState
(String pKey, String op, LocationGroupState stateIn, LocationGroupState stateOut) Change the state of an existingLocationGroup
.void
LocationGroupVO.setGroupStateIn
(LocationGroupState groupStateIn) void
LocationGroupVO.setGroupStateOut
(LocationGroupState groupStateOut) ModifierConstructorDescriptionLocationGroupVO
(String name, LocationGroupState groupStateIn, LocationGroupState groupStateOut) -
Uses of LocationGroupState in org.openwms.common.location.impl
Modifier and TypeMethodDescriptionvoid
LocationGroupServiceImpl.changeGroupState
(@NotBlank String pKey, @NotNull LocationGroupState stateIn, @NotNull LocationGroupState stateOut) Change the infeed and outfeed state of aLocationGroup
.default Boolean
LocationGroupStateConverter.convertFrom
(LocationGroupState source) Modifier and TypeMethodDescriptionvoid
LocationGroupServiceImpl.changeGroupStates
(@NotBlank String name, Optional<LocationGroupState> stateIn, Optional<LocationGroupState> stateOut) Change the infeed and outfeed state of aLocationGroup
. -
Uses of LocationGroupState in org.openwms.common.location.spi
Modifier and TypeMethodDescription