KIE Internal 6.0.1.Final

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)
          Returns new instance of CorrelationKeyContext with correlation key of already existing process instance
 

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


KIE Internal 6.0.1.Final

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