Uses of Interface
org.camunda.bpm.engine.history.JobState
-
Packages that use JobState Package Description org.camunda.bpm.engine.history Classes related to theHistoryService
.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. -
-
Uses of JobState in org.camunda.bpm.engine.history
Classes in org.camunda.bpm.engine.history that implement JobState Modifier and Type Class Description static class
JobState.JobStateImpl
Fields in org.camunda.bpm.engine.history declared as JobState Modifier and Type Field Description static JobState
JobState. CREATED
static JobState
JobState. DELETED
static JobState
JobState. FAILED
static JobState
JobState. SUCCESSFUL
-
Uses of JobState in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as JobState Modifier and Type Field Description protected JobState
HistoricJobLogQueryImpl. state
Methods in org.camunda.bpm.engine.impl that return JobState Modifier and Type Method Description JobState
HistoricJobLogQueryImpl. getState()
Methods in org.camunda.bpm.engine.impl with parameters of type JobState Modifier and Type Method Description protected void
HistoricJobLogQueryImpl. setState(JobState state)
-