Uses of Package
org.jbpm.pvm.model

Packages that use org.jbpm.pvm.model
org.jbpm.pvm.activity interfaces for implementing activities, which represent the runtime behaviour of nodes. 
org.jbpm.pvm.client for clients that want direct programmatic access to the execution object like e.g. in unit tests. 
org.jbpm.pvm.listener interfaces for implementing event listeners, which represent runtime behaviour that can be associated as listeners to process events. 
org.jbpm.pvm.model common model base classes for the client, activity and event listener API's 
 

Classes in org.jbpm.pvm.model used by org.jbpm.pvm.activity
Discussable
           
Node
          a node in a OpenProcessDefinition graph.
ObservableElement
          a super class for process elements that have events.
OpenExecution
          execution that opens up access to the related objects in the execution and process definition model.
Transition
          a transition in a OpenProcessDefinition graph.
 

Classes in org.jbpm.pvm.model used by org.jbpm.pvm.client
CompositeElement
          node container base class for OpenProcessDefinition and Node.
Discussable
           
ObservableElement
          a super class for process elements that have events.
OpenExecution
          execution that opens up access to the related objects in the execution and process definition model.
OpenProcessDefinition
          a graph (or tree) structure that can be executed.
 

Classes in org.jbpm.pvm.model used by org.jbpm.pvm.listener
Discussable
           
Event
          event constants.
ObservableElement
          a super class for process elements that have events.
OpenExecution
          execution that opens up access to the related objects in the execution and process definition model.
Transition
          a transition in a OpenProcessDefinition graph.
 

Classes in org.jbpm.pvm.model used by org.jbpm.pvm.model
Comment
          a free text comment that can be made to an Execution or a task.
CompositeElement
          node container base class for OpenProcessDefinition and Node.
Condition
          user code that reflects a runtime calculation of a boolean value.
Discussable
           
Node
          a node in a OpenProcessDefinition graph.
ObservableElement
          a super class for process elements that have events.
OpenExecution
          execution that opens up access to the related objects in the execution and process definition model.
OpenProcessDefinition
          a graph (or tree) structure that can be executed.
ProcessFactory
          factory for process definitions.
ProcessFactory.DestinationReference
           
Transition
          a transition in a OpenProcessDefinition graph.
 



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