Package | Description |
---|---|
org.kie.internal.process | |
org.kie.internal.runtime.manager.context |
Modifier and Type | Method and Description |
---|---|
CorrelationKey |
CorrelationKeyFactory.newCorrelationKey(List<String> properties) |
CorrelationKey |
CorrelationKeyFactory.newCorrelationKey(String businessKey) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CorrelationKey |
CorrelationKeyContext.getContextId() |
Modifier and Type | Method and Description |
---|---|
static CorrelationKeyContext |
CorrelationKeyContext.get(CorrelationKey key) |
Constructor and Description |
---|
CorrelationKeyContext(CorrelationKey key) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.