Uses of Class
org.operaton.bpm.engine.impl.batch.BatchConfiguration
Packages that use BatchConfiguration
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of BatchConfiguration in org.operaton.bpm.engine.impl
Subclasses of BatchConfiguration in org.operaton.bpm.engine.implModifier and TypeClassDescriptionclassclass -
Uses of BatchConfiguration in org.operaton.bpm.engine.impl.batch
Classes in org.operaton.bpm.engine.impl.batch with type parameters of type BatchConfigurationModifier and TypeClassDescriptionclassclassAbstractBatchJobHandler<T extends BatchConfiguration>Common methods for batch job handlers based on list of ids, providing serialization, configuration instantiation, etc.Subclasses of BatchConfiguration in org.operaton.bpm.engine.impl.batchModifier and TypeClassDescriptionclassclassMethods in org.operaton.bpm.engine.impl.batch that return BatchConfigurationModifier and TypeMethodDescriptionRestartProcessInstancesBatchCmd.getConfiguration(Collection<String> instanceIds, String deploymentId) -
Uses of BatchConfiguration in org.operaton.bpm.engine.impl.batch.builder
Fields in org.operaton.bpm.engine.impl.batch.builder declared as BatchConfigurationMethods in org.operaton.bpm.engine.impl.batch.builder with parameters of type BatchConfiguration -
Uses of BatchConfiguration in org.operaton.bpm.engine.impl.batch.deletion
Subclasses of BatchConfiguration in org.operaton.bpm.engine.impl.batch.deletionModifier and TypeClassDescriptionclassConfiguration object that is passed to the Job that will actually perform execution of deletion.Methods in org.operaton.bpm.engine.impl.batch.deletion that return BatchConfigurationModifier and TypeMethodDescriptionprotected BatchConfigurationDeleteHistoricProcessInstancesJobHandler.createJobConfiguration(BatchConfiguration configuration, List<String> processIdsForJob) DeleteHistoricProcessInstanceBatchConfigurationJsonConverter.readConfiguration(com.google.gson.JsonObject json) Methods in org.operaton.bpm.engine.impl.batch.deletion with parameters of type BatchConfigurationModifier and TypeMethodDescriptionprotected BatchConfigurationDeleteHistoricProcessInstancesJobHandler.createJobConfiguration(BatchConfiguration configuration, List<String> processIdsForJob) voidDeleteHistoricProcessInstancesJobHandler.executeHandler(BatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, String tenantId) com.google.gson.JsonObjectDeleteHistoricProcessInstanceBatchConfigurationJsonConverter.writeConfiguration(BatchConfiguration configuration) -
Uses of BatchConfiguration in org.operaton.bpm.engine.impl.batch.message
Subclasses of BatchConfiguration in org.operaton.bpm.engine.impl.batch.message -
Uses of BatchConfiguration in org.operaton.bpm.engine.impl.batch.removaltime
Subclasses of BatchConfiguration in org.operaton.bpm.engine.impl.batch.removaltime -
Uses of BatchConfiguration in org.operaton.bpm.engine.impl.batch.update
Subclasses of BatchConfiguration in org.operaton.bpm.engine.impl.batch.update -
Uses of BatchConfiguration in org.operaton.bpm.engine.impl.batch.variables
Methods in org.operaton.bpm.engine.impl.batch.variables that return BatchConfigurationModifier and TypeMethodDescriptionprotected BatchConfigurationBatchSetVariablesHandler.createJobConfiguration(BatchConfiguration configuration, List<String> processIdsForJob) SetVariablesJsonConverter.readConfiguration(com.google.gson.JsonObject jsonObject) Methods in org.operaton.bpm.engine.impl.batch.variables with parameters of type BatchConfigurationModifier and TypeMethodDescriptionprotected BatchConfigurationBatchSetVariablesHandler.createJobConfiguration(BatchConfiguration configuration, List<String> processIdsForJob) voidBatchSetVariablesHandler.executeHandler(BatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, String tenantId) protected voidBatchSetVariablesHandler.postProcessJob(BatchConfiguration configuration, JobEntity job, BatchConfiguration jobConfiguration) com.google.gson.JsonObjectSetVariablesJsonConverter.writeConfiguration(BatchConfiguration configuration) -
Uses of BatchConfiguration in org.operaton.bpm.engine.impl.cmd
Methods in org.operaton.bpm.engine.impl.cmd that return BatchConfigurationModifier and TypeMethodDescriptionAbstractSetJobsRetriesBatchCmd.getConfiguration(BatchElementConfiguration elementConfiguration) ModifyProcessInstanceAsyncCmd.getConfiguration(String processDefinitionId, String deploymentId) ProcessInstanceModificationBatchCmd.getConfiguration(Collection<String> instanceIds, String deploymentId) SetExternalTasksRetriesBatchCmd.getConfiguration(BatchElementConfiguration elementConfiguration) UpdateProcessInstancesSuspendStateBatchCmd.getConfiguration(BatchElementConfiguration elementConfiguration) -
Uses of BatchConfiguration in org.operaton.bpm.engine.impl.cmd.batch
Methods in org.operaton.bpm.engine.impl.cmd.batch that return BatchConfigurationModifier and TypeMethodDescriptionprotected BatchConfigurationCorrelateAllMessageBatchCmd.getConfiguration(BatchElementConfiguration elementConfiguration) DeleteHistoricProcessInstancesBatchCmd.getConfiguration(BatchElementConfiguration elementConfiguration) DeleteProcessInstanceBatchCmd.getConfiguration(BatchElementConfiguration elementConfiguration) -
Uses of BatchConfiguration in org.operaton.bpm.engine.impl.cmd.batch.removaltime
Methods in org.operaton.bpm.engine.impl.cmd.batch.removaltime that return BatchConfigurationModifier and TypeMethodDescriptionSetRemovalTimeToHistoricBatchesCmd.getConfiguration(Collection<String> instances) SetRemovalTimeToHistoricDecisionInstancesCmd.getConfiguration(BatchElementConfiguration elementConfiguration) protected BatchConfigurationSetRemovalTimeToHistoricProcessInstancesCmd.getConfiguration(BatchElementConfiguration elementConfiguration) -
Uses of BatchConfiguration in org.operaton.bpm.engine.impl.cmd.batch.variables
Methods in org.operaton.bpm.engine.impl.cmd.batch.variables that return BatchConfigurationModifier and TypeMethodDescriptionSetVariablesToProcessInstancesBatchCmd.getConfiguration(BatchElementConfiguration elementConfiguration) -
Uses of BatchConfiguration in org.operaton.bpm.engine.impl.dmn.batch
Methods in org.operaton.bpm.engine.impl.dmn.batch that return BatchConfigurationModifier and TypeMethodDescriptionprotected BatchConfigurationDeleteHistoricDecisionInstancesJobHandler.createJobConfiguration(BatchConfiguration configuration, List<String> decisionIdsForJob) DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter.readConfiguration(com.google.gson.JsonObject json) Methods in org.operaton.bpm.engine.impl.dmn.batch with parameters of type BatchConfigurationModifier and TypeMethodDescriptionprotected BatchConfigurationDeleteHistoricDecisionInstancesJobHandler.createJobConfiguration(BatchConfiguration configuration, List<String> decisionIdsForJob) voidDeleteHistoricDecisionInstancesJobHandler.executeHandler(BatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, String tenantId) com.google.gson.JsonObjectDeleteHistoricDecisionInstanceBatchConfigurationJsonConverter.writeConfiguration(BatchConfiguration configuration) -
Uses of BatchConfiguration in org.operaton.bpm.engine.impl.dmn.cmd
Methods in org.operaton.bpm.engine.impl.dmn.cmd that return BatchConfigurationModifier and TypeMethodDescriptionDeleteHistoricDecisionInstancesBatchCmd.getConfiguration(BatchElementConfiguration elementConfiguration) -
Uses of BatchConfiguration in org.operaton.bpm.engine.impl.migration.batch
Subclasses of BatchConfiguration in org.operaton.bpm.engine.impl.migration.batchMethods in org.operaton.bpm.engine.impl.migration.batch that return BatchConfigurationModifier and TypeMethodDescriptionMigrateProcessInstanceBatchCmd.getConfiguration(Collection<String> instanceIds, String deploymentId)