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   
org.jbpm.instantiation is for instantiating delegation classes and making them persistable with class Delegation. 
org.jbpm.scheduler.def   
 

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 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 Parsable in org.jbpm.graph.node.advanced
 

Classes in org.jbpm.graph.node.advanced that implement Parsable
 class ParallelSplit
           
 

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 © 2009 JBoss, a division of Red Hat. All Rights Reserved.