Uses of Interface
org.jbpm.pvm.internal.client.ClientExecution

Packages that use ClientExecution
org.jbpm.pvm.internal.client   
org.jbpm.pvm.internal.cmd   
org.jbpm.pvm.internal.hibernate   
org.jbpm.pvm.internal.model default implementation of process execution in ExecutionImpl based on org.jbpm.pvm.internal.model.AtomicOperations Bidirectional relations In this process model thoughout the pvm codebase, there are several bidirectional relations. 
org.jbpm.pvm.internal.session   
 

Uses of ClientExecution in org.jbpm.pvm.internal.client
 

Subinterfaces of ClientExecution in org.jbpm.pvm.internal.client
 interface ClientProcessInstance
           
 

Methods in org.jbpm.pvm.internal.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.pvm.internal.cmd
 

Methods in org.jbpm.pvm.internal.cmd that return ClientExecution
protected  ClientExecution VariablesCmd.getExecution(Environment environment, java.lang.String executionId)
           
 

Uses of ClientExecution in org.jbpm.pvm.internal.hibernate
 

Methods in org.jbpm.pvm.internal.hibernate that return ClientExecution
 ClientExecution DbSessionImpl.findExecutionById(java.lang.String executionId)
           
 ClientExecution DbSessionImpl.findProcessInstanceById(java.lang.String processInstanceId)
           
 ClientExecution DbSessionImpl.findProcessInstanceByIdIgnoreSuspended(java.lang.String processInstanceId)
           
 

Uses of ClientExecution in org.jbpm.pvm.internal.model
 

Classes in org.jbpm.pvm.internal.model that implement ClientExecution
 class ExecutionImpl
           
 

Uses of ClientExecution in org.jbpm.pvm.internal.session
 

Methods in org.jbpm.pvm.internal.session that return ClientExecution
 ClientExecution DbSession.findExecutionById(java.lang.String executionId)
          the execution uniquely identified by the given executionKey.
 ClientExecution DbSession.findProcessInstanceById(java.lang.String processInstanceId)
          the process instance uniquely identified by the given executionKey.
 



Copyright © 2010 JBoss Community. All Rights Reserved.