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

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

Uses of ObservableElement in org.jbpm.api.activity
 

Methods in org.jbpm.api.activity with parameters of type ObservableElement
 void ActivityExecution.fire(java.lang.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.api.client
 

Subinterfaces of ObservableElement in org.jbpm.api.client
 interface ClientProcessDefinition
          adds factory methods for creating and beginning new process instances.
 

Uses of ObservableElement in org.jbpm.api.listener
 

Methods in org.jbpm.api.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.api.listener with parameters of type ObservableElement
 void EventListenerExecution.fire(java.lang.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.api.model
 

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

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



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