Modifier and Type | Class and Description |
---|---|
class |
ModificationBatchConfiguration |
class |
RestartProcessInstancesBatchConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBatchJobHandler<T extends BatchConfiguration>
Common methods for batch job handlers based on list of ids, providing serialization, configuration instantiation, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
SetRetriesBatchConfiguration |
Modifier and Type | Method and Description |
---|---|
BatchConfiguration |
RestartProcessInstancesBatchCmd.getConfiguration(Collection<String> instanceIds,
String deploymentId) |
Modifier and Type | Field and Description |
---|---|
protected BatchConfiguration |
BatchBuilder.config |
Modifier and Type | Method and Description |
---|---|
BatchBuilder |
BatchBuilder.config(BatchConfiguration config) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteProcessInstanceBatchConfiguration
Configuration object that is passed to the Job that will actually perform execution of
deletion.
|
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
DeleteHistoricProcessInstancesJobHandler.createJobConfiguration(BatchConfiguration configuration,
List<String> processIdsForJob) |
BatchConfiguration |
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter.toObject(com.google.gson.JsonObject json) |
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
DeleteHistoricProcessInstancesJobHandler.createJobConfiguration(BatchConfiguration configuration,
List<String> processIdsForJob) |
com.google.gson.JsonObject |
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter.toJsonObject(BatchConfiguration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
SetRemovalTimeBatchConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
UpdateProcessInstancesSuspendStateBatchConfiguration |
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
BatchSetVariablesHandler.createJobConfiguration(BatchConfiguration configuration,
List<String> processIdsForJob) |
BatchConfiguration |
SetVariablesJsonConverter.toObject(com.google.gson.JsonObject jsonObject) |
Modifier and Type | Method and Description |
---|---|
protected JsonObjectConverter<BatchConfiguration> |
BatchSetVariablesHandler.getJsonConverterInstance() |
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
BatchSetVariablesHandler.createJobConfiguration(BatchConfiguration configuration,
List<String> processIdsForJob) |
com.google.gson.JsonObject |
SetVariablesJsonConverter.toJsonObject(BatchConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
BatchConfiguration |
SetExternalTasksRetriesBatchCmd.getConfiguration(BatchElementConfiguration elementConfiguration) |
BatchConfiguration |
UpdateProcessInstancesSuspendStateBatchCmd.getConfiguration(BatchElementConfiguration elementConfiguration) |
BatchConfiguration |
AbstractSetJobsRetriesBatchCmd.getConfiguration(BatchElementConfiguration elementConfiguration) |
BatchConfiguration |
ProcessInstanceModificationBatchCmd.getConfiguration(Collection<String> instanceIds,
String deploymentId) |
BatchConfiguration |
ModifyProcessInstanceAsyncCmd.getConfiguration(String processDefinitionId,
String deploymentId) |
Modifier and Type | Method and Description |
---|---|
BatchConfiguration |
DeleteProcessInstanceBatchCmd.getConfiguration(BatchElementConfiguration elementConfiguration) |
BatchConfiguration |
DeleteHistoricProcessInstancesBatchCmd.getConfiguration(BatchElementConfiguration elementConfiguration) |
Modifier and Type | Method and Description |
---|---|
BatchConfiguration |
SetRemovalTimeToHistoricDecisionInstancesCmd.getConfiguration(BatchElementConfiguration elementConfiguration) |
protected BatchConfiguration |
SetRemovalTimeToHistoricProcessInstancesCmd.getConfiguration(BatchElementConfiguration elementConfiguration) |
BatchConfiguration |
SetRemovalTimeToHistoricBatchesCmd.getConfiguration(Collection<String> instances) |
Modifier and Type | Method and Description |
---|---|
BatchConfiguration |
SetVariablesToProcessInstancesBatchCmd.getConfiguration(BatchElementConfiguration elementConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
DeleteHistoricDecisionInstancesJobHandler.createJobConfiguration(BatchConfiguration configuration,
List<String> decisionIdsForJob) |
BatchConfiguration |
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter.toObject(com.google.gson.JsonObject json) |
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
DeleteHistoricDecisionInstancesJobHandler.createJobConfiguration(BatchConfiguration configuration,
List<String> decisionIdsForJob) |
com.google.gson.JsonObject |
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter.toJsonObject(BatchConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
BatchConfiguration |
DeleteHistoricDecisionInstancesBatchCmd.getConfiguration(BatchElementConfiguration elementConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
MigrationBatchConfiguration |
Modifier and Type | Method and Description |
---|---|
BatchConfiguration |
MigrateProcessInstanceBatchCmd.getConfiguration(Collection<String> instanceIds,
String deploymentId) |
Copyright © 2022. All rights reserved.