Uses of Class
io.zeebe.engine.state.instance.JobState.State
-
Packages that use JobState.State Package Description io.zeebe.engine.state.instance -
-
Uses of JobState.State in io.zeebe.engine.state.instance
Methods in io.zeebe.engine.state.instance that return JobState.State Modifier and Type Method Description JobState.StateJobState. getState(long key)JobState.StateJobStateValue. getState()static JobState.StateJobState.State. valueOf(String name)Returns the enum constant of this type with the specified name.static JobState.State[]JobState.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.zeebe.engine.state.instance with parameters of type JobState.State Modifier and Type Method Description booleanJobState. isInState(long key, JobState.State state)voidJobStateValue. setState(JobState.State state)
-