Uses of Class
org.camunda.bpm.engine.impl.batch.BatchJobConfiguration
-
Packages that use BatchJobConfiguration Package Description 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.message org.camunda.bpm.engine.impl.batch.removaltime org.camunda.bpm.engine.impl.batch.update org.camunda.bpm.engine.impl.batch.variables org.camunda.bpm.engine.impl.dmn.batch 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 Modifier and Type Method Description void
ModificationBatchJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
RestartProcessInstancesJobHandler. 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 Modifier and Type Method Description BatchJobConfiguration
AbstractBatchJobHandler. newConfiguration(String canonicalString)
Methods in org.camunda.bpm.engine.impl.batch with parameters of type BatchJobConfiguration Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
SetJobRetriesJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
-
Uses of BatchJobConfiguration in org.camunda.bpm.engine.impl.batch.message
Methods in org.camunda.bpm.engine.impl.batch.message with parameters of type BatchJobConfiguration Modifier and Type Method Description void
MessageCorrelationBatchJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
-
Uses of BatchJobConfiguration in org.camunda.bpm.engine.impl.batch.removaltime
Methods in org.camunda.bpm.engine.impl.batch.removaltime with parameters of type BatchJobConfiguration Modifier and Type Method Description void
BatchSetRemovalTimeJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
DecisionSetRemovalTimeJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
ProcessSetRemovalTimeJobHandler. 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 Modifier and Type Method Description void
UpdateProcessInstancesSuspendStateJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
-
Uses of BatchJobConfiguration in org.camunda.bpm.engine.impl.batch.variables
Methods in org.camunda.bpm.engine.impl.batch.variables with parameters of type BatchJobConfiguration Modifier and Type Method Description void
BatchSetVariablesHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
-
Uses of BatchJobConfiguration in org.camunda.bpm.engine.impl.dmn.batch
Methods in org.camunda.bpm.engine.impl.dmn.batch with parameters of type BatchJobConfiguration Modifier and Type Method Description void
DeleteHistoricDecisionInstancesJobHandler. 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 Modifier and Type Method Description void
MigrationBatchJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
-