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.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.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.findJobsByConfiguration(String jobHandlerType, String jobHandlerConfiguration)
           
 List<Job> JobManager.findJobsByQueryCriteria(JobQueryImpl jobQuery, Page page)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.