org.jbpm.workflow.instance
Interface WorkflowProcessInstance
- All Superinterfaces:
- ContextableInstance, ContextInstanceContainer, org.drools.runtime.process.EventListener, org.drools.runtime.process.NodeInstanceContainer, org.drools.runtime.process.ProcessInstance, org.drools.runtime.process.WorkflowProcessInstance
public interface WorkflowProcessInstance
- extends ProcessInstance, org.drools.runtime.process.WorkflowProcessInstance
Fields inherited from interface org.drools.runtime.process.ProcessInstance |
STATE_ABORTED, STATE_ACTIVE, STATE_COMPLETED, STATE_PENDING, STATE_SUSPENDED |
Method Summary |
void |
addEventListener(String type,
org.drools.runtime.process.EventListener eventListener,
boolean external)
|
void |
removeEventListener(String type,
org.drools.runtime.process.EventListener eventListener,
boolean external)
|
Methods inherited from interface org.drools.runtime.process.WorkflowProcessInstance |
getVariable, setVariable |
Methods inherited from interface org.drools.runtime.process.ProcessInstance |
getId, getProcessId, getProcessName, getState |
Methods inherited from interface org.drools.runtime.process.EventListener |
getEventTypes, signalEvent |
Methods inherited from interface org.drools.runtime.process.NodeInstanceContainer |
getNodeInstance, getNodeInstances |
addEventListener
void addEventListener(String type,
org.drools.runtime.process.EventListener eventListener,
boolean external)
removeEventListener
void removeEventListener(String type,
org.drools.runtime.process.EventListener eventListener,
boolean external)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.