@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class CorrelationMessageDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ALL |
static String |
SERIALIZED_NAME_BUSINESS_KEY |
static String |
SERIALIZED_NAME_CORRELATION_KEYS |
static String |
SERIALIZED_NAME_LOCAL_CORRELATION_KEYS |
static String |
SERIALIZED_NAME_MESSAGE_NAME |
static String |
SERIALIZED_NAME_PROCESS_INSTANCE_ID |
static String |
SERIALIZED_NAME_PROCESS_VARIABLES |
static String |
SERIALIZED_NAME_PROCESS_VARIABLES_LOCAL |
static String |
SERIALIZED_NAME_RESULT_ENABLED |
static String |
SERIALIZED_NAME_TENANT_ID |
static String |
SERIALIZED_NAME_VARIABLES_IN_RESULT_ENABLED |
static String |
SERIALIZED_NAME_WITHOUT_TENANT_ID |
Constructor and Description |
---|
CorrelationMessageDto() |
Modifier and Type | Method and Description |
---|---|
CorrelationMessageDto |
all(Boolean all) |
CorrelationMessageDto |
businessKey(String businessKey) |
CorrelationMessageDto |
correlationKeys(Map<String,VariableValueDto> correlationKeys) |
boolean |
equals(Object o) |
Boolean |
getAll()
A Boolean value that indicates whether the message should be correlated to exactly one entity or multiple entities.
|
String |
getBusinessKey()
Used for correlation of process instances that wait for incoming messages.
|
Map<String,VariableValueDto> |
getCorrelationKeys()
Used for correlation of process instances that wait for incoming messages.
|
Map<String,VariableValueDto> |
getLocalCorrelationKeys()
Local variables used for correlation of executions (process instances) that wait for incoming messages.
|
String |
getMessageName()
The name of the message to deliver.
|
String |
getProcessInstanceId()
Used to correlate the message to the process instance with the given id.
|
Map<String,VariableValueDto> |
getProcessVariables()
A map of variables that is injected into the triggered execution or process instance after the message has been delivered.
|
Map<String,VariableValueDto> |
getProcessVariablesLocal()
A map of local variables that is injected into the triggered execution or process instance after the message has been delivered.
|
Boolean |
getResultEnabled()
A Boolean value that indicates whether the result of the correlation should be returned or not.
|
String |
getTenantId()
Used to correlate the message for a tenant with the given id.
|
Boolean |
getVariablesInResultEnabled()
A Boolean value that indicates whether the result of the correlation should contain process variables or not.
|
Boolean |
getWithoutTenantId()
A Boolean value that indicates whether the message should only be correlated to executions and process definitions which belong to no tenant or not.
|
int |
hashCode() |
CorrelationMessageDto |
localCorrelationKeys(Map<String,VariableValueDto> localCorrelationKeys) |
CorrelationMessageDto |
messageName(String messageName) |
CorrelationMessageDto |
processInstanceId(String processInstanceId) |
CorrelationMessageDto |
processVariables(Map<String,VariableValueDto> processVariables) |
CorrelationMessageDto |
processVariablesLocal(Map<String,VariableValueDto> processVariablesLocal) |
CorrelationMessageDto |
putCorrelationKeysItem(String key,
VariableValueDto correlationKeysItem) |
CorrelationMessageDto |
putLocalCorrelationKeysItem(String key,
VariableValueDto localCorrelationKeysItem) |
CorrelationMessageDto |
putProcessVariablesItem(String key,
VariableValueDto processVariablesItem) |
CorrelationMessageDto |
putProcessVariablesLocalItem(String key,
VariableValueDto processVariablesLocalItem) |
CorrelationMessageDto |
resultEnabled(Boolean resultEnabled) |
void |
setAll(Boolean all) |
void |
setBusinessKey(String businessKey) |
void |
setCorrelationKeys(Map<String,VariableValueDto> correlationKeys) |
void |
setLocalCorrelationKeys(Map<String,VariableValueDto> localCorrelationKeys) |
void |
setMessageName(String messageName) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setProcessVariables(Map<String,VariableValueDto> processVariables) |
void |
setProcessVariablesLocal(Map<String,VariableValueDto> processVariablesLocal) |
void |
setResultEnabled(Boolean resultEnabled) |
void |
setTenantId(String tenantId) |
void |
setVariablesInResultEnabled(Boolean variablesInResultEnabled) |
void |
setWithoutTenantId(Boolean withoutTenantId) |
CorrelationMessageDto |
tenantId(String tenantId) |
String |
toString() |
CorrelationMessageDto |
variablesInResultEnabled(Boolean variablesInResultEnabled) |
CorrelationMessageDto |
withoutTenantId(Boolean withoutTenantId) |
public static final String SERIALIZED_NAME_MESSAGE_NAME
public static final String SERIALIZED_NAME_BUSINESS_KEY
public static final String SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_WITHOUT_TENANT_ID
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_CORRELATION_KEYS
public static final String SERIALIZED_NAME_LOCAL_CORRELATION_KEYS
public static final String SERIALIZED_NAME_PROCESS_VARIABLES
public static final String SERIALIZED_NAME_PROCESS_VARIABLES_LOCAL
public static final String SERIALIZED_NAME_ALL
public static final String SERIALIZED_NAME_RESULT_ENABLED
public static final String SERIALIZED_NAME_VARIABLES_IN_RESULT_ENABLED
public CorrelationMessageDto messageName(String messageName)
@Nullable public String getMessageName()
public void setMessageName(String messageName)
public CorrelationMessageDto businessKey(String businessKey)
@Nullable public String getBusinessKey()
public void setBusinessKey(String businessKey)
public CorrelationMessageDto tenantId(String tenantId)
@Nullable public String getTenantId()
public void setTenantId(String tenantId)
public CorrelationMessageDto withoutTenantId(Boolean withoutTenantId)
@Nullable public Boolean getWithoutTenantId()
public void setWithoutTenantId(Boolean withoutTenantId)
public CorrelationMessageDto processInstanceId(String processInstanceId)
@Nullable public String getProcessInstanceId()
public void setProcessInstanceId(String processInstanceId)
public CorrelationMessageDto correlationKeys(Map<String,VariableValueDto> correlationKeys)
public CorrelationMessageDto putCorrelationKeysItem(String key, VariableValueDto correlationKeysItem)
@Nullable public Map<String,VariableValueDto> getCorrelationKeys()
public void setCorrelationKeys(Map<String,VariableValueDto> correlationKeys)
public CorrelationMessageDto localCorrelationKeys(Map<String,VariableValueDto> localCorrelationKeys)
public CorrelationMessageDto putLocalCorrelationKeysItem(String key, VariableValueDto localCorrelationKeysItem)
@Nullable public Map<String,VariableValueDto> getLocalCorrelationKeys()
public void setLocalCorrelationKeys(Map<String,VariableValueDto> localCorrelationKeys)
public CorrelationMessageDto processVariables(Map<String,VariableValueDto> processVariables)
public CorrelationMessageDto putProcessVariablesItem(String key, VariableValueDto processVariablesItem)
@Nullable public Map<String,VariableValueDto> getProcessVariables()
public void setProcessVariables(Map<String,VariableValueDto> processVariables)
public CorrelationMessageDto processVariablesLocal(Map<String,VariableValueDto> processVariablesLocal)
public CorrelationMessageDto putProcessVariablesLocalItem(String key, VariableValueDto processVariablesLocalItem)
@Nullable public Map<String,VariableValueDto> getProcessVariablesLocal()
public void setProcessVariablesLocal(Map<String,VariableValueDto> processVariablesLocal)
public CorrelationMessageDto all(Boolean all)
@Nullable public Boolean getAll()
public void setAll(Boolean all)
public CorrelationMessageDto resultEnabled(Boolean resultEnabled)
@Nullable public Boolean getResultEnabled()
public void setResultEnabled(Boolean resultEnabled)
public CorrelationMessageDto variablesInResultEnabled(Boolean variablesInResultEnabled)
@Nullable public Boolean getVariablesInResultEnabled()
public void setVariablesInResultEnabled(Boolean variablesInResultEnabled)
Copyright © 2022. All rights reserved.