Uses of Interface
org.jbpm.api.client.ClientExecution

Packages that use ClientExecution
org.jbpm.api.client for clients that want direct programmatic access to the execution object like e.g. in unit tests. 
org.jbpm.api.task   
 

Uses of ClientExecution in org.jbpm.api.client
 

Subinterfaces of ClientExecution in org.jbpm.api.client
 interface ClientProcessInstance
           
 

Methods in org.jbpm.api.client that return ClientExecution
 ClientExecution ClientProcessDefinition.startProcessInstance(java.lang.String key)
          creates the process instance with the given key and immediately start its execution.
 

Uses of ClientExecution in org.jbpm.api.task
 

Methods in org.jbpm.api.task that return ClientExecution
 ClientExecution OpenTask.getExecution()
           
 



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