org.jbpm.ruleflow.instance
Class RuleFlowProcessInstance

java.lang.Object
  extended by org.jbpm.process.instance.impl.ProcessInstanceImpl
      extended by org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl
          extended by org.jbpm.ruleflow.instance.RuleFlowProcessInstance
All Implemented Interfaces:
Serializable, EventListener, NodeInstanceContainer, ProcessInstance, WorkflowProcessInstance, ContextableInstance, ContextInstanceContainer

public class RuleFlowProcessInstance
extends WorkflowProcessInstanceImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.drools.runtime.process.ProcessInstance
STATE_ABORTED, STATE_ACTIVE, STATE_COMPLETED, STATE_PENDING, STATE_SUSPENDED
 
Constructor Summary
RuleFlowProcessInstance()
           
 
Method Summary
 RuleFlowProcess getRuleFlowProcess()
           
 void internalStart()
           
 
Methods inherited from class org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl
addEventListener, addNodeInstance, disconnect, getActiveNodeIds, getEventTypes, getFirstNodeInstance, getNodeContainer, getNodeInstance, getNodeInstance, getNodeInstanceCounter, getNodeInstances, getNodeInstances, getNodeInstances, getVariable, getVariables, getWorkflowProcess, internalSetNodeInstanceCounter, nodeInstanceCompleted, reconnect, removeEventListener, removeNodeInstance, setState, setVariable, signalEvent, start, toString
 
Methods inherited from class org.jbpm.process.instance.impl.ProcessInstanceImpl
addContextInstance, getAgenda, getContextContainer, getContextInstance, getContextInstance, getContextInstance, getContextInstances, getId, getKnowledgeRuntime, getMetaData, getProcess, getProcessId, getProcessName, getState, internalSetState, removeContextInstance, setContextInstance, setId, setKnowledgeRuntime, setMetaData, setProcess, setProcessId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jbpm.process.instance.ProcessInstance
getKnowledgeRuntime, getProcess, setId, setKnowledgeRuntime, setProcess
 
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.ProcessInstance
getId, getProcessId, getProcessName, getState
 

Constructor Detail

RuleFlowProcessInstance

public RuleFlowProcessInstance()
Method Detail

getRuleFlowProcess

public RuleFlowProcess getRuleFlowProcess()

internalStart

public void internalStart()
Specified by:
internalStart in class ProcessInstanceImpl


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