KIE Internal 6.0.0.Beta1

Uses of Interface
org.kie.internal.process.CorrelationKey

Packages that use CorrelationKey
org.kie.internal.process   
org.kie.internal.runtime.manager.context   
 

Uses of CorrelationKey in org.kie.internal.process
 

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

Methods in org.kie.internal.process with parameters of type CorrelationKey
 org.kie.api.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.api.runtime.process.ProcessInstance CorrelationAwareProcessRuntime.getProcessInstance(CorrelationKey correlationKey)
          Returns the process instance with the given correlationKey.
 org.kie.api.runtime.process.ProcessInstance CorrelationAwareProcessRuntime.startProcess(String processId, CorrelationKey correlationKey, Map<String,Object> parameters)
          Start a new process instance.
 

Uses of CorrelationKey in org.kie.internal.runtime.manager.context
 

Methods in org.kie.internal.runtime.manager.context that return CorrelationKey
 CorrelationKey CorrelationKeyContext.getContextId()
           
 

Methods in org.kie.internal.runtime.manager.context with parameters of type CorrelationKey
static CorrelationKeyContext CorrelationKeyContext.get(CorrelationKey key)
           
 

Constructors in org.kie.internal.runtime.manager.context with parameters of type CorrelationKey
CorrelationKeyContext(CorrelationKey key)
           
 


KIE Internal 6.0.0.Beta1

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