Uses of Class
org.camunda.bpm.engine.impl.batch.BatchJobDeclaration

Packages that use BatchJobDeclaration
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.batch.deletion   
org.camunda.bpm.engine.impl.batch.externaltask   
org.camunda.bpm.engine.impl.batch.job   
org.camunda.bpm.engine.impl.batch.update   
org.camunda.bpm.engine.impl.migration.batch   
 

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

Fields in org.camunda.bpm.engine.impl declared as BatchJobDeclaration
static BatchJobDeclaration RestartProcessInstancesJobHandler.JOB_DECLARATION
           
static BatchJobDeclaration ModificationBatchJobHandler.JOB_DECLARATION
           
 

Uses of BatchJobDeclaration in org.camunda.bpm.engine.impl.batch.deletion
 

Fields in org.camunda.bpm.engine.impl.batch.deletion declared as BatchJobDeclaration
static BatchJobDeclaration DeleteHistoricProcessInstancesJobHandler.JOB_DECLARATION
           
static BatchJobDeclaration DeleteProcessInstancesJobHandler.JOB_DECLARATION
           
 

Uses of BatchJobDeclaration in org.camunda.bpm.engine.impl.batch.externaltask
 

Fields in org.camunda.bpm.engine.impl.batch.externaltask declared as BatchJobDeclaration
static BatchJobDeclaration SetExternalTaskRetriesJobHandler.JOB_DECLARATION
           
 

Uses of BatchJobDeclaration in org.camunda.bpm.engine.impl.batch.job
 

Fields in org.camunda.bpm.engine.impl.batch.job declared as BatchJobDeclaration
static BatchJobDeclaration SetJobRetriesJobHandler.JOB_DECLARATION
           
 

Uses of BatchJobDeclaration in org.camunda.bpm.engine.impl.batch.update
 

Fields in org.camunda.bpm.engine.impl.batch.update declared as BatchJobDeclaration
static BatchJobDeclaration UpdateProcessInstancesSuspendStateJobHandler.JOB_DECLARATION
           
 

Uses of BatchJobDeclaration in org.camunda.bpm.engine.impl.migration.batch
 

Fields in org.camunda.bpm.engine.impl.migration.batch declared as BatchJobDeclaration
static BatchJobDeclaration MigrationBatchJobHandler.JOB_DECLARATION
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.