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

Packages that use HistoryTaskImpl
org.jbpm.pvm.internal.history.model   
 

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

Fields in org.jbpm.pvm.internal.history.model declared as HistoryTaskImpl
protected  HistoryTaskImpl HistoryDetailImpl.historyTask
           
protected  HistoryTaskImpl HistoryVariableImpl.historyTask
           
 

Fields in org.jbpm.pvm.internal.history.model with type parameters of type HistoryTaskImpl
protected  java.util.Set<HistoryTaskImpl> HistoryTaskImpl.subTasks
           
 

Methods in org.jbpm.pvm.internal.history.model that return HistoryTaskImpl
 HistoryTaskImpl HistoryTaskInstanceImpl.getHistoryTask()
           
 HistoryTaskImpl HistoryVariableImpl.getHistoryTask()
           
 

Methods in org.jbpm.pvm.internal.history.model with parameters of type HistoryTaskImpl
 void HistoryTaskImpl.addSubTask(HistoryTaskImpl historyTask)
           
 void HistoryDetailImpl.setHistoryTask(HistoryTaskImpl historyTask, int historyTaskIndex)
           
 

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



Copyright © 2010 JBoss Community. All Rights Reserved.