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 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. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
AbstractBatchJobHandler. onDelete(BatchJobConfiguration configuration, JobEntity jobEntity)
-