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

Packages that use OpenExecution
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 OpenExecution in org.jbpm.pvm.activity
 

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

Uses of OpenExecution in org.jbpm.pvm.client
 

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

Uses of OpenExecution in org.jbpm.pvm.listener
 

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

Uses of OpenExecution in org.jbpm.pvm.model
 

Methods in org.jbpm.pvm.model that return OpenExecution
 OpenExecution OpenExecution.getExecution(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.jbpm.pvm.model that return types with arguments of type OpenExecution
 Collection<OpenExecution> OpenExecution.getExecutions()
          the child executions in the execution structure.
 Map<String,OpenExecution> OpenExecution.getExecutionsMap()
          maps child execution names to execution objects.
 



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