|
KIE Internal 6.0.0.Alpha9 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||