public class EmbeddedJbpmManager extends Object implements BpmManager
| Constructor and Description |
|---|
EmbeddedJbpmManager() |
| Modifier and Type | Method and Description |
|---|---|
long |
newProcessInstance(String deploymentId,
String processId,
Map<String,Object> context) |
void |
signalProcess(long processInstanceId,
String signalType,
Object event) |
public long newProcessInstance(String deploymentId, String processId, Map<String,Object> context) throws WorkflowException
newProcessInstance in interface BpmManagerWorkflowExceptionpublic void signalProcess(long processInstanceId,
String signalType,
Object event)
throws WorkflowException
signalProcess in interface BpmManagerWorkflowExceptionCopyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.