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.session interfaces to pluggable transactional resources to be used by activity implementations. 
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()
          creates the process instance and immediately start its execution.
 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.session
 

Methods in org.jbpm.api.session that return ClientExecution
 ClientExecution PvmDbSession.findExecutionById(java.lang.String executionId)
          the execution uniquely identified by the given executionKey.
 ClientExecution PvmDbSession.findExecutionByKey(java.lang.String processDefinitionName, java.lang.String executionKey)
          the execution uniquely identified by the given processDefinition name and the execution key.
 ClientExecution PvmDbSession.findProcessInstanceById(java.lang.String processInstanceId)
          the process instance uniquely identified by the given executionKey.
 

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.