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  String processInstanceId
           
 
Constructor Summary
CorrelationSet(String businessKey, String processInstanceId, Map<String,Object> correlationKeys)
           
 
Method Summary
 String getBusinessKey()
           
 Map<String,Object> getCorrelationKeys()
           
 String getProcessInstanceId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

businessKey

protected final String businessKey

correlationKeys

protected final Map<String,Object> correlationKeys

processInstanceId

protected String processInstanceId
Constructor Detail

CorrelationSet

public CorrelationSet(String businessKey,
                      String processInstanceId,
                      Map<String,Object> correlationKeys)
Method Detail

getBusinessKey

public String getBusinessKey()

getCorrelationKeys

public Map<String,Object> getCorrelationKeys()

getProcessInstanceId

public String getProcessInstanceId()


Copyright © 2015 camunda services GmbH. All rights reserved.