org.camunda.bpm.engine.impl.runtime
Class CorrelationSet

java.lang.Object
  extended by org.camunda.bpm.engine.impl.runtime.CorrelationSet

public class CorrelationSet
extends Object


Field Summary
protected  String businessKey
           
protected  Map<String,Object> correlationKeys
           
protected  boolean isTenantIdSet
           
protected  String processDefinitionId
           
protected  String processInstanceId
           
protected  String tenantId
           
 
Constructor Summary
CorrelationSet(MessageCorrelationBuilderImpl builder)
           
 
Method Summary
 String getBusinessKey()
           
 Map<String,Object> getCorrelationKeys()
           
 String getProcessDefinitionId()
           
 String getProcessInstanceId()
           
 String getTenantId()
           
 boolean isTenantIdSet()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

businessKey

protected final String businessKey

correlationKeys

protected final Map<String,Object> correlationKeys

processInstanceId

protected final String processInstanceId

processDefinitionId

protected final String processDefinitionId

tenantId

protected final String tenantId

isTenantIdSet

protected final boolean isTenantIdSet
Constructor Detail

CorrelationSet

public CorrelationSet(MessageCorrelationBuilderImpl builder)
Method Detail

getBusinessKey

public String getBusinessKey()

getCorrelationKeys

public Map<String,Object> getCorrelationKeys()

getProcessInstanceId

public String getProcessInstanceId()

getProcessDefinitionId

public String getProcessDefinitionId()

getTenantId

public String getTenantId()

isTenantIdSet

public boolean isTenantIdSet()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016 camunda services GmbH. All rights reserved.