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

Packages that use OpenExecution
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.jpdl   
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 
org.jbpm.api.task   
 

Uses of OpenExecution in org.jbpm.api.activity
 

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

Methods in org.jbpm.api.activity with parameters of type OpenExecution
 void ActivityExecution.end(OpenExecution executionToEnd)
          ends the given execution and all it's child executions.
 void ActivityExecution.end(OpenExecution executionToEnd, java.lang.String state)
          ends the given execution and all it's child executions with a user defined status.
 

Uses of OpenExecution in org.jbpm.api.client
 

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

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
           
 

Methods in org.jbpm.api.model that return OpenExecution
 OpenExecution OpenExecution.findActiveExecutionIn(java.lang.String activityName)
           
 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.
 

Methods in org.jbpm.api.model with parameters of type OpenExecution
 boolean Condition.evaluate(OpenExecution execution)
          evaluates this condition in the context of the given 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 © 2009 JBoss, a division of Red Hat. All Rights Reserved.