Uses of Class
org.jbpm.graph.def.GraphElement

Packages that use GraphElement
org.jbpm.graph.def contains all structural elements of a process graph. 
org.jbpm.graph.exe contains the runtime structures for process executions. 
org.jbpm.graph.node contains basic node implementations. 
org.jbpm.graph.node.advanced   
org.jbpm.job   
org.jbpm.jpdl.xml jpdl xml parsing. 
org.jbpm.signal   
org.jbpm.taskmgmt.def   
 

Uses of GraphElement in org.jbpm.graph.def
 

Subclasses of GraphElement in org.jbpm.graph.def
 class Node
           
 class ProcessDefinition
           
 class SuperState
          brings hierarchy into the elements of a process definition by creating a parent-child relation between GraphElements.
 class Transition
           
 

Fields in org.jbpm.graph.def declared as GraphElement
protected  GraphElement Event.graphElement
           
protected  GraphElement ExceptionHandler.graphElement
           
 

Methods in org.jbpm.graph.def that return GraphElement
 GraphElement Event.getGraphElement()
           
 GraphElement ExceptionHandler.getGraphElement()
           
 GraphElement SuperState.getParent()
           
 GraphElement Node.getParent()
          is the SuperState or the ProcessDefinition in which this node is contained.
 GraphElement GraphElement.getParent()
           
 GraphElement ProcessDefinition.getParent()
           
 GraphElement Transition.getParent()
           
 

Methods in org.jbpm.graph.def that return types with arguments of type GraphElement
 java.util.List<GraphElement> GraphElement.getParentChain()
           
 java.util.List<GraphElement> GraphElement.getParents()
           
 

Methods in org.jbpm.graph.def with parameters of type GraphElement
 void ExceptionHandler.handleException(GraphElement graphElement, ExecutionContext executionContext)
           
 

Constructors in org.jbpm.graph.def with parameters of type GraphElement
Event(GraphElement graphElement, java.lang.String eventType)
           
 

Uses of GraphElement in org.jbpm.graph.exe
 

Fields in org.jbpm.graph.exe declared as GraphElement
protected  GraphElement ExecutionContext.eventSource
           
protected  GraphElement RuntimeAction.graphElement
           
 

Methods in org.jbpm.graph.exe that return GraphElement
 GraphElement ExecutionContext.getEventSource()
           
 GraphElement RuntimeAction.getGraphElement()
           
 

Methods in org.jbpm.graph.exe with parameters of type GraphElement
 void ExecutionContext.setEventSource(GraphElement eventSource)
           
 

Constructors in org.jbpm.graph.exe with parameters of type GraphElement
RuntimeAction(GraphElement graphElement, java.lang.String eventType, Action action)
           
 

Uses of GraphElement in org.jbpm.graph.node
 

Subclasses of GraphElement in org.jbpm.graph.node
 class Decision
          decision node.
 class EndState
           
 class Fork
          specifies configurable fork behaviour.
 class InterleaveEnd
          a interleaving end node should have 2 leaving transitions.
 class InterleaveStart
          is an unordered set of child nodeMap.
 class Join
           
 class MailNode
           
 class Merge
          TODO is the merge node useful ? i don't think the merge node is useful because every node has an implicit merge in front of it (= multiple transitions can arrive in the same node).
 class MilestoneNode
           
 class ProcessState
           
 class StartState
           
 class State
           
 class TaskNode
          is a node that relates to one or more tasks.
 

Uses of GraphElement in org.jbpm.graph.node.advanced
 

Subclasses of GraphElement in org.jbpm.graph.node.advanced
 class ParallelSplit
           
 

Uses of GraphElement in org.jbpm.job
 

Methods in org.jbpm.job that return GraphElement
 GraphElement Timer.getGraphElement()
           
 

Methods in org.jbpm.job with parameters of type GraphElement
 void Timer.setGraphElement(GraphElement graphElement)
           
 

Uses of GraphElement in org.jbpm.jpdl.xml
 

Methods in org.jbpm.jpdl.xml with parameters of type GraphElement
protected  void JpdlXmlReader.addAction(GraphElement graphElement, java.lang.String eventType, Action action)
           
 void JpdlXmlReader.readActions(org.dom4j.Element eventElement, GraphElement graphElement, java.lang.String eventType)
           
protected  void JpdlXmlReader.readEvents(org.dom4j.Element parentElement, GraphElement graphElement)
           
protected  void JpdlXmlReader.readExceptionHandler(org.dom4j.Element exceptionHandlerElement, GraphElement graphElement)
           
protected  void JpdlXmlReader.readExceptionHandlers(org.dom4j.Element graphElementElement, GraphElement graphElement)
           
 

Uses of GraphElement in org.jbpm.signal
 

Methods in org.jbpm.signal with parameters of type GraphElement
 void EventService.fireEvent(java.lang.String eventType, GraphElement graphElement, ExecutionContext executionContext)
           
 

Uses of GraphElement in org.jbpm.taskmgmt.def
 

Subclasses of GraphElement in org.jbpm.taskmgmt.def
 class Task
          defines a task and how the actor must be calculated at runtime.
 

Methods in org.jbpm.taskmgmt.def that return GraphElement
 GraphElement Task.getParent()
           
 



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