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.batch.job   
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 AbstractBatchJobHandler.newConfiguration(String canonicalString)
           
 

Methods in org.camunda.bpm.engine.impl.batch with parameters of type BatchJobConfiguration
 void AbstractBatchJobHandler.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 DeleteHistoricProcessInstancesJobHandler.execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
           
 void DeleteProcessInstancesJobHandler.execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
           
 

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

Methods in org.camunda.bpm.engine.impl.batch.job with parameters of type BatchJobConfiguration
 void SetJobRetriesJobHandler.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.