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

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

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

Methods in org.camunda.bpm.engine.impl.batch that return BatchJobConfiguration
 BatchJobConfiguration AbstractProcessInstanceBatchJobHandler.newConfiguration(String canonicalString)
           
 

Methods in org.camunda.bpm.engine.impl.batch with parameters of type BatchJobConfiguration
 void AbstractProcessInstanceBatchJobHandler.onDelete(BatchJobConfiguration configuration, JobEntity jobEntity)
           
 

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

Methods in org.camunda.bpm.engine.impl.batch.deletion with parameters of type BatchJobConfiguration
 void DeleteProcessInstancesJobHandler.execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
           
 

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

Methods in org.camunda.bpm.engine.impl.migration.batch with parameters of type BatchJobConfiguration
 void MigrationBatchJobHandler.execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.