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 classJobState.JobStateImplFields in org.camunda.bpm.engine.history declared as JobState Modifier and Type Field Description static JobStateJobState. CREATEDstatic JobStateJobState. DELETEDstatic JobStateJobState. FAILEDstatic JobStateJobState. 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 JobStateHistoricJobLogQueryImpl. stateMethods in org.camunda.bpm.engine.impl that return JobState Modifier and Type Method Description JobStateHistoricJobLogQueryImpl. getState()Methods in org.camunda.bpm.engine.impl with parameters of type JobState Modifier and Type Method Description protected voidHistoricJobLogQueryImpl. setState(JobState state)
-