Uses of Enum Class
io.camunda.zeebe.engine.state.immutable.UserTaskState.LifecycleState
Packages that use UserTaskState.LifecycleState
Package
Description
-
Uses of UserTaskState.LifecycleState in io.camunda.zeebe.engine.processing.usertask
Constructor parameters in io.camunda.zeebe.engine.processing.usertask with type arguments of type UserTaskState.LifecycleStateModifierConstructorDescriptionUserTaskCommandPreconditionChecker(List<UserTaskState.LifecycleState> validLifecycleStates, String intent, UserTaskState userTaskState) -
Uses of UserTaskState.LifecycleState in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return UserTaskState.LifecycleStateModifier and TypeMethodDescriptionUserTaskState.getLifecycleState(long userTaskKey) static UserTaskState.LifecycleStateReturns the enum constant of this class with the specified name.static UserTaskState.LifecycleState[]UserTaskState.LifecycleState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UserTaskState.LifecycleState in io.camunda.zeebe.engine.state.instance
Methods in io.camunda.zeebe.engine.state.instance that return UserTaskState.LifecycleStateModifier and TypeMethodDescriptionDbUserTaskState.getLifecycleState(long key) UserTaskLifecycleStateValue.getLifecycleState()Methods in io.camunda.zeebe.engine.state.instance with parameters of type UserTaskState.LifecycleStateModifier and TypeMethodDescriptionvoidUserTaskLifecycleStateValue.setLifecycleState(UserTaskState.LifecycleState lifecycleState) voidDbUserTaskState.updateUserTaskLifecycleState(long key, UserTaskState.LifecycleState newLifecycleState) -
Uses of UserTaskState.LifecycleState in io.camunda.zeebe.engine.state.mutable
Methods in io.camunda.zeebe.engine.state.mutable with parameters of type UserTaskState.LifecycleStateModifier and TypeMethodDescriptionvoidMutableUserTaskState.updateUserTaskLifecycleState(long userTaskKey, UserTaskState.LifecycleState newLifecycleState)