Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
BatchDto |
ProcessInstanceApi.deleteAsyncHistoricQueryBased(DeleteProcessInstancesDto deleteProcessInstancesDto)
Delete Async Historic Query Based (POST)
Deletes a set of process instances asynchronously (batch) based on a historic process instance query.
|
BatchDto |
HistoricProcessInstanceApi.deleteHistoricProcessInstancesAsync(DeleteHistoricProcessInstancesDto deleteHistoricProcessInstancesDto)
Delete Async (POST)
Delete multiple historic process instances asynchronously (batch).
|
BatchDto |
ProcessInstanceApi.deleteProcessInstancesAsyncOperation(DeleteProcessInstancesDto deleteProcessInstancesDto)
Delete Async (POST)
Deletes multiple process instances asynchronously (batch).
|
BatchDto |
BatchApi.getBatch(String id)
Get
Retrieves a batch by id, according to the Batch interface in the engine.
|
BatchDto |
ProcessInstanceApi.modifyProcessInstanceAsyncOperation(String id,
ProcessInstanceModificationDto processInstanceModificationDto)
Modify Process Instance Execution State Async
Submits a list of modification instructions to change a process instance's execution state async.
|
BatchDto |
ProcessDefinitionApi.restartProcessInstanceAsyncOperation(String id,
RestartProcessInstanceDto restartProcessInstanceDto)
Restart Process Instance Async
Restarts process instances that were canceled or terminated asynchronously.
|
BatchDto |
ExternalTaskApi.setExternalTaskRetriesAsyncOperation(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto)
Set Retries Async
Sets the number of retries left to execute external tasks by id asynchronously.
|
BatchDto |
JobApi.setJobRetriesAsyncOperation(SetJobRetriesDto setJobRetriesDto)
Set Job Retries Async (POST)
Create a batch to set retries of jobs asynchronously.
|
BatchDto |
HistoricProcessInstanceApi.setRemovalTimeAsync(SetRemovalTimeToHistoricProcessInstancesDto setRemovalTimeToHistoricProcessInstancesDto)
Set Removal Time Async (POST)
Sets the removal time to multiple historic process instances asynchronously (batch).
|
BatchDto |
ProcessInstanceApi.setRetriesByProcess(SetJobRetriesByProcessDto setJobRetriesByProcessDto)
Set Job Retries Async (POST)
Create a batch to set retries of jobs associated with given processes asynchronously.
|
BatchDto |
ProcessInstanceApi.setRetriesByProcessHistoricQueryBased(SetJobRetriesByProcessDto setJobRetriesByProcessDto)
Set Job Retries Async Historic Query Based (POST)
Create a batch to set retries of jobs asynchronously based on a historic process instance query.
|
BatchDto |
ProcessInstanceApi.setVariablesAsyncOperation(SetVariablesAsyncDto setVariablesAsyncDto)
Set Variables Async (POST)
Update or create runtime process variables in the root scope of process instances.
|
BatchDto |
ProcessInstanceApi.updateSuspensionStateAsyncOperation(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto)
Activate/Suspend In Batch
Activates or suspends process instances asynchronously with a list of process instance ids, a process instance query, and/or a historical process instance query.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<BatchDto> |
ProcessInstanceApi.deleteAsyncHistoricQueryBasedWithHttpInfo(DeleteProcessInstancesDto deleteProcessInstancesDto)
Delete Async Historic Query Based (POST)
Deletes a set of process instances asynchronously (batch) based on a historic process instance query.
|
ApiResponse<BatchDto> |
HistoricProcessInstanceApi.deleteHistoricProcessInstancesAsyncWithHttpInfo(DeleteHistoricProcessInstancesDto deleteHistoricProcessInstancesDto)
Delete Async (POST)
Delete multiple historic process instances asynchronously (batch).
|
ApiResponse<BatchDto> |
ProcessInstanceApi.deleteProcessInstancesAsyncOperationWithHttpInfo(DeleteProcessInstancesDto deleteProcessInstancesDto)
Delete Async (POST)
Deletes multiple process instances asynchronously (batch).
|
List<BatchDto> |
BatchApi.getBatches(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended)
Get List
Queries for batches that fulfill given parameters.
|
ApiResponse<List<BatchDto>> |
BatchApi.getBatchesWithHttpInfo(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended)
Get List
Queries for batches that fulfill given parameters.
|
ApiResponse<BatchDto> |
BatchApi.getBatchWithHttpInfo(String id)
Get
Retrieves a batch by id, according to the Batch interface in the engine.
|
ApiResponse<BatchDto> |
ProcessInstanceApi.modifyProcessInstanceAsyncOperationWithHttpInfo(String id,
ProcessInstanceModificationDto processInstanceModificationDto)
Modify Process Instance Execution State Async
Submits a list of modification instructions to change a process instance's execution state async.
|
ApiResponse<BatchDto> |
ProcessDefinitionApi.restartProcessInstanceAsyncOperationWithHttpInfo(String id,
RestartProcessInstanceDto restartProcessInstanceDto)
Restart Process Instance Async
Restarts process instances that were canceled or terminated asynchronously.
|
ApiResponse<BatchDto> |
ExternalTaskApi.setExternalTaskRetriesAsyncOperationWithHttpInfo(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto)
Set Retries Async
Sets the number of retries left to execute external tasks by id asynchronously.
|
ApiResponse<BatchDto> |
JobApi.setJobRetriesAsyncOperationWithHttpInfo(SetJobRetriesDto setJobRetriesDto)
Set Job Retries Async (POST)
Create a batch to set retries of jobs asynchronously.
|
ApiResponse<BatchDto> |
HistoricProcessInstanceApi.setRemovalTimeAsyncWithHttpInfo(SetRemovalTimeToHistoricProcessInstancesDto setRemovalTimeToHistoricProcessInstancesDto)
Set Removal Time Async (POST)
Sets the removal time to multiple historic process instances asynchronously (batch).
|
ApiResponse<BatchDto> |
ProcessInstanceApi.setRetriesByProcessHistoricQueryBasedWithHttpInfo(SetJobRetriesByProcessDto setJobRetriesByProcessDto)
Set Job Retries Async Historic Query Based (POST)
Create a batch to set retries of jobs asynchronously based on a historic process instance query.
|
ApiResponse<BatchDto> |
ProcessInstanceApi.setRetriesByProcessWithHttpInfo(SetJobRetriesByProcessDto setJobRetriesByProcessDto)
Set Job Retries Async (POST)
Create a batch to set retries of jobs associated with given processes asynchronously.
|
ApiResponse<BatchDto> |
ProcessInstanceApi.setVariablesAsyncOperationWithHttpInfo(SetVariablesAsyncDto setVariablesAsyncDto)
Set Variables Async (POST)
Update or create runtime process variables in the root scope of process instances.
|
ApiResponse<BatchDto> |
ProcessInstanceApi.updateSuspensionStateAsyncOperationWithHttpInfo(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto)
Activate/Suspend In Batch
Activates or suspends process instances asynchronously with a list of process instance ids, a process instance query, and/or a historical process instance query.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ProcessInstanceApi.deleteAsyncHistoricQueryBasedAsync(DeleteProcessInstancesDto deleteProcessInstancesDto,
ApiCallback<BatchDto> _callback)
Delete Async Historic Query Based (POST) (asynchronously)
Deletes a set of process instances asynchronously (batch) based on a historic process instance query.
|
okhttp3.Call |
HistoricProcessInstanceApi.deleteHistoricProcessInstancesAsyncAsync(DeleteHistoricProcessInstancesDto deleteHistoricProcessInstancesDto,
ApiCallback<BatchDto> _callback)
Delete Async (POST) (asynchronously)
Delete multiple historic process instances asynchronously (batch).
|
okhttp3.Call |
ProcessInstanceApi.deleteProcessInstancesAsyncOperationAsync(DeleteProcessInstancesDto deleteProcessInstancesDto,
ApiCallback<BatchDto> _callback)
Delete Async (POST) (asynchronously)
Deletes multiple process instances asynchronously (batch).
|
okhttp3.Call |
BatchApi.getBatchAsync(String id,
ApiCallback<BatchDto> _callback)
Get (asynchronously)
Retrieves a batch by id, according to the Batch interface in the engine.
|
okhttp3.Call |
BatchApi.getBatchesAsync(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended,
ApiCallback<List<BatchDto>> _callback)
Get List (asynchronously)
Queries for batches that fulfill given parameters.
|
okhttp3.Call |
ProcessInstanceApi.modifyProcessInstanceAsyncOperationAsync(String id,
ProcessInstanceModificationDto processInstanceModificationDto,
ApiCallback<BatchDto> _callback)
Modify Process Instance Execution State Async (asynchronously)
Submits a list of modification instructions to change a process instance's execution state async.
|
okhttp3.Call |
ProcessDefinitionApi.restartProcessInstanceAsyncOperationAsync(String id,
RestartProcessInstanceDto restartProcessInstanceDto,
ApiCallback<BatchDto> _callback)
Restart Process Instance Async (asynchronously)
Restarts process instances that were canceled or terminated asynchronously.
|
okhttp3.Call |
ExternalTaskApi.setExternalTaskRetriesAsyncOperationAsync(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto,
ApiCallback<BatchDto> _callback)
Set Retries Async (asynchronously)
Sets the number of retries left to execute external tasks by id asynchronously.
|
okhttp3.Call |
JobApi.setJobRetriesAsyncOperationAsync(SetJobRetriesDto setJobRetriesDto,
ApiCallback<BatchDto> _callback)
Set Job Retries Async (POST) (asynchronously)
Create a batch to set retries of jobs asynchronously.
|
okhttp3.Call |
HistoricProcessInstanceApi.setRemovalTimeAsyncAsync(SetRemovalTimeToHistoricProcessInstancesDto setRemovalTimeToHistoricProcessInstancesDto,
ApiCallback<BatchDto> _callback)
Set Removal Time Async (POST) (asynchronously)
Sets the removal time to multiple historic process instances asynchronously (batch).
|
okhttp3.Call |
ProcessInstanceApi.setRetriesByProcessAsync(SetJobRetriesByProcessDto setJobRetriesByProcessDto,
ApiCallback<BatchDto> _callback)
Set Job Retries Async (POST) (asynchronously)
Create a batch to set retries of jobs associated with given processes asynchronously.
|
okhttp3.Call |
ProcessInstanceApi.setRetriesByProcessHistoricQueryBasedAsync(SetJobRetriesByProcessDto setJobRetriesByProcessDto,
ApiCallback<BatchDto> _callback)
Set Job Retries Async Historic Query Based (POST) (asynchronously)
Create a batch to set retries of jobs asynchronously based on a historic process instance query.
|
okhttp3.Call |
ProcessInstanceApi.setVariablesAsyncOperationAsync(SetVariablesAsyncDto setVariablesAsyncDto,
ApiCallback<BatchDto> _callback)
Set Variables Async (POST) (asynchronously)
Update or create runtime process variables in the root scope of process instances.
|
okhttp3.Call |
ProcessInstanceApi.updateSuspensionStateAsyncOperationAsync(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto,
ApiCallback<BatchDto> _callback)
Activate/Suspend In Batch (asynchronously)
Activates or suspends process instances asynchronously with a list of process instance ids, a process instance query, and/or a historical process instance query.
|
Modifier and Type | Method and Description |
---|---|
BatchDto |
BatchDto.batchJobDefinitionId(String batchJobDefinitionId) |
BatchDto |
BatchDto.batchJobsPerSeed(Integer batchJobsPerSeed) |
BatchDto |
BatchDto.createUserId(String createUserId) |
BatchDto |
BatchDto.id(String id) |
BatchDto |
BatchDto.invocationsPerBatchJob(Integer invocationsPerBatchJob) |
BatchDto |
BatchDto.jobsCreated(Integer jobsCreated) |
BatchDto |
BatchDto.monitorJobDefinitionId(String monitorJobDefinitionId) |
BatchDto |
BatchDto.seedJobDefinitionId(String seedJobDefinitionId) |
BatchDto |
BatchDto.suspended(Boolean suspended) |
BatchDto |
BatchDto.tenantId(String tenantId) |
BatchDto |
BatchDto.totalJobs(Integer totalJobs) |
BatchDto |
BatchDto.type(String type) |
Copyright © 2022. All rights reserved.