Uses of Interface
org.jbpm.jpdl.xml.Parsable

Packages that use Parsable
org.jbpm.graph.action contains basic action implementations. 
org.jbpm.graph.def contains all structural elements of a process graph. 
org.jbpm.graph.node contains basic node implementations. 
org.jbpm.graph.node.advanced advanced parallel split node implementation. 
org.jbpm.instantiation is for instantiating delegation classes and making them persistable with class Delegation. 
org.jbpm.scheduler.def actions (==event listeners) to create and cancel timers. 
 

Uses of Parsable in org.jbpm.graph.action
 

Classes in org.jbpm.graph.action that implement Parsable
 class MailAction
           
 class Script
           
 

Uses of Parsable in org.jbpm.graph.def
 

Classes in org.jbpm.graph.def that implement Parsable
 class Action
           
 class Node
           
 class SuperState
          brings hierarchy into the elements of a process definition by creating a parent-child relation between GraphElements.
 

Uses of Parsable in org.jbpm.graph.node
 

Classes in org.jbpm.graph.node that implement Parsable
 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 ?
 class MilestoneNode
           
 class ProcessState
           
 class StartState
           
 class State
           
 class TaskNode
          is a node that relates to one or more tasks.
 

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

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

Uses of Parsable in org.jbpm.instantiation
 

Classes in org.jbpm.instantiation that implement Parsable
 class Delegation
           
 

Uses of Parsable in org.jbpm.scheduler.def
 

Classes in org.jbpm.scheduler.def that implement Parsable
 class CancelTimerAction
           
 class CreateTimerAction
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.