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

Packages that use ObservableElement
org.jbpm.pvm.internal.client   
org.jbpm.pvm.internal.model default implementation of process execution in ExecutionImpl based on org.jbpm.pvm.internal.model.AtomicOperations Bidirectional relations In this process model thoughout the pvm codebase, there are several bidirectional relations. 
org.jbpm.pvm.internal.task   
 

Uses of ObservableElement in org.jbpm.pvm.internal.client
 

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

Uses of ObservableElement in org.jbpm.pvm.internal.model
 

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

Classes in org.jbpm.pvm.internal.model that implement ObservableElement
 class ActivityImpl
           
 class CompositeElementImpl
           
 class ObservableElementImpl
          observable and visible process elements.
 class ProcessDefinitionImpl
           
static class ProcessModificationsImpl.AddedActivity
           
static class ProcessModificationsImpl.AddedTransition
           
 class ScopeElementImpl
           
 class TransitionImpl
           
 

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

Methods in org.jbpm.pvm.internal.model with parameters of type ObservableElement
 void ExecutionImpl.fire(java.lang.String eventName, ObservableElement eventSource)
           
 

Uses of ObservableElement in org.jbpm.pvm.internal.task
 

Classes in org.jbpm.pvm.internal.task that implement ObservableElement
 class LifeCycle
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.