Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
void |
ProcessInstanceApi.modifyProcessInstanceVariables(String id,
PatchVariablesDto patchVariablesDto)
Updates or deletes the variables of a process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.modifyProcessInstanceVariablesAsync(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback<Void> _callback)
(asynchronously)
Updates or deletes the variables of a process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.modifyProcessInstanceVariablesCall(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback _callback)
Build call for modifyProcessInstanceVariables
|
ApiResponse<Void> |
ProcessInstanceApi.modifyProcessInstanceVariablesWithHttpInfo(String id,
PatchVariablesDto patchVariablesDto)
Updates or deletes the variables of a process instance by id.
|
void |
TaskLocalVariableApi.modifyTaskLocalVariables(String id,
PatchVariablesDto patchVariablesDto)
Updates or deletes the variables in the context of a task.
|
okhttp3.Call |
TaskLocalVariableApi.modifyTaskLocalVariablesAsync(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback<Void> _callback)
(asynchronously)
Updates or deletes the variables in the context of a task.
|
okhttp3.Call |
TaskLocalVariableApi.modifyTaskLocalVariablesCall(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback _callback)
Build call for modifyTaskLocalVariables
|
ApiResponse<Void> |
TaskLocalVariableApi.modifyTaskLocalVariablesWithHttpInfo(String id,
PatchVariablesDto patchVariablesDto)
Updates or deletes the variables in the context of a task.
|
void |
TaskVariableApi.modifyTaskVariables(String id,
PatchVariablesDto patchVariablesDto)
Updates or deletes the variables visible from the task.
|
okhttp3.Call |
TaskVariableApi.modifyTaskVariablesAsync(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback<Void> _callback)
(asynchronously)
Updates or deletes the variables visible from the task.
|
okhttp3.Call |
TaskVariableApi.modifyTaskVariablesCall(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback _callback)
Build call for modifyTaskVariables
|
ApiResponse<Void> |
TaskVariableApi.modifyTaskVariablesWithHttpInfo(String id,
PatchVariablesDto patchVariablesDto)
Updates or deletes the variables visible from the task.
|
Modifier and Type | Method and Description |
---|---|
PatchVariablesDto |
PatchVariablesDto.addDeletionsItem(String deletionsItem) |
PatchVariablesDto |
PatchVariablesDto.deletions(List<String> deletions) |
PatchVariablesDto |
PatchVariablesDto.modifications(Map<String,VariableValueDto> modifications) |
PatchVariablesDto |
PatchVariablesDto.putModificationsItem(String key,
VariableValueDto modificationsItem) |
Copyright © 2022. All rights reserved.