Class CorrelationMessageAsyncDto
java.lang.Object
org.camunda.community.rest.client.dto.CorrelationMessageAsyncDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class CorrelationMessageAsyncDto
extends Object
CorrelationMessageAsyncDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProcessInstanceIdsItem(String processInstanceIdsItem) booleanGet historicProcessInstanceQueryThe name of the message to correlate.org.openapitools.jackson.nullable.JsonNullable<String>A list of process instance ids that define a group of process instances to which the operation will correlate a message.Get processInstanceQueryAll variables the operation will set in the root scope of the process instances the message is correlated to.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> inthashCode()historicProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) messageName(String messageName) processInstanceIds(List<String> processInstanceIds) processInstanceQuery(ProcessInstanceQueryDto processInstanceQuery) putVariablesItem(String key, VariableValueDto variablesItem) voidsetHistoricProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) voidsetMessageName(String messageName) voidsetMessageName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> messageName) voidsetProcessInstanceIds(List<String> processInstanceIds) voidsetProcessInstanceIds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> processInstanceIds) voidsetProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery) voidsetVariables(Map<String, VariableValueDto> variables) voidsetVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.variables(Map<String, VariableValueDto> variables)
-
Field Details
-
JSON_PROPERTY_MESSAGE_NAME
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_IDS
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_QUERY
- See Also:
-
JSON_PROPERTY_HISTORIC_PROCESS_INSTANCE_QUERY
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
-
Constructor Details
-
CorrelationMessageAsyncDto
public CorrelationMessageAsyncDto()
-
-
Method Details
-
messageName
-
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
-
getMessageName_JsonNullable
-
setMessageName_JsonNullable
public void setMessageName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> messageName) -
setMessageName
-
processInstanceIds
-
addProcessInstanceIdsItem
-
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
-
getProcessInstanceIds_JsonNullable
-
setProcessInstanceIds_JsonNullable
-
setProcessInstanceIds
-
processInstanceQuery
public CorrelationMessageAsyncDto processInstanceQuery(ProcessInstanceQueryDto processInstanceQuery) -
getProcessInstanceQuery
Get processInstanceQuery- Returns:
- processInstanceQuery
-
setProcessInstanceQuery
-
historicProcessInstanceQuery
public CorrelationMessageAsyncDto historicProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) -
getHistoricProcessInstanceQuery
Get historicProcessInstanceQuery- Returns:
- historicProcessInstanceQuery
-
setHistoricProcessInstanceQuery
public void setHistoricProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) -
variables
-
putVariablesItem
-
getVariables
All variables the operation will set in the root scope of the process instances the message is correlated to.- Returns:
- variables
-
getVariables_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> getVariables_JsonNullable() -
setVariables_JsonNullable
public void setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) -
setVariables
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-