org.camunda.bpm.engine.impl.runtime
Class CorrelationSet
java.lang.Object
org.camunda.bpm.engine.impl.runtime.CorrelationSet
public class CorrelationSet
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
businessKey
protected final String businessKey
correlationKeys
protected final Map<String,Object> correlationKeys
processInstanceId
protected String processInstanceId
CorrelationSet
public CorrelationSet(String businessKey,
String processInstanceId,
Map<String,Object> correlationKeys)
getBusinessKey
public String getBusinessKey()
getCorrelationKeys
public Map<String,Object> getCorrelationKeys()
getProcessInstanceId
public String getProcessInstanceId()
Copyright © 2015 camunda services GmbH. All rights reserved.