Uses of Interface
org.camunda.bpm.engine.runtime.Job

Packages that use Job
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of Job in org.camunda.bpm.engine.impl
 

Methods in org.camunda.bpm.engine.impl that return types with arguments of type Job
 List<Job> JobQueryImpl.executeList(CommandContext commandContext, Page page)
           
 

Uses of Job in org.camunda.bpm.engine.impl.history.producer
 

Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type Job
 HistoryEvent HistoryEventProducer.createHistoricJobLogCreateEvt(Job job)
          Creates the history event fired when a job has been created.
 HistoryEvent DefaultHistoryEventProducer.createHistoricJobLogCreateEvt(Job job)
           
 HistoryEvent HistoryEventProducer.createHistoricJobLogDeleteEvt(Job job)
          Creates the history event fired when the a job has been deleted.
 HistoryEvent DefaultHistoryEventProducer.createHistoricJobLogDeleteEvt(Job job)
           
protected  HistoryEvent DefaultHistoryEventProducer.createHistoricJobLogEvt(Job job, HistoryEventType eventType)
           
 HistoryEvent HistoryEventProducer.createHistoricJobLogFailedEvt(Job job, Throwable exception)
          Creates the history event fired when the execution of a job failed.
 HistoryEvent DefaultHistoryEventProducer.createHistoricJobLogFailedEvt(Job job, Throwable exception)
           
 HistoryEvent HistoryEventProducer.createHistoricJobLogSuccessfulEvt(Job job)
          Creates the history event fired when the execution of a job was successful.
 HistoryEvent DefaultHistoryEventProducer.createHistoricJobLogSuccessfulEvt(Job job)
           
protected  void DefaultHistoryEventProducer.initHistoricJobLogEvent(HistoricJobLogEventEntity evt, Job job, HistoryEventType eventType)
           
protected  HistoricJobLogEventEntity DefaultHistoryEventProducer.newHistoricJobLogEntity(Job job)
           
 

Uses of Job in org.camunda.bpm.engine.impl.persistence.entity
 

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement Job
 class JobEntity
          Stub of the common parts of a Job.
 class MessageEntity
          NOTE: instances of Messge Entity should be created via MessageJobDeclaration.
 class TimerEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type Job
 List<Job> JobManager.findJobsByQueryCriteria(JobQueryImpl jobQuery, Page page)
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type Job
 void HistoricJobLogManager.fireJobCreatedEvent(Job job)
           
 void HistoricJobLogManager.fireJobDeletedEvent(Job job)
           
 void HistoricJobLogManager.fireJobFailedEvent(Job job, Throwable exception)
           
 void HistoricJobLogManager.fireJobSuccessfulEvent(Job job)
           
protected  boolean HistoricJobLogManager.isHistoryEventProduced(HistoryEventType eventType, Job job)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.