Uses of Interface
org.camunda.bpm.engine.history.JobState

Packages that use JobState
org.camunda.bpm.engine.history Classes related to the HistoryService
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
static class JobState.JobStateImpl
           
 

Fields in org.camunda.bpm.engine.history declared as JobState
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
protected  JobState HistoricJobLogQueryImpl.state
           
 

Methods in org.camunda.bpm.engine.impl that return JobState
 JobState HistoricJobLogQueryImpl.getState()
           
 

Methods in org.camunda.bpm.engine.impl with parameters of type JobState
protected  void HistoricJobLogQueryImpl.setState(JobState state)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.