Uses of Class
org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl

Packages that use HistoryProcessInstanceImpl
org.jbpm.pvm.internal.hibernate   
org.jbpm.pvm.internal.history.model   
 

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

Methods in org.jbpm.pvm.internal.hibernate that return HistoryProcessInstanceImpl
 HistoryProcessInstanceImpl DbSessionImpl.findHistoryProcessInstanceById(java.lang.String processInstanceId)
           
 

Uses of HistoryProcessInstanceImpl in org.jbpm.pvm.internal.history.model
 

Fields in org.jbpm.pvm.internal.history.model declared as HistoryProcessInstanceImpl
protected  HistoryProcessInstanceImpl HistoryDetailImpl.historyProcessInstance
           
protected  HistoryProcessInstanceImpl HistoryVariableImpl.historyProcessInstance
           
 

Methods in org.jbpm.pvm.internal.history.model that return HistoryProcessInstanceImpl
 HistoryProcessInstanceImpl HistoryVariableImpl.getHistoryProcessInstance()
           
 

Methods in org.jbpm.pvm.internal.history.model with parameters of type HistoryProcessInstanceImpl
 void HistoryDetailImpl.setHistoryProcessInstance(HistoryProcessInstanceImpl historyProcessInstance, int historyProcessInstanceIndex)
           
 

Constructors in org.jbpm.pvm.internal.history.model with parameters of type HistoryProcessInstanceImpl
HistoryVariableImpl(HistoryProcessInstanceImpl historyProcessInstance, HistoryTaskImpl historyTask, Variable variable)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.