Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
ExecutionDto |
ExecutionApi.getExecution(String id)
Get Execution
Retrieves an execution by id, according to the `Execution` interface in the engine.
|
Modifier and Type | Method and Description |
---|---|
List<ExecutionDto> |
ExecutionApi.getExecutions(String businessKey,
String processDefinitionId,
String processDefinitionKey,
String processInstanceId,
String activityId,
String signalEventSubscriptionName,
String messageEventSubscriptionName,
Boolean active,
Boolean suspended,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
String variables,
String processVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get Executions
Queries for the executions that fulfill given parameters.
|
ApiResponse<List<ExecutionDto>> |
ExecutionApi.getExecutionsWithHttpInfo(String businessKey,
String processDefinitionId,
String processDefinitionKey,
String processInstanceId,
String activityId,
String signalEventSubscriptionName,
String messageEventSubscriptionName,
Boolean active,
Boolean suspended,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
String variables,
String processVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get Executions
Queries for the executions that fulfill given parameters.
|
ApiResponse<ExecutionDto> |
ExecutionApi.getExecutionWithHttpInfo(String id)
Get Execution
Retrieves an execution by id, according to the `Execution` interface in the engine.
|
List<ExecutionDto> |
ExecutionApi.queryExecutions(Integer firstResult,
Integer maxResults,
ExecutionQueryDto executionQueryDto)
Get Executions (POST)
Queries for executions that fulfill given parameters through a JSON object.
|
ApiResponse<List<ExecutionDto>> |
ExecutionApi.queryExecutionsWithHttpInfo(Integer firstResult,
Integer maxResults,
ExecutionQueryDto executionQueryDto)
Get Executions (POST)
Queries for executions that fulfill given parameters through a JSON object.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ExecutionApi.getExecutionAsync(String id,
ApiCallback<ExecutionDto> _callback)
Get Execution (asynchronously)
Retrieves an execution by id, according to the `Execution` interface in the engine.
|
okhttp3.Call |
ExecutionApi.getExecutionsAsync(String businessKey,
String processDefinitionId,
String processDefinitionKey,
String processInstanceId,
String activityId,
String signalEventSubscriptionName,
String messageEventSubscriptionName,
Boolean active,
Boolean suspended,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
String variables,
String processVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback<List<ExecutionDto>> _callback)
Get Executions (asynchronously)
Queries for the executions that fulfill given parameters.
|
okhttp3.Call |
ExecutionApi.queryExecutionsAsync(Integer firstResult,
Integer maxResults,
ExecutionQueryDto executionQueryDto,
ApiCallback<List<ExecutionDto>> _callback)
Get Executions (POST) (asynchronously)
Queries for executions that fulfill given parameters through a JSON object.
|
Modifier and Type | Method and Description |
---|---|
ExecutionDto |
ExecutionDto.ended(Boolean ended) |
ExecutionDto |
MessageCorrelationResultWithVariableDto.getExecution()
Get execution
|
ExecutionDto |
ExecutionDto.id(String id) |
ExecutionDto |
ExecutionDto.processInstanceId(String processInstanceId) |
ExecutionDto |
ExecutionDto.tenantId(String tenantId) |
Modifier and Type | Method and Description |
---|---|
MessageCorrelationResultWithVariableDto |
MessageCorrelationResultWithVariableDto.execution(ExecutionDto execution) |
void |
MessageCorrelationResultWithVariableDto.setExecution(ExecutionDto execution) |
Copyright © 2022. All rights reserved.