Uses of Interface
org.ow2.bonita.pvm.model.OpenExecution

Packages that use OpenExecution
org.ow2.bonita.pvm.activity   
org.ow2.bonita.pvm.client   
org.ow2.bonita.pvm.internal.model   
org.ow2.bonita.pvm.listener   
org.ow2.bonita.pvm.model   
 

Uses of OpenExecution in org.ow2.bonita.pvm.activity
 

Subinterfaces of OpenExecution in org.ow2.bonita.pvm.activity
 interface ActivityExecution
          view upon an path of execution exposed to Activity implementations.
 

Uses of OpenExecution in org.ow2.bonita.pvm.client
 

Subinterfaces of OpenExecution in org.ow2.bonita.pvm.client
 interface ClientExecution
          view upon an path of execution exposed to external clients.
 interface ClientProcessInstance
           
 

Uses of OpenExecution in org.ow2.bonita.pvm.internal.model
 

Classes in org.ow2.bonita.pvm.internal.model that implement OpenExecution
 class ExecutionImpl
           
 

Fields in org.ow2.bonita.pvm.internal.model with type parameters of type OpenExecution
protected  java.util.Map<java.lang.String,OpenExecution> ExecutionImpl.executionsMap
          caches the child executions by execution name.
 

Methods in org.ow2.bonita.pvm.internal.model that return types with arguments of type OpenExecution
 java.util.Collection<OpenExecution> ExecutionImpl.getExecutions()
           
 java.util.Map<java.lang.String,OpenExecution> ExecutionImpl.getExecutionsMap()
           
 

Uses of OpenExecution in org.ow2.bonita.pvm.listener
 

Subinterfaces of OpenExecution in org.ow2.bonita.pvm.listener
 interface EventListenerExecution
          view upon an path of execution exposed to EventListener implementations.
 

Uses of OpenExecution in org.ow2.bonita.pvm.model
 

Methods in org.ow2.bonita.pvm.model that return OpenExecution
 OpenExecution OpenExecution.getExecution(java.lang.String name)
          the child execution for the given name or null in case such execution doesn't exist.
 OpenExecution OpenExecution.getParent()
          the parent execution in the execution structure.
 OpenExecution OpenExecution.getProcessInstance()
          the main path of execution in the execution structure.
 OpenExecution OpenExecution.getSubProcessInstance()
          the related sub process execution.
 

Methods in org.ow2.bonita.pvm.model that return types with arguments of type OpenExecution
 java.util.Collection<OpenExecution> OpenExecution.getExecutions()
          the child executions in the execution structure.
 java.util.Map<java.lang.String,OpenExecution> OpenExecution.getExecutionsMap()
          maps child execution names to execution objects.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.