Package org.openapitools.client.model
Class CorrelationMessageAsyncDto
- java.lang.Object
-
- org.openapitools.client.model.CorrelationMessageAsyncDto
-
public class CorrelationMessageAsyncDto extends Object
CorrelationMessageAsyncDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HISTORIC_PROCESS_INSTANCE_QUERYstatic StringSERIALIZED_NAME_MESSAGE_NAMEstatic StringSERIALIZED_NAME_PROCESS_INSTANCE_IDSstatic StringSERIALIZED_NAME_PROCESS_INSTANCE_QUERYstatic StringSERIALIZED_NAME_VARIABLES
-
Constructor Summary
Constructors Constructor Description CorrelationMessageAsyncDto()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_MESSAGE_NAME
public static final String SERIALIZED_NAME_MESSAGE_NAME
- See Also:
- Constant Field Values
-
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
-
messageName
public CorrelationMessageAsyncDto messageName(String messageName)
-
getMessageName
public String getMessageName()
The name of the message to correlate. Corresponds to the 'name' element of the message defined in BPMN 2.0 XML. Can be null to correlate by other criteria only.- Returns:
- messageName
-
setMessageName
public void setMessageName(String messageName)
-
processInstanceIds
public CorrelationMessageAsyncDto processInstanceIds(List<String> processInstanceIds)
-
addProcessInstanceIdsItem
public CorrelationMessageAsyncDto 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 correlate a message. 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 CorrelationMessageAsyncDto processInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
-
getProcessInstanceQuery
public ProcessInstanceQueryDto getProcessInstanceQuery()
Get processInstanceQuery- Returns:
- processInstanceQuery
-
setProcessInstanceQuery
public void setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
-
historicProcessInstanceQuery
public CorrelationMessageAsyncDto historicProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery)
-
getHistoricProcessInstanceQuery
public HistoricProcessInstanceQueryDto getHistoricProcessInstanceQuery()
Get historicProcessInstanceQuery- Returns:
- historicProcessInstanceQuery
-
setHistoricProcessInstanceQuery
public void setHistoricProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery)
-
variables
public CorrelationMessageAsyncDto variables(Map<String,VariableValueDto> variables)
-
putVariablesItem
public CorrelationMessageAsyncDto putVariablesItem(String key, VariableValueDto variablesItem)
-
getVariables
public Map<String,VariableValueDto> getVariables()
All variables the operation will set in the root scope of the process instances the message is correlated to.- Returns:
- variables
-
setVariables
public void setVariables(Map<String,VariableValueDto> variables)
-
-