Class CorrelationSet
- java.lang.Object
-
- org.camunda.bpm.engine.impl.runtime.CorrelationSet
-
public class CorrelationSet extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbusinessKeyprotected Map<String,Object>correlationKeysprotected booleanisTenantIdSetprotected Map<String,Object>localCorrelationKeysprotected StringprocessDefinitionIdprotected StringprocessInstanceIdprotected StringtenantId
-
Constructor Summary
Constructors Constructor Description CorrelationSet(MessageCorrelationBuilderImpl builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBusinessKey()Map<String,Object>getCorrelationKeys()Map<String,Object>getLocalCorrelationKeys()StringgetProcessDefinitionId()StringgetProcessInstanceId()StringgetTenantId()booleanisTenantIdSet()StringtoString()
-
-
-
Constructor Detail
-
CorrelationSet
public CorrelationSet(MessageCorrelationBuilderImpl builder)
-
-