Uses of Class
org.camunda.bpm.engine.impl.batch.BatchSeedJobHandler.BatchSeedJobConfiguration
-
Packages that use BatchSeedJobHandler.BatchSeedJobConfiguration Package Description org.camunda.bpm.engine.impl.batch -
-
Uses of BatchSeedJobHandler.BatchSeedJobConfiguration in org.camunda.bpm.engine.impl.batch
Methods in org.camunda.bpm.engine.impl.batch that return BatchSeedJobHandler.BatchSeedJobConfiguration Modifier and Type Method Description BatchSeedJobHandler.BatchSeedJobConfiguration
BatchSeedJobHandler. newConfiguration(String canonicalString)
Methods in org.camunda.bpm.engine.impl.batch with parameters of type BatchSeedJobHandler.BatchSeedJobConfiguration Modifier and Type Method Description void
BatchSeedJobHandler. execute(BatchSeedJobHandler.BatchSeedJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
BatchSeedJobHandler. onDelete(BatchSeedJobHandler.BatchSeedJobConfiguration configuration, JobEntity jobEntity)
-