Uses of Class
org.camunda.bpm.engine.impl.batch.BatchElementConfiguration
-
Packages that use BatchElementConfiguration Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.cmd.batch org.camunda.bpm.engine.impl.cmd.batch.removaltime org.camunda.bpm.engine.impl.cmd.batch.variables org.camunda.bpm.engine.impl.dmn.cmd -
-
Uses of BatchElementConfiguration in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return BatchElementConfiguration Modifier and Type Method Description protected BatchElementConfiguration
SetJobsRetriesByProcessBatchCmd. collectJobIds(CommandContext commandContext)
-
Uses of BatchElementConfiguration in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return BatchElementConfiguration Modifier and Type Method Description protected BatchElementConfiguration
AbstractSetExternalTaskRetriesCmd. collectExternalTaskIds(CommandContext commandContext)
protected abstract BatchElementConfiguration
AbstractSetJobsRetriesBatchCmd. collectJobIds(CommandContext commandContext)
protected BatchElementConfiguration
SetJobsRetriesBatchCmd. collectJobIds(CommandContext commandContext)
protected BatchElementConfiguration
AbstractUpdateProcessInstancesSuspendStateCmd. collectProcessInstanceIds(CommandContext commandContext)
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type BatchElementConfiguration Modifier and Type Method Description BatchConfiguration
AbstractSetJobsRetriesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
BatchConfiguration
SetExternalTasksRetriesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
BatchConfiguration
UpdateProcessInstancesSuspendStateBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
-
Uses of BatchElementConfiguration in org.camunda.bpm.engine.impl.cmd.batch
Methods in org.camunda.bpm.engine.impl.cmd.batch that return BatchElementConfiguration Modifier and Type Method Description protected BatchElementConfiguration
DeleteHistoricProcessInstancesBatchCmd. collectHistoricProcessInstanceIds(CommandContext commandContext)
protected BatchElementConfiguration
CorrelateAllMessageBatchCmd. collectProcessInstanceIds(CommandContext commandContext)
protected BatchElementConfiguration
DeleteProcessInstanceBatchCmd. collectProcessInstanceIds(CommandContext commandContext)
Methods in org.camunda.bpm.engine.impl.cmd.batch with parameters of type BatchElementConfiguration Modifier and Type Method Description protected BatchConfiguration
CorrelateAllMessageBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
BatchConfiguration
DeleteHistoricProcessInstancesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
BatchConfiguration
DeleteProcessInstanceBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
-
Uses of BatchElementConfiguration in org.camunda.bpm.engine.impl.cmd.batch.removaltime
Methods in org.camunda.bpm.engine.impl.cmd.batch.removaltime that return BatchElementConfiguration Modifier and Type Method Description protected BatchElementConfiguration
SetRemovalTimeToHistoricDecisionInstancesCmd. collectInstances(CommandContext commandContext)
protected BatchElementConfiguration
SetRemovalTimeToHistoricProcessInstancesCmd. collectInstances(CommandContext commandContext)
Methods in org.camunda.bpm.engine.impl.cmd.batch.removaltime with parameters of type BatchElementConfiguration Modifier and Type Method Description BatchConfiguration
SetRemovalTimeToHistoricDecisionInstancesCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
protected BatchConfiguration
SetRemovalTimeToHistoricProcessInstancesCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
-
Uses of BatchElementConfiguration in org.camunda.bpm.engine.impl.cmd.batch.variables
Methods in org.camunda.bpm.engine.impl.cmd.batch.variables that return BatchElementConfiguration Modifier and Type Method Description protected BatchElementConfiguration
SetVariablesToProcessInstancesBatchCmd. collectProcessInstanceIds(CommandContext commandContext)
Methods in org.camunda.bpm.engine.impl.cmd.batch.variables with parameters of type BatchElementConfiguration Modifier and Type Method Description BatchConfiguration
SetVariablesToProcessInstancesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
-
Uses of BatchElementConfiguration in org.camunda.bpm.engine.impl.dmn.cmd
Methods in org.camunda.bpm.engine.impl.dmn.cmd that return BatchElementConfiguration Modifier and Type Method Description protected BatchElementConfiguration
DeleteHistoricDecisionInstancesBatchCmd. collectHistoricDecisionInstanceIds(CommandContext commandContext)
Methods in org.camunda.bpm.engine.impl.dmn.cmd with parameters of type BatchElementConfiguration Modifier and Type Method Description BatchConfiguration
DeleteHistoricDecisionInstancesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
-