Uses of Class
org.camunda.bpm.engine.impl.batch.BatchElementConfiguration
Packages that use BatchElementConfiguration
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of BatchElementConfiguration in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return BatchElementConfigurationModifier and TypeMethodDescriptionprotected 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 BatchElementConfigurationModifier 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) Methods in org.camunda.bpm.engine.impl.cmd with parameters of type BatchElementConfigurationModifier and TypeMethodDescriptionAbstractSetJobsRetriesBatchCmd.getConfiguration
(BatchElementConfiguration elementConfiguration) SetExternalTasksRetriesBatchCmd.getConfiguration
(BatchElementConfiguration elementConfiguration) 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 BatchElementConfigurationModifier and TypeMethodDescriptionprotected 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 BatchElementConfigurationModifier 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
Methods in org.camunda.bpm.engine.impl.cmd.batch.removaltime that return BatchElementConfigurationModifier and TypeMethodDescriptionprotected 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 BatchElementConfigurationModifier and TypeMethodDescriptionSetRemovalTimeToHistoricDecisionInstancesCmd.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 BatchElementConfigurationModifier and TypeMethodDescriptionprotected BatchElementConfiguration
SetVariablesToProcessInstancesBatchCmd.collectProcessInstanceIds
(CommandContext commandContext) Methods in org.camunda.bpm.engine.impl.cmd.batch.variables with parameters of type BatchElementConfigurationModifier and TypeMethodDescriptionSetVariablesToProcessInstancesBatchCmd.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 BatchElementConfigurationModifier and TypeMethodDescriptionprotected BatchElementConfiguration
DeleteHistoricDecisionInstancesBatchCmd.collectHistoricDecisionInstanceIds
(CommandContext commandContext) Methods in org.camunda.bpm.engine.impl.dmn.cmd with parameters of type BatchElementConfigurationModifier and TypeMethodDescriptionDeleteHistoricDecisionInstancesBatchCmd.getConfiguration
(BatchElementConfiguration elementConfiguration)