Package org.openapitools.client.model
Class SetVariablesAsyncDto
- java.lang.Object
-
- org.openapitools.client.model.SetVariablesAsyncDto
-
public class SetVariablesAsyncDto extends Object
SetVariablesAsyncDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HISTORIC_PROCESS_INSTANCE_QUERYstatic StringSERIALIZED_NAME_PROCESS_INSTANCE_IDSstatic StringSERIALIZED_NAME_PROCESS_INSTANCE_QUERYstatic StringSERIALIZED_NAME_VARIABLES
-
Constructor Summary
Constructors Constructor Description SetVariablesAsyncDto()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_PROCESS_INSTANCE_IDS
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_IDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_INSTANCE_QUERY
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_QUERY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HISTORIC_PROCESS_INSTANCE_QUERY
public static final String SERIALIZED_NAME_HISTORIC_PROCESS_INSTANCE_QUERY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VARIABLES
public static final String SERIALIZED_NAME_VARIABLES
- See Also:
- Constant Field Values
-
-
Method Detail
-
processInstanceIds
public SetVariablesAsyncDto processInstanceIds(List<String> processInstanceIds)
-
addProcessInstanceIdsItem
public SetVariablesAsyncDto addProcessInstanceIdsItem(String processInstanceIdsItem)
-
getProcessInstanceIds
public List<String> getProcessInstanceIds()
A list of process instance ids that define a group of process instances to which the operation will set variables. Please note that if `processInstanceIds`, `processInstanceQuery` and `historicProcessInstanceQuery` are defined, the resulting operation will be performed on the union of these sets.- Returns:
- processInstanceIds
-
processInstanceQuery
public SetVariablesAsyncDto processInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
-
getProcessInstanceQuery
public ProcessInstanceQueryDto getProcessInstanceQuery()
Get processInstanceQuery- Returns:
- processInstanceQuery
-
setProcessInstanceQuery
public void setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
-
historicProcessInstanceQuery
public SetVariablesAsyncDto historicProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery)
-
getHistoricProcessInstanceQuery
public HistoricProcessInstanceQueryDto getHistoricProcessInstanceQuery()
Get historicProcessInstanceQuery- Returns:
- historicProcessInstanceQuery
-
setHistoricProcessInstanceQuery
public void setHistoricProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery)
-
variables
public SetVariablesAsyncDto variables(Map<String,VariableValueDto> variables)
-
putVariablesItem
public SetVariablesAsyncDto putVariablesItem(String key, VariableValueDto variablesItem)
-
getVariables
public Map<String,VariableValueDto> getVariables()
A variables the operation will set in the root scope of the process instances.- Returns:
- variables
-
setVariables
public void setVariables(Map<String,VariableValueDto> variables)
-
-