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

Packages that use BatchJobConfiguration
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.batch   
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 BatchJobConfiguration in org.camunda.bpm.engine.impl
 

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

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.externaltask
 

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

Methods in org.camunda.bpm.engine.impl.batch.update with parameters of type BatchJobConfiguration
 void UpdateProcessInstancesSuspendStateJobHandler.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 © 2017 camunda services GmbH. All rights reserved.