Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
VariableValueDto |
ExecutionApi.getLocalExecutionVariable(String id,
String varName,
Boolean deserializeValue)
Get Local Execution Variable
Retrieves a variable from the context of a given execution by id.
|
VariableValueDto |
ProcessInstanceApi.getProcessInstanceVariable(String id,
String varName,
Boolean deserializeValue)
Get Process Variable
Retrieves a variable of a given process instance by id.
|
VariableValueDto |
TaskLocalVariableApi.getTaskLocalVariable(String id,
String varName,
Boolean deserializeValue)
Get Local Task Variable
Retrieves a variable from the context of a given task by id.
|
VariableValueDto |
TaskVariableApi.getTaskVariable(String id,
String varName,
Boolean deserializeValue)
Get Task Variable
Retrieves a variable from the context of a given task.
|
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
TaskApi.complete(String id,
CompleteTaskDto completeTaskDto)
Complete
Completes a task and updates process variables.
|
ApiResponse<Map<String,VariableValueDto>> |
TaskApi.completeWithHttpInfo(String id,
CompleteTaskDto completeTaskDto)
Complete
Completes a task and updates process variables.
|
List<Map<String,VariableValueDto>> |
DecisionDefinitionApi.evaluateDecisionById(String id,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Id
Evaluates a given decision and returns the result.
|
ApiResponse<List<Map<String,VariableValueDto>>> |
DecisionDefinitionApi.evaluateDecisionByIdWithHttpInfo(String id,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Id
Evaluates a given decision and returns the result.
|
List<Map<String,VariableValueDto>> |
DecisionDefinitionApi.evaluateDecisionByKey(String key,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Key
Evaluates the latest version of the decision definition which belongs to no tenant.
|
List<Map<String,VariableValueDto>> |
DecisionDefinitionApi.evaluateDecisionByKeyAndTenant(String key,
String tenantId,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Key And Tenant
Evaluates the latest version of the decision definition for tenant.
|
ApiResponse<List<Map<String,VariableValueDto>>> |
DecisionDefinitionApi.evaluateDecisionByKeyAndTenantWithHttpInfo(String key,
String tenantId,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Key And Tenant
Evaluates the latest version of the decision definition for tenant.
|
ApiResponse<List<Map<String,VariableValueDto>>> |
DecisionDefinitionApi.evaluateDecisionByKeyWithHttpInfo(String key,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Key
Evaluates the latest version of the decision definition which belongs to no tenant.
|
Map<String,VariableValueDto> |
TaskApi.getFormVariables(String id,
String variableNames,
Boolean deserializeValues)
Get Task Form Variables
Retrieves the form variables for a task.
|
ApiResponse<Map<String,VariableValueDto>> |
TaskApi.getFormVariablesWithHttpInfo(String id,
String variableNames,
Boolean deserializeValues)
Get Task Form Variables
Retrieves the form variables for a task.
|
Map<String,VariableValueDto> |
ExecutionApi.getLocalExecutionVariables(String id,
Boolean deserializeValues)
Get Local Execution Variables
Retrieves all variables of a given execution by id.
|
ApiResponse<Map<String,VariableValueDto>> |
ExecutionApi.getLocalExecutionVariablesWithHttpInfo(String id,
Boolean deserializeValues)
Get Local Execution Variables
Retrieves all variables of a given execution by id.
|
ApiResponse<VariableValueDto> |
ExecutionApi.getLocalExecutionVariableWithHttpInfo(String id,
String varName,
Boolean deserializeValue)
Get Local Execution Variable
Retrieves a variable from the context of a given execution by id.
|
Map<String,VariableValueDto> |
ProcessInstanceApi.getProcessInstanceVariables(String id,
Boolean deserializeValues)
Get Process Variables
Retrieves all variables of a given process instance by id.
|
ApiResponse<Map<String,VariableValueDto>> |
ProcessInstanceApi.getProcessInstanceVariablesWithHttpInfo(String id,
Boolean deserializeValues)
Get Process Variables
Retrieves all variables of a given process instance by id.
|
ApiResponse<VariableValueDto> |
ProcessInstanceApi.getProcessInstanceVariableWithHttpInfo(String id,
String varName,
Boolean deserializeValue)
Get Process Variable
Retrieves a variable of a given process instance by id.
|
Map<String,VariableValueDto> |
ProcessDefinitionApi.getStartFormVariables(String id,
String variableNames,
Boolean deserializeValues)
Get Start Form Variables
Retrieves the start form variables for a process definition (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
Map<String,VariableValueDto> |
ProcessDefinitionApi.getStartFormVariablesByKey(String key,
String variableNames,
Boolean deserializeValues)
Get Start Form Variables
Retrieves the start form variables for the latest process definition which belongs to no tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
Map<String,VariableValueDto> |
ProcessDefinitionApi.getStartFormVariablesByKeyAndTenantId(String key,
String tenantId,
String variableNames,
Boolean deserializeValues)
Get Start Form Variables
Retrieves the start form variables for the latest process definition for a tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
ApiResponse<Map<String,VariableValueDto>> |
ProcessDefinitionApi.getStartFormVariablesByKeyAndTenantIdWithHttpInfo(String key,
String tenantId,
String variableNames,
Boolean deserializeValues)
Get Start Form Variables
Retrieves the start form variables for the latest process definition for a tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
ApiResponse<Map<String,VariableValueDto>> |
ProcessDefinitionApi.getStartFormVariablesByKeyWithHttpInfo(String key,
String variableNames,
Boolean deserializeValues)
Get Start Form Variables
Retrieves the start form variables for the latest process definition which belongs to no tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
ApiResponse<Map<String,VariableValueDto>> |
ProcessDefinitionApi.getStartFormVariablesWithHttpInfo(String id,
String variableNames,
Boolean deserializeValues)
Get Start Form Variables
Retrieves the start form variables for a process definition (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
Map<String,VariableValueDto> |
TaskLocalVariableApi.getTaskLocalVariables(String id,
Boolean deserializeValues)
Get Local Task Variables
Retrieves all variables of a given task by id.
|
ApiResponse<Map<String,VariableValueDto>> |
TaskLocalVariableApi.getTaskLocalVariablesWithHttpInfo(String id,
Boolean deserializeValues)
Get Local Task Variables
Retrieves all variables of a given task by id.
|
ApiResponse<VariableValueDto> |
TaskLocalVariableApi.getTaskLocalVariableWithHttpInfo(String id,
String varName,
Boolean deserializeValue)
Get Local Task Variable
Retrieves a variable from the context of a given task by id.
|
Map<String,VariableValueDto> |
TaskVariableApi.getTaskVariables(String id,
Boolean deserializeValues)
Get Task Variables
Retrieves all variables visible from the task.
|
ApiResponse<Map<String,VariableValueDto>> |
TaskVariableApi.getTaskVariablesWithHttpInfo(String id,
Boolean deserializeValues)
Get Task Variables
Retrieves all variables visible from the task.
|
ApiResponse<VariableValueDto> |
TaskVariableApi.getTaskVariableWithHttpInfo(String id,
String varName,
Boolean deserializeValue)
Get Task Variable
Retrieves a variable from the context of a given task.
|
Map<String,VariableValueDto> |
TaskApi.submit(String id,
CompleteTaskDto completeTaskDto)
Submit Form
Completes a task and updates process variables using a form submit.
|
ApiResponse<Map<String,VariableValueDto>> |
TaskApi.submitWithHttpInfo(String id,
CompleteTaskDto completeTaskDto)
Submit Form
Completes a task and updates process variables using a form submit.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionApi.putLocalExecutionVariable(String id,
String varName,
VariableValueDto variableValueDto)
Put Local Execution Variable
Sets a variable in the context of a given execution by id.
|
okhttp3.Call |
ExecutionApi.putLocalExecutionVariableAsync(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback<Void> _callback)
Put Local Execution Variable (asynchronously)
Sets a variable in the context of a given execution by id.
|
okhttp3.Call |
ExecutionApi.putLocalExecutionVariableCall(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback _callback)
Build call for putLocalExecutionVariable
|
ApiResponse<Void> |
ExecutionApi.putLocalExecutionVariableWithHttpInfo(String id,
String varName,
VariableValueDto variableValueDto)
Put Local Execution Variable
Sets a variable in the context of a given execution by id.
|
void |
TaskLocalVariableApi.putTaskLocalVariable(String id,
String varName,
VariableValueDto variableValueDto)
Update Local Task Variable
Sets a variable in the context of a given task.
|
okhttp3.Call |
TaskLocalVariableApi.putTaskLocalVariableAsync(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback<Void> _callback)
Update Local Task Variable (asynchronously)
Sets a variable in the context of a given task.
|
okhttp3.Call |
TaskLocalVariableApi.putTaskLocalVariableCall(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback _callback)
Build call for putTaskLocalVariable
|
ApiResponse<Void> |
TaskLocalVariableApi.putTaskLocalVariableWithHttpInfo(String id,
String varName,
VariableValueDto variableValueDto)
Update Local Task Variable
Sets a variable in the context of a given task.
|
void |
TaskVariableApi.putTaskVariable(String id,
String varName,
VariableValueDto variableValueDto)
Update Task Variable
Updates a process variable that is visible from the Task scope.
|
okhttp3.Call |
TaskVariableApi.putTaskVariableAsync(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback<Void> _callback)
Update Task Variable (asynchronously)
Updates a process variable that is visible from the Task scope.
|
okhttp3.Call |
TaskVariableApi.putTaskVariableCall(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback _callback)
Build call for putTaskVariable
|
ApiResponse<Void> |
TaskVariableApi.putTaskVariableWithHttpInfo(String id,
String varName,
VariableValueDto variableValueDto)
Update Task Variable
Updates a process variable that is visible from the Task scope.
|
void |
ProcessInstanceApi.setProcessInstanceVariable(String id,
String varName,
VariableValueDto variableValueDto)
Update Process Variable
Sets a variable of a given process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.setProcessInstanceVariableAsync(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback<Void> _callback)
Update Process Variable (asynchronously)
Sets a variable of a given process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.setProcessInstanceVariableCall(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback _callback)
Build call for setProcessInstanceVariable
|
ApiResponse<Void> |
ProcessInstanceApi.setProcessInstanceVariableWithHttpInfo(String id,
String varName,
VariableValueDto variableValueDto)
Update Process Variable
Sets a variable of a given process instance by id.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
TaskApi.completeAsync(String id,
CompleteTaskDto completeTaskDto,
ApiCallback<Map<String,VariableValueDto>> _callback)
Complete (asynchronously)
Completes a task and updates process variables.
|
okhttp3.Call |
DecisionDefinitionApi.evaluateDecisionByIdAsync(String id,
EvaluateDecisionDto evaluateDecisionDto,
ApiCallback<List<Map<String,VariableValueDto>>> _callback)
Evaluate By Id (asynchronously)
Evaluates a given decision and returns the result.
|
okhttp3.Call |
DecisionDefinitionApi.evaluateDecisionByKeyAndTenantAsync(String key,
String tenantId,
EvaluateDecisionDto evaluateDecisionDto,
ApiCallback<List<Map<String,VariableValueDto>>> _callback)
Evaluate By Key And Tenant (asynchronously)
Evaluates the latest version of the decision definition for tenant.
|
okhttp3.Call |
DecisionDefinitionApi.evaluateDecisionByKeyAsync(String key,
EvaluateDecisionDto evaluateDecisionDto,
ApiCallback<List<Map<String,VariableValueDto>>> _callback)
Evaluate By Key (asynchronously)
Evaluates the latest version of the decision definition which belongs to no tenant.
|
okhttp3.Call |
TaskApi.getFormVariablesAsync(String id,
String variableNames,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Task Form Variables (asynchronously)
Retrieves the form variables for a task.
|
okhttp3.Call |
ExecutionApi.getLocalExecutionVariableAsync(String id,
String varName,
Boolean deserializeValue,
ApiCallback<VariableValueDto> _callback)
Get Local Execution Variable (asynchronously)
Retrieves a variable from the context of a given execution by id.
|
okhttp3.Call |
ExecutionApi.getLocalExecutionVariablesAsync(String id,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Local Execution Variables (asynchronously)
Retrieves all variables of a given execution by id.
|
okhttp3.Call |
ProcessInstanceApi.getProcessInstanceVariableAsync(String id,
String varName,
Boolean deserializeValue,
ApiCallback<VariableValueDto> _callback)
Get Process Variable (asynchronously)
Retrieves a variable of a given process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.getProcessInstanceVariablesAsync(String id,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Process Variables (asynchronously)
Retrieves all variables of a given process instance by id.
|
okhttp3.Call |
ProcessDefinitionApi.getStartFormVariablesAsync(String id,
String variableNames,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Start Form Variables (asynchronously)
Retrieves the start form variables for a process definition (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
okhttp3.Call |
ProcessDefinitionApi.getStartFormVariablesByKeyAndTenantIdAsync(String key,
String tenantId,
String variableNames,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Start Form Variables (asynchronously)
Retrieves the start form variables for the latest process definition for a tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
okhttp3.Call |
ProcessDefinitionApi.getStartFormVariablesByKeyAsync(String key,
String variableNames,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Start Form Variables (asynchronously)
Retrieves the start form variables for the latest process definition which belongs to no tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
okhttp3.Call |
TaskLocalVariableApi.getTaskLocalVariableAsync(String id,
String varName,
Boolean deserializeValue,
ApiCallback<VariableValueDto> _callback)
Get Local Task Variable (asynchronously)
Retrieves a variable from the context of a given task by id.
|
okhttp3.Call |
TaskLocalVariableApi.getTaskLocalVariablesAsync(String id,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Local Task Variables (asynchronously)
Retrieves all variables of a given task by id.
|
okhttp3.Call |
TaskVariableApi.getTaskVariableAsync(String id,
String varName,
Boolean deserializeValue,
ApiCallback<VariableValueDto> _callback)
Get Task Variable (asynchronously)
Retrieves a variable from the context of a given task.
|
okhttp3.Call |
TaskVariableApi.getTaskVariablesAsync(String id,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Task Variables (asynchronously)
Retrieves all variables visible from the task.
|
okhttp3.Call |
TaskApi.submitAsync(String id,
CompleteTaskDto completeTaskDto,
ApiCallback<Map<String,VariableValueDto>> _callback)
Submit Form (asynchronously)
Completes a task and updates process variables using a form submit.
|
Modifier and Type | Method and Description |
---|---|
VariableValueDto |
VariableValueDto.putValueInfoItem(String key,
Object valueInfoItem) |
VariableValueDto |
VariableValueDto.type(String type) |
VariableValueDto |
VariableValueDto.value(Object value) |
VariableValueDto |
VariableValueDto.valueInfo(Map<String,Object> valueInfo) |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
CorrelationMessageDto.getCorrelationKeys()
Used for correlation of process instances that wait for incoming messages.
|
Map<String,VariableValueDto> |
CorrelationMessageDto.getLocalCorrelationKeys()
Local variables used for correlation of executions (process instances) that wait for incoming messages.
|
Map<String,VariableValueDto> |
ExternalTaskFailureDtoAllOf.getLocalVariables()
A JSON object containing local variable key-value pairs.
|
Map<String,VariableValueDto> |
CompleteExternalTaskDto.getLocalVariables()
A JSON object containing local variable key-value pairs.
|
Map<String,VariableValueDto> |
CompleteExternalTaskDtoAllOf.getLocalVariables()
A JSON object containing local variable key-value pairs.
|
Map<String,VariableValueDto> |
ExternalTaskFailureDto.getLocalVariables()
A JSON object containing local variable key-value pairs.
|
Map<String,VariableValueDto> |
PatchVariablesDto.getModifications()
A JSON object containing variable key-value pairs.
|
Map<String,VariableValueDto> |
CorrelationMessageDto.getProcessVariables()
A map of variables that is injected into the triggered execution or process instance after the message has been delivered.
|
Map<String,VariableValueDto> |
CorrelationMessageDto.getProcessVariablesLocal()
A map of local variables that is injected into the triggered execution or process instance after the message has been delivered.
|
Map<String,VariableValueDto> |
TaskBpmnErrorDto.getVariables()
A JSON object containing variable key-value pairs.
|
Map<String,VariableValueDto> |
ExternalTaskFailureDtoAllOf.getVariables()
A JSON object containing variable key-value pairs.
|
Map<String,VariableValueDto> |
CompleteExternalTaskDto.getVariables()
A JSON object containing variable key-value pairs.
|
Map<String,VariableValueDto> |
CompleteExternalTaskDtoAllOf.getVariables()
A JSON object containing variable key-value pairs.
|
Map<String,VariableValueDto> |
ExecutionTriggerDto.getVariables()
A JSON object containing variable key-value pairs.
|
Map<String,VariableValueDto> |
EvaluateDecisionDto.getVariables()
Get variables
|
Map<String,VariableValueDto> |
StartProcessInstanceDto.getVariables()
Get variables
|
Map<String,VariableValueDto> |
LockedExternalTaskDto.getVariables()
A JSON object containing a property for each of the requested variables.
|
Map<String,VariableValueDto> |
EvaluationConditionDto.getVariables()
A map of variables which are used for evaluation of the conditions and are injected into the process instances which have been triggered.
|
Map<String,VariableValueDto> |
CompleteTaskDto.getVariables()
A JSON object containing variable key-value pairs.
|
Map<String,VariableValueDto> |
ProcessInstanceWithVariablesDto.getVariables()
The id of the process instance.
|
Map<String,VariableValueDto> |
ExternalTaskBpmnError.getVariables()
A JSON object containing variable key-value pairs.
|
Map<String,VariableValueDto> |
ExternalTaskFailureDto.getVariables()
A JSON object containing variable key-value pairs.
|
Map<String,VariableValueDto> |
TaskEscalationDto.getVariables()
A JSON object containing variable key-value pairs.
|
Map<String,VariableValueDto> |
StartProcessInstanceFormDto.getVariables()
Get variables
|
Map<String,VariableValueDto> |
ProcessInstanceWithVariablesDtoAllOf.getVariables()
The id of the process instance.
|
Map<String,VariableValueDto> |
SetVariablesAsyncDto.getVariables()
A variables the operation will set in the root scope of the process instances.
|
Map<String,VariableValueDto> |
MessageCorrelationResultWithVariableDto.getVariables()
This property is returned if the `variablesInResultEnabled` is set to `true`.
|
Map<String,VariableValueDto> |
SignalDto.getVariables()
A JSON object containing variable key-value pairs.
|
Copyright © 2022. All rights reserved.