KIE Internal 6.0.0.Alpha9

Uses of Interface
org.kie.process.CorrelationKey

Packages that use CorrelationKey
org.kie.process   
 

Uses of CorrelationKey in org.kie.process
 

Methods in org.kie.process that return CorrelationKey
 CorrelationKey CorrelationKeyFactory.newCorrelationKey(List<String> properties)
           
 CorrelationKey CorrelationKeyFactory.newCorrelationKey(String businessKey)
           
 

Methods in org.kie.process with parameters of type CorrelationKey
 org.kie.runtime.process.ProcessInstance CorrelationAwareProcessRuntime.createProcessInstance(String processId, CorrelationKey correlationKey, Map<String,Object> parameters)
          Creates a new process instance (but does not yet start it).
 org.kie.runtime.process.ProcessInstance CorrelationAwareProcessRuntime.getProcessInstance(CorrelationKey correlationKey)
          Returns the process instance with the given correlationKey.
 org.kie.runtime.process.ProcessInstance CorrelationAwareProcessRuntime.startProcess(String processId, CorrelationKey correlationKey, Map<String,Object> parameters)
          Start a new process instance.
 


KIE Internal 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.