Uses of Class
org.camunda.bpm.engine.impl.batch.BatchJobConfiguration
-
Packages that use BatchJobConfiguration Package Description org.camunda.bpm.engine.impl.batch -
-
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. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)voidAbstractBatchJobHandler. onDelete(BatchJobConfiguration configuration, JobEntity jobEntity)
-