Uses of Interface
org.jbpm.pvm.model.ObservableElement

Packages that use ObservableElement
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 
 

Uses of ObservableElement in org.jbpm.pvm.activity
 

Methods in org.jbpm.pvm.activity with parameters of type ObservableElement
 void ActivityExecution.fire(String eventName, ObservableElement eventSource)
          fires the event on the given eventSource and then propagates the event up to the eventSource's parent chain.
 

Uses of ObservableElement in org.jbpm.pvm.client
 

Subinterfaces of ObservableElement in org.jbpm.pvm.client
 interface ClientProcessDefinition
           
 

Uses of ObservableElement in org.jbpm.pvm.listener
 

Methods in org.jbpm.pvm.listener that return ObservableElement
 ObservableElement EventListenerExecution.getEventSource()
          the original object that fired the event, part of the current position in the process graph.
 

Methods in org.jbpm.pvm.listener with parameters of type ObservableElement
 void EventListenerExecution.fire(String eventName, ObservableElement eventSource)
          fires the event on the given eventSource and then propagates the event up to the eventSource's parent chain.
 

Uses of ObservableElement in org.jbpm.pvm.model
 

Subinterfaces of ObservableElement in org.jbpm.pvm.model
 interface CompositeElement
          node container base class for OpenProcessDefinition and Node.
 interface Node
          a node in a OpenProcessDefinition graph.
 interface OpenProcessDefinition
          a graph (or tree) structure that can be executed.
 interface Transition
          a transition in a OpenProcessDefinition graph.
 

Methods in org.jbpm.pvm.model that return ObservableElement
 ObservableElement ObservableElement.getParent()
          the enclosing node or the process definition
 



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