Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.JobEntity

Packages that use JobEntity
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.jobexecutor   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of JobEntity in org.camunda.bpm.engine.impl.cmd
 

Methods in org.camunda.bpm.engine.impl.cmd that return JobEntity
protected  JobEntity JobRetryCmd.getJob()
           
 

Methods in org.camunda.bpm.engine.impl.cmd with parameters of type JobEntity
protected  void JobRetryCmd.decrementRetries(JobEntity job)
           
protected  void FoxJobRetryCmd.executeCustomStrategy(CommandContext commandContext, JobEntity job, ActivityImpl activity)
           
protected  ActivityImpl FoxJobRetryCmd.getCurrentActivity(CommandContext commandContext, JobEntity job)
           
protected  void FoxJobRetryCmd.initializeRetries(JobEntity job, String failedJobRetryTimeCycle, DurationHelper durationHelper)
           
protected  boolean FoxJobRetryCmd.isFirstJobExecution(JobEntity job)
           
protected  void AcquireJobsCmd.lockJob(JobEntity job, String lockOwner, int lockTimeInMillis)
           
protected  void JobRetryCmd.logException(JobEntity job)
           
protected  void FoxJobRetryCmd.setLockExpirationTime(JobEntity job, String failedJobRetryTimeCycle, DurationHelper durationHelper)
           
protected  void SetProcessDefinitionVersionCmd.switchVersionOfJob(JobEntity jobEntity, ProcessDefinitionEntity newProcessDefinition, Map<String,String> jobDefinitionMapping)
           
protected  void JobRetryCmd.unlockJob(JobEntity job)
           
 

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

Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type JobEntity
protected  void DefaultHistoryEventProducer.initSequenceCounter(JobEntity job, HistoryEvent event)
           
 

Uses of JobEntity in org.camunda.bpm.engine.impl.jobexecutor
 

Classes in org.camunda.bpm.engine.impl.jobexecutor with type parameters of type JobEntity
 class JobDeclaration<T extends JobEntity>
          A job declaration is associated with an activity in the process definition graph.
 

Fields in org.camunda.bpm.engine.impl.jobexecutor declared as JobEntity
protected  JobEntity JobExecutorContext.currentJob
          the currently executed job
 

Methods in org.camunda.bpm.engine.impl.jobexecutor that return JobEntity
 JobEntity JobExecutorContext.getCurrentJob()
           
 

Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type JobEntity
 void JobExecutorContext.setCurrentJob(JobEntity currentJob)
           
 

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

Subclasses of JobEntity in org.camunda.bpm.engine.impl.persistence.entity
 class MessageEntity
          NOTE: instances of Messge Entity should be created via MessageJobDeclaration.
 class TimerEntity
           
 

Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type JobEntity
protected  List<JobEntity> ExecutionEntity.jobs
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return JobEntity
 JobEntity JobManager.findJobById(String jobId)
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type JobEntity
 List<JobEntity> JobManager.findExclusiveJobsToExecute(String processInstanceId)
           
 List<JobEntity> JobManager.findJobsByExecutionId(String executionId)
           
 List<JobEntity> JobManager.findJobsByProcessInstanceId(String processInstanceId)
           
 List<JobEntity> JobManager.findNextJobsToExecute(Page page)
           
 List<JobEntity> ExecutionEntity.getJobs()
           
protected  List<JobEntity> ExecutionEntity.getJobsInternal()
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type JobEntity
 void ExecutionEntity.addJob(JobEntity jobEntity)
           
 void AuthorizationManager.checkReadProcessInstance(JobEntity job)
           
 void AuthorizationManager.checkUpdateProcessInstance(JobEntity job)
           
 void JobManager.deleteJob(JobEntity job)
           
 void JobManager.deleteJob(JobEntity job, boolean fireDeleteEvent)
           
protected  void JobManager.hintJobExecutor(JobEntity job)
           
 void JobManager.insertJob(JobEntity job)
           
 void ExecutionEntity.removeJob(JobEntity job)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.