Uses of Interface
org.jbpm.graph.def.Identifiable

Packages that use Identifiable
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 advanced parallel split node implementation. 
org.jbpm.taskmgmt.def process definition extensions for task management related information. 
org.jbpm.taskmgmt.exe extensions of runtime process instance data structure for tasks. 
 

Uses of Identifiable in org.jbpm.graph.def
 

Classes in org.jbpm.graph.def that implement Identifiable
 class GraphElement
           
 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
           
 

Uses of Identifiable in org.jbpm.graph.exe
 

Classes in org.jbpm.graph.exe that implement Identifiable
 class ProcessInstance
          is one execution of a ProcessDefinition.
 class Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Uses of Identifiable in org.jbpm.graph.node
 

Classes in org.jbpm.graph.node that implement Identifiable
 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 usefull ? i don't think the merge node is usefull 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 Identifiable in org.jbpm.graph.node.advanced
 

Classes in org.jbpm.graph.node.advanced that implement Identifiable
 class ParallelSplit
          Deprecated. parallel split is realized with a Fork with async branches
 

Uses of Identifiable in org.jbpm.taskmgmt.def
 

Classes in org.jbpm.taskmgmt.def that implement Identifiable
 class Task
          defines a task and how the actor must be calculated at runtime.
 

Uses of Identifiable in org.jbpm.taskmgmt.exe
 

Classes in org.jbpm.taskmgmt.exe that implement Identifiable
 class TaskInstance
          is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion.
 



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