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

Packages that use BatchJobContext
org.camunda.bpm.engine.impl.batch   
org.camunda.bpm.engine.impl.batch.deletion   
org.camunda.bpm.engine.impl.migration.batch   
 

Uses of BatchJobContext in org.camunda.bpm.engine.impl.batch
 

Methods in org.camunda.bpm.engine.impl.batch that return types with arguments of type BatchJobContext
abstract  JobDeclaration<BatchJobContext,MessageEntity> AbstractProcessInstanceBatchJobHandler.getJobDeclaration()
           
 

Methods in org.camunda.bpm.engine.impl.batch with parameters of type BatchJobContext
protected  MessageEntity AbstractProcessInstanceBatchJobDeclaration.newJobInstance(BatchJobContext context)
           
protected  ExecutionEntity AbstractProcessInstanceBatchJobDeclaration.resolveExecution(BatchJobContext context)
           
protected  String AbstractProcessInstanceBatchJobDeclaration.resolveJobDefinitionId(BatchJobContext context)
           
protected  JobHandlerConfiguration AbstractProcessInstanceBatchJobDeclaration.resolveJobHandlerConfiguration(BatchJobContext context)
           
 

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

Methods in org.camunda.bpm.engine.impl.batch.deletion that return types with arguments of type BatchJobContext
 JobDeclaration<BatchJobContext,MessageEntity> DeleteProcessInstancesJobHandler.getJobDeclaration()
           
 

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

Methods in org.camunda.bpm.engine.impl.migration.batch that return types with arguments of type BatchJobContext
 JobDeclaration<BatchJobContext,MessageEntity> MigrationBatchJobHandler.getJobDeclaration()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.