public class ProcessBean extends Object implements ProcessLocal
| Constructor and Description |
|---|
ProcessBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
listProcessInstanceDetail(long processId) |
Collection<org.kie.api.runtime.process.ProcessInstance> |
listProcessInstances() |
long |
startProcess(String processId,
Map<String,Object> parameters)
Starts up a new ProcessInstance with the given ProcessId.
|
public long startProcess(String processId, Map<String,Object> parameters) throws Exception
startProcess in interface ProcessLocalExceptionpublic Collection<org.kie.api.runtime.process.ProcessInstance> listProcessInstances() throws Exception
listProcessInstances in interface ProcessLocalExceptionpublic void listProcessInstanceDetail(long processId)
throws Exception
listProcessInstanceDetail in interface ProcessLocalExceptionCopyright © 2013 JBoss, a division of Red Hat. All rights reserved.