public class CorrelationSet extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
businessKey |
protected Map<String,Object> |
correlationKeys |
protected boolean |
isTenantIdSet |
protected Map<String,Object> |
localCorrelationKeys |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
tenantId |
Constructor and Description |
---|
CorrelationSet(MessageCorrelationBuilderImpl builder) |
Modifier and Type | Method and Description |
---|---|
String |
getBusinessKey() |
Map<String,Object> |
getCorrelationKeys() |
Map<String,Object> |
getLocalCorrelationKeys() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
String |
getTenantId() |
boolean |
isTenantIdSet() |
String |
toString() |
protected final String businessKey
protected final String processInstanceId
protected final String processDefinitionId
protected final String tenantId
protected final boolean isTenantIdSet
public CorrelationSet(MessageCorrelationBuilderImpl builder)
Copyright © 2019. All rights reserved.