Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
VariableInstanceDto |
VariableInstanceApi.getVariableInstance(String id,
Boolean deserializeValue)
Get Variable Instance
Retrieves a variable by id.
|
Modifier and Type | Method and Description |
---|---|
List<VariableInstanceDto> |
VariableInstanceApi.getVariableInstances(String variableName,
String variableNameLike,
String processInstanceIdIn,
String executionIdIn,
String caseInstanceIdIn,
String caseExecutionIdIn,
String taskIdIn,
String batchIdIn,
String activityInstanceIdIn,
String tenantIdIn,
String variableValues,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
Boolean deserializeValues)
Get Variable Instances
Query for variable instances that fulfill given parameters.
|
ApiResponse<List<VariableInstanceDto>> |
VariableInstanceApi.getVariableInstancesWithHttpInfo(String variableName,
String variableNameLike,
String processInstanceIdIn,
String executionIdIn,
String caseInstanceIdIn,
String caseExecutionIdIn,
String taskIdIn,
String batchIdIn,
String activityInstanceIdIn,
String tenantIdIn,
String variableValues,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
Boolean deserializeValues)
Get Variable Instances
Query for variable instances that fulfill given parameters.
|
ApiResponse<VariableInstanceDto> |
VariableInstanceApi.getVariableInstanceWithHttpInfo(String id,
Boolean deserializeValue)
Get Variable Instance
Retrieves a variable by id.
|
List<VariableInstanceDto> |
VariableInstanceApi.queryVariableInstances(Integer firstResult,
Integer maxResults,
Boolean deserializeValues,
VariableInstanceQueryDto variableInstanceQueryDto)
Get Variable Instances (POST)
Query for variable instances that fulfill given parameters through a JSON object.
|
ApiResponse<List<VariableInstanceDto>> |
VariableInstanceApi.queryVariableInstancesWithHttpInfo(Integer firstResult,
Integer maxResults,
Boolean deserializeValues,
VariableInstanceQueryDto variableInstanceQueryDto)
Get Variable Instances (POST)
Query for variable instances that fulfill given parameters through a JSON object.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
VariableInstanceApi.getVariableInstanceAsync(String id,
Boolean deserializeValue,
ApiCallback<VariableInstanceDto> _callback)
Get Variable Instance (asynchronously)
Retrieves a variable by id.
|
okhttp3.Call |
VariableInstanceApi.getVariableInstancesAsync(String variableName,
String variableNameLike,
String processInstanceIdIn,
String executionIdIn,
String caseInstanceIdIn,
String caseExecutionIdIn,
String taskIdIn,
String batchIdIn,
String activityInstanceIdIn,
String tenantIdIn,
String variableValues,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
Boolean deserializeValues,
ApiCallback<List<VariableInstanceDto>> _callback)
Get Variable Instances (asynchronously)
Query for variable instances that fulfill given parameters.
|
okhttp3.Call |
VariableInstanceApi.queryVariableInstancesAsync(Integer firstResult,
Integer maxResults,
Boolean deserializeValues,
VariableInstanceQueryDto variableInstanceQueryDto,
ApiCallback<List<VariableInstanceDto>> _callback)
Get Variable Instances (POST) (asynchronously)
Query for variable instances that fulfill given parameters through a JSON object.
|
Modifier and Type | Method and Description |
---|---|
VariableInstanceDto |
VariableInstanceDto.activityInstanceId(String activityInstanceId) |
VariableInstanceDto |
VariableInstanceDto.batchId(String batchId) |
VariableInstanceDto |
VariableInstanceDto.caseExecutionId(String caseExecutionId) |
VariableInstanceDto |
VariableInstanceDto.caseInstanceId(String caseInstanceId) |
VariableInstanceDto |
VariableInstanceDto.errorMessage(String errorMessage) |
VariableInstanceDto |
VariableInstanceDto.executionId(String executionId) |
VariableInstanceDto |
VariableInstanceDto.id(String id) |
VariableInstanceDto |
VariableInstanceDto.name(String name) |
VariableInstanceDto |
VariableInstanceDto.processDefinitionId(String processDefinitionId) |
VariableInstanceDto |
VariableInstanceDto.processInstanceId(String processInstanceId) |
VariableInstanceDto |
VariableInstanceDto.putValueInfoItem(String key,
Object valueInfoItem) |
VariableInstanceDto |
VariableInstanceDto.taskId(String taskId) |
VariableInstanceDto |
VariableInstanceDto.tenantId(String tenantId) |
VariableInstanceDto |
VariableInstanceDto.type(String type) |
VariableInstanceDto |
VariableInstanceDto.value(Object value) |
VariableInstanceDto |
VariableInstanceDto.valueInfo(Map<String,Object> valueInfo) |
Copyright © 2022. All rights reserved.