Uses of Enum Class
io.camunda.zeebe.engine.state.immutable.JobState.State
Packages that use JobState.State
-
Uses of JobState.State in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return JobState.StateModifier and TypeMethodDescriptionJobState.getState(long key) static JobState.StateReturns the enum constant of this class with the specified name.static JobState.State[]JobState.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.engine.state.immutable with parameters of type JobState.State -
Uses of JobState.State in io.camunda.zeebe.engine.state.instance
Methods in io.camunda.zeebe.engine.state.instance that return JobState.StateMethods in io.camunda.zeebe.engine.state.instance with parameters of type JobState.StateModifier and TypeMethodDescriptionbooleanDbJobState.isInState(long key, JobState.State state) voidJobStateValue.setState(JobState.State state)