org.jbpm.graph.exe
Class Execution

java.lang.Object
  extended by org.jbpm.graph.exe.ProcessInstance
      extended by org.jbpm.graph.exe.Execution
All Implemented Interfaces:
java.io.Serializable, Identifiable

public class Execution
extends ProcessInstance

Introduce the concept of Execution. This implementation is equivalent to the jBPM3

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.graph.exe.ProcessInstance
cascadeProcessInstances, end, instances, isSuspended, key, processDefinition, rootToken, runtimeActions, start, superProcessToken, transientInstances
 
Constructor Summary
Execution(ProcessDefinition pd)
           
 
Method Summary
 
Methods inherited from class org.jbpm.graph.exe.ProcessInstance
addInitialContextVariables, addInitialModuleDefinitions, addInstance, addRuntimeAction, end, equals, findAllTokens, findToken, fireStartEvent, getContextInstance, getEnd, getId, getInstance, getInstances, getKey, getLoggingInstance, getProcessDefinition, getRootToken, getRuntimeActions, getStart, getSuperProcessToken, getTaskMgmtInstance, getVersion, hasEnded, isSuspended, isTerminatedImplicitly, removeCascadeProcessInstances, removeInstance, removeRuntimeAction, resume, setEnd, setKey, setProcessDefinition, setRootToken, setStart, setSuperProcessToken, setVersion, signal, signal, signal, suspend, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Execution

public Execution(ProcessDefinition pd)


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.