Uses of Enum Class
io.camunda.zeebe.engine.state.deployment.PersistedProcess.PersistedProcessState
Packages that use PersistedProcess.PersistedProcessState
-
Uses of PersistedProcess.PersistedProcessState in io.camunda.zeebe.engine.state.deployment
Methods in io.camunda.zeebe.engine.state.deployment that return PersistedProcess.PersistedProcessStateModifier and TypeMethodDescriptionDeployedProcess.getState()PersistedProcess.getState()Returns the enum constant of this class with the specified name.PersistedProcess.PersistedProcessState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.engine.state.deployment with parameters of type PersistedProcess.PersistedProcessStateModifier and TypeMethodDescriptionPersistedProcess.setState(PersistedProcess.PersistedProcessState state) voidDbProcessState.updateProcessState(ProcessRecord processRecord, PersistedProcess.PersistedProcessState state) -
Uses of PersistedProcess.PersistedProcessState in io.camunda.zeebe.engine.state.mutable
Methods in io.camunda.zeebe.engine.state.mutable with parameters of type PersistedProcess.PersistedProcessStateModifier and TypeMethodDescriptionvoidMutableProcessState.updateProcessState(ProcessRecord processRecord, PersistedProcess.PersistedProcessState state) Updates the state of a process.