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 BatchElementConfigurationSetJobsRetriesByProcessBatchCmd. 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 BatchElementConfigurationAbstractSetExternalTaskRetriesCmd. collectExternalTaskIds(CommandContext commandContext)protected abstract BatchElementConfigurationAbstractSetJobsRetriesBatchCmd. collectJobIds(CommandContext commandContext)protected BatchElementConfigurationSetJobsRetriesBatchCmd. collectJobIds(CommandContext commandContext)protected BatchElementConfigurationAbstractUpdateProcessInstancesSuspendStateCmd. collectProcessInstanceIds(CommandContext commandContext)Methods in org.camunda.bpm.engine.impl.cmd with parameters of type BatchElementConfiguration Modifier and Type Method Description BatchConfigurationAbstractSetJobsRetriesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)BatchConfigurationSetExternalTasksRetriesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)BatchConfigurationUpdateProcessInstancesSuspendStateBatchCmd. 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 BatchElementConfigurationDeleteHistoricProcessInstancesBatchCmd. collectHistoricProcessInstanceIds(CommandContext commandContext)protected BatchElementConfigurationCorrelateAllMessageBatchCmd. collectProcessInstanceIds(CommandContext commandContext)protected BatchElementConfigurationDeleteProcessInstanceBatchCmd. collectProcessInstanceIds(CommandContext commandContext)Methods in org.camunda.bpm.engine.impl.cmd.batch with parameters of type BatchElementConfiguration Modifier and Type Method Description protected BatchConfigurationCorrelateAllMessageBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)BatchConfigurationDeleteHistoricProcessInstancesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)BatchConfigurationDeleteProcessInstanceBatchCmd. 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 BatchElementConfigurationSetRemovalTimeToHistoricDecisionInstancesCmd. collectInstances(CommandContext commandContext)protected BatchElementConfigurationSetRemovalTimeToHistoricProcessInstancesCmd. collectInstances(CommandContext commandContext)Methods in org.camunda.bpm.engine.impl.cmd.batch.removaltime with parameters of type BatchElementConfiguration Modifier and Type Method Description BatchConfigurationSetRemovalTimeToHistoricDecisionInstancesCmd. getConfiguration(BatchElementConfiguration elementConfiguration)protected BatchConfigurationSetRemovalTimeToHistoricProcessInstancesCmd. 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 BatchElementConfigurationSetVariablesToProcessInstancesBatchCmd. collectProcessInstanceIds(CommandContext commandContext)Methods in org.camunda.bpm.engine.impl.cmd.batch.variables with parameters of type BatchElementConfiguration Modifier and Type Method Description BatchConfigurationSetVariablesToProcessInstancesBatchCmd. 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 BatchElementConfigurationDeleteHistoricDecisionInstancesBatchCmd. collectHistoricDecisionInstanceIds(CommandContext commandContext)Methods in org.camunda.bpm.engine.impl.dmn.cmd with parameters of type BatchElementConfiguration Modifier and Type Method Description BatchConfigurationDeleteHistoricDecisionInstancesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
-