Modifier and Type | Method and Description |
---|---|
Batch |
HistoryService.deleteHistoricDecisionInstancesAsync(HistoricDecisionInstanceQuery query,
String deleteReason)
Deletes historic decision instances asynchronously based on query of decision instances.
|
Batch |
HistoryService.deleteHistoricDecisionInstancesAsync(List<String> decisionInstanceIds,
HistoricDecisionInstanceQuery query,
String deleteReason)
Deletes historic decision instances asynchronously based on query and a list of decision instances, whereby query result and
list of ids will be merged.
|
Batch |
HistoryService.deleteHistoricDecisionInstancesAsync(List<String> decisionInstanceIds,
String deleteReason)
Deletes historic decision instances asynchronously based on a list of decision instances.
|
Batch |
HistoryService.deleteHistoricProcessInstancesAsync(HistoricProcessInstanceQuery query,
String deleteReason)
Deletes historic process instances asynchronously based on query.
|
Batch |
HistoryService.deleteHistoricProcessInstancesAsync(List<String> processInstanceIds,
HistoricProcessInstanceQuery query,
String deleteReason)
Deletes historic process instances asynchronously based on query and a list of process instances.
|
Batch |
HistoryService.deleteHistoricProcessInstancesAsync(List<String> processInstanceIds,
String deleteReason)
Deletes historic process instances asynchronously.
|
Batch |
RuntimeService.deleteProcessInstancesAsync(List<String> processInstanceIds,
ProcessInstanceQuery processInstanceQuery,
HistoricProcessInstanceQuery historicProcessInstanceQuery,
String deleteReason,
boolean skipCustomListeners,
boolean skipSubprocesses)
Delete an existing runtime process instances asynchronously using Batch operation.
|
Batch |
RuntimeService.deleteProcessInstancesAsync(List<String> processInstanceIds,
ProcessInstanceQuery processInstanceQuery,
String deleteReason)
Delete an existing runtime process instances asynchronously using Batch operation.
|
Batch |
RuntimeService.deleteProcessInstancesAsync(List<String> processInstanceIds,
ProcessInstanceQuery processInstanceQuery,
String deleteReason,
boolean skipCustomListeners)
Delete an existing runtime process instances asynchronously using Batch operation.
|
Batch |
RuntimeService.deleteProcessInstancesAsync(List<String> processInstanceIds,
ProcessInstanceQuery processInstanceQuery,
String deleteReason,
boolean skipCustomListeners,
boolean skipSubprocesses)
Delete an existing runtime process instances asynchronously using Batch operation.
|
Batch |
RuntimeService.deleteProcessInstancesAsync(List<String> processInstanceIds,
String deleteReason)
Delete an existing runtime process instances asynchronously using Batch operation.
|
Batch |
RuntimeService.deleteProcessInstancesAsync(ProcessInstanceQuery processInstanceQuery,
String deleteReason)
Delete an existing runtime process instances asynchronously using Batch operation.
|
Batch |
ManagementService.setJobRetriesAsync(JobQuery jobQuery,
int retries)
Sets the number of retries that jobs have left asynchronously.
|
Batch |
ManagementService.setJobRetriesAsync(List<String> jobIds,
int retries)
Sets the number of retries that jobs have left asynchronously.
|
Batch |
ManagementService.setJobRetriesAsync(List<String> jobIds,
JobQuery jobQuery,
int retries)
Sets the number of retries that jobs have left asynchronously.
|
Batch |
ManagementService.setJobRetriesAsync(List<String> processInstanceIds,
ProcessInstanceQuery processInstanceQuery,
HistoricProcessInstanceQuery historicProcessInstanceQuery,
int retries)
Sets the number of retries that jobs have left asynchronously.
|
Batch |
ManagementService.setJobRetriesAsync(List<String> processInstanceIds,
ProcessInstanceQuery query,
int retries)
Sets the number of retries that jobs have left asynchronously.
|
Batch |
ExternalTaskService.setRetriesAsync(List<String> externalTaskIds,
ExternalTaskQuery externalTaskQuery,
int retries)
Sets the retries for external tasks asynchronously as batch.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BatchStatistics
Additional statistics for a single batch.
|
Modifier and Type | Method and Description |
---|---|
Batch |
UpdateExternalTaskRetriesBuilder.setAsync(int retries)
Sets the retries for external tasks asynchronously as batch.
|
Modifier and Type | Method and Description |
---|---|
Batch |
SetRemovalTimeToHistoricProcessInstancesBuilder.executeAsync()
Sets the removal time asynchronously as batch.
|
Batch |
SetRemovalTimeToHistoricDecisionInstancesBuilder.executeAsync()
Sets the removal time asynchronously as batch.
|
Batch |
SetRemovalTimeToHistoricBatchesBuilder.executeAsync()
Sets the removal time asynchronously as batch.
|
Modifier and Type | Method and Description |
---|---|
Batch |
UpdateProcessInstancesSuspensionStateBuilderImpl.activateAsync() |
Batch |
HistoryServiceImpl.deleteHistoricDecisionInstancesAsync(HistoricDecisionInstanceQuery query,
String deleteReason) |
Batch |
HistoryServiceImpl.deleteHistoricDecisionInstancesAsync(List<String> decisionInstanceIds,
HistoricDecisionInstanceQuery query,
String deleteReason) |
Batch |
HistoryServiceImpl.deleteHistoricDecisionInstancesAsync(List<String> decisionInstanceIds,
String deleteReason) |
Batch |
HistoryServiceImpl.deleteHistoricProcessInstancesAsync(HistoricProcessInstanceQuery query,
String deleteReason) |
Batch |
HistoryServiceImpl.deleteHistoricProcessInstancesAsync(List<String> processInstanceIds,
HistoricProcessInstanceQuery query,
String deleteReason) |
Batch |
HistoryServiceImpl.deleteHistoricProcessInstancesAsync(List<String> processInstanceIds,
String deleteReason) |
Batch |
RuntimeServiceImpl.deleteProcessInstancesAsync(List<String> processInstanceIds,
ProcessInstanceQuery processInstanceQuery,
HistoricProcessInstanceQuery historicProcessInstanceQuery,
String deleteReason,
boolean skipCustomListeners,
boolean skipSubprocesses) |
Batch |
RuntimeServiceImpl.deleteProcessInstancesAsync(List<String> processInstanceIds,
ProcessInstanceQuery processInstanceQuery,
String deleteReason) |
Batch |
RuntimeServiceImpl.deleteProcessInstancesAsync(List<String> processInstanceIds,
ProcessInstanceQuery processInstanceQuery,
String deleteReason,
boolean skipCustomListeners) |
Batch |
RuntimeServiceImpl.deleteProcessInstancesAsync(List<String> processInstanceIds,
ProcessInstanceQuery processInstanceQuery,
String deleteReason,
boolean skipCustomListeners,
boolean skipSubprocesses) |
Batch |
RuntimeServiceImpl.deleteProcessInstancesAsync(List<String> processInstanceIds,
String deleteReason) |
Batch |
RuntimeServiceImpl.deleteProcessInstancesAsync(ProcessInstanceQuery processInstanceQuery,
String deleteReason) |
Batch |
RestartProcessInstanceBuilderImpl.executeAsync() |
Batch |
ProcessInstanceModificationBuilderImpl.executeAsync() |
Batch |
ModificationBuilderImpl.executeAsync() |
Batch |
ProcessInstanceModificationBuilderImpl.executeAsync(boolean skipCustomListeners,
boolean skipIoMappings) |
Batch |
ManagementServiceImpl.setJobRetriesAsync(JobQuery jobQuery,
int retries) |
Batch |
ManagementServiceImpl.setJobRetriesAsync(List<String> jobIds,
int retries) |
Batch |
ManagementServiceImpl.setJobRetriesAsync(List<String> jobIds,
JobQuery jobQuery,
int retries) |
Batch |
ManagementServiceImpl.setJobRetriesAsync(List<String> processInstanceIds,
ProcessInstanceQuery query,
HistoricProcessInstanceQuery historicProcessInstanceQuery,
int retries) |
Batch |
ManagementServiceImpl.setJobRetriesAsync(List<String> processInstanceIds,
ProcessInstanceQuery query,
int retries) |
Batch |
ExternalTaskServiceImpl.setRetriesAsync(List<String> externalTaskIds,
ExternalTaskQuery externalTaskQuery,
int retries) |
Batch |
UpdateProcessInstancesSuspensionStateBuilderImpl.suspendAsync() |
Modifier and Type | Class and Description |
---|---|
class |
BatchEntity |
class |
BatchStatisticsEntity |
Modifier and Type | Method and Description |
---|---|
Batch |
RestartProcessInstancesBatchCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
List<Batch> |
BatchQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Method and Description |
---|---|
Batch |
SetExternalTasksRetriesBatchCmd.execute(CommandContext commandContext) |
Batch |
AbstractSetJobsRetriesBatchCmd.execute(CommandContext commandContext) |
Batch |
ProcessInstanceModificationBatchCmd.execute(CommandContext commandContext) |
Batch |
ModifyProcessInstanceAsyncCmd.execute(CommandContext commandContext) |
Batch |
UpdateProcessInstancesSuspendStateBatchCmd.execute(CommandContext commandContext) |
Batch |
UpdateExternalTaskRetriesBuilderImpl.setAsync(int retries) |
Modifier and Type | Method and Description |
---|---|
Batch |
DeleteProcessInstanceBatchCmd.execute(CommandContext commandContext) |
Batch |
DeleteHistoricProcessInstancesBatchCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
Batch |
SetRemovalTimeToHistoricDecisionInstancesCmd.execute(CommandContext commandContext) |
Batch |
SetRemovalTimeToHistoricBatchesCmd.execute(CommandContext commandContext) |
Batch |
SetRemovalTimeToHistoricProcessInstancesCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
Batch |
DeleteHistoricDecisionInstancesBatchCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
Batch |
SetRemovalTimeToHistoricBatchesBuilderImpl.executeAsync() |
Batch |
SetRemovalTimeToHistoricDecisionInstancesBuilderImpl.executeAsync() |
Batch |
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.executeAsync() |
Modifier and Type | Method and Description |
---|---|
HistoryEvent |
HistoryEventProducer.createBatchEndEvent(Batch batch)
Creates the history event fired when the a batch has been completed.
|
HistoryEvent |
DefaultHistoryEventProducer.createBatchEndEvent(Batch batch) |
HistoryEvent |
HistoryEventProducer.createBatchStartEvent(Batch batch)
Creates the history event fired when the a batch has been started.
|
HistoryEvent |
DefaultHistoryEventProducer.createBatchStartEvent(Batch batch) |
Modifier and Type | Method and Description |
---|---|
Batch |
MigrationPlanExecutionBuilderImpl.executeAsync() |
Modifier and Type | Method and Description |
---|---|
Batch |
MigrateProcessInstanceBatchCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
List<Batch> |
BatchManager.findBatchesByQueryCriteria(BatchQueryImpl batchQuery,
Page page) |
Modifier and Type | Method and Description |
---|---|
Batch |
MigrationPlanExecutionBuilder.executeAsync()
Execute the migration asynchronously as batch.
|
Modifier and Type | Method and Description |
---|---|
static BatchDto |
BatchDto.fromBatch(Batch batch) |
Modifier and Type | Method and Description |
---|---|
Batch |
ProcessInstanceSuspensionStateDto.updateSuspensionStateAsync(ProcessEngine engine) |
Modifier and Type | Method and Description |
---|---|
protected List<Batch> |
BatchRestServiceImpl.executePaginatedQuery(BatchQuery query,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
Batch |
UpdateProcessInstancesSuspensionStateBuilder.activateAsync()
Activates the provided process instances asynchronously.
|
Batch |
ProcessInstanceModificationBuilder.executeAsync()
Execute all instructions asynchronously.
|
Batch |
ModificationBuilder.executeAsync()
Execute the modification asynchronously as batch.
|
Batch |
RestartProcessInstanceBuilder.executeAsync()
Executes the restart asynchronously as batch.
|
Batch |
ProcessInstanceModificationBuilder.executeAsync(boolean skipCustomListeners,
boolean skipIoMappings) |
Batch |
UpdateProcessInstancesSuspensionStateBuilder.suspendAsync()
Suspends the provided process instances asynchronously.
|
Copyright © 2022. All rights reserved.