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