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

Packages that use OpenExecution
org.jbpm.api.activity interfaces for implementing customized runtime behaviour of activities
org.jbpm.api.jpdl specific jPDL interfaces 
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 process execution model interfaces used in services and delegation interfaces like ActivityBehaviour and EventListener
org.jbpm.api.task interfaces related to the TaskService 
 

Uses of OpenExecution in org.jbpm.api.activity
 

Subinterfaces of OpenExecution in org.jbpm.api.activity
 interface ActivityExecution
          view upon an Execution exposed to ActivityBehaviour implementations.
 

Uses of OpenExecution in org.jbpm.api.jpdl
 

Methods in org.jbpm.api.jpdl with parameters of type OpenExecution
 java.lang.String DecisionHandler.decide(OpenExecution execution)
          the name of the selected outgoing transition
 

Uses of OpenExecution in org.jbpm.api.listener
 

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

Uses of OpenExecution in org.jbpm.api.model
 

Subinterfaces of OpenExecution in org.jbpm.api.model
 interface OpenProcessInstance
          process instance for which the relations are exposed.
 

Methods in org.jbpm.api.model that return OpenExecution
 OpenExecution OpenExecution.findActiveExecutionIn(java.lang.String activityName)
          find the execution in the given activity or null if no such activity exists
 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.getSubProcessInstance()
          the related sub process execution.
 

Uses of OpenExecution in org.jbpm.api.task
 

Methods in org.jbpm.api.task with parameters of type OpenExecution
 void AssignmentHandler.assign(Assignable assignable, OpenExecution execution)
          sets the actorId and candidates for the given task.
 



Copyright © 2010 JBoss Community. All Rights Reserved.