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 voidModificationBatchJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)voidRestartProcessInstancesJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.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 BatchJobConfigurationAbstractBatchJobHandler. newConfiguration(java.lang.String canonicalString)Methods in org.camunda.bpm.engine.impl.batch with parameters of type BatchJobConfiguration Modifier and Type Method Description voidAbstractBatchJobHandler. 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 voidDeleteHistoricProcessInstancesJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)voidDeleteProcessInstancesJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.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 voidSetExternalTaskRetriesJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.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 voidSetJobRetriesJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.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 voidMessageCorrelationBatchJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.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 voidBatchSetRemovalTimeJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)voidDecisionSetRemovalTimeJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)voidProcessSetRemovalTimeJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.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 voidUpdateProcessInstancesSuspendStateJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.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 voidBatchSetVariablesHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.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 voidDeleteHistoricDecisionInstancesJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.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 voidMigrationBatchJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)
-