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


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

Constructor Detail

CorrelationSet

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

getBusinessKey

public String getBusinessKey()

getCorrelationKeys

public Map<String,Object> getCorrelationKeys()


Copyright © 2014 camunda services GmbH. All Rights Reserved.