Uses of Package
org.jbpm.api.model

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

Classes in org.jbpm.api.model used by org.jbpm.api
ActivityCoordinates
          activity coordinates indicating the graphical position in the diagram.
Comment
          a free text comment that can be made to an Execution or a task.
 

Classes in org.jbpm.api.model used by org.jbpm.api.activity
Activity
          a activity in a OpenProcessDefinition graph.
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.
Transition
          a transition in a OpenProcessDefinition graph.
 

Classes in org.jbpm.api.model used by org.jbpm.api.client
CompositeElement
          activity container base class for OpenProcessDefinition and Activity.
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.
OpenProcessInstance
           
 

Classes in org.jbpm.api.model used by org.jbpm.api.jpdl
OpenExecution
          execution that opens up access to the related objects in the execution and process definition model.
 

Classes in org.jbpm.api.model used by org.jbpm.api.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.api.model used by org.jbpm.api.model
Activity
          a activity in a OpenProcessDefinition graph.
Comment
          a free text comment that can be made to an Execution or a task.
CompositeElement
          activity container base class for OpenProcessDefinition and Activity.
Condition
          user code that reflects a runtime calculation of a boolean value.
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.
OpenProcessInstance
           
Transition
          a transition in a OpenProcessDefinition graph.
 

Classes in org.jbpm.api.model used by org.jbpm.api.task
OpenExecution
          execution that opens up access to the related objects in the execution and process definition model.
 



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