org.jbpm.workflow.instance
Interface WorkflowProcessInstance

All Superinterfaces:
ContextableInstance, ContextInstanceContainer, EventListener, NodeInstanceContainer, ProcessInstance, WorkflowProcessInstance

public interface WorkflowProcessInstance
extends ProcessInstance, WorkflowProcessInstance


Field Summary
 
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, EventListener eventListener, boolean external)
           
 void removeEventListener(String type, EventListener eventListener, boolean external)
           
 
Methods inherited from interface org.jbpm.process.instance.ProcessInstance
getKnowledgeRuntime, getProcess, setId, setKnowledgeRuntime, setProcess, setState, start
 
Methods inherited from interface org.jbpm.process.instance.ContextInstanceContainer
addContextInstance, getContextContainer, getContextInstance, getContextInstance, getContextInstances, removeContextInstance
 
Methods inherited from interface org.jbpm.process.instance.ContextableInstance
getContextInstance
 
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
 

Method Detail

addEventListener

void addEventListener(String type,
                      EventListener eventListener,
                      boolean external)

removeEventListener

void removeEventListener(String type,
                         EventListener eventListener,
                         boolean external)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.