Uses of Class
org.dspace.xmlworkflow.storedcomponents.PoolTask

Packages that use PoolTask
org.dspace.xmlworkflow   
org.dspace.xmlworkflow.storedcomponents   
 

Uses of PoolTask in org.dspace.xmlworkflow
 

Methods in org.dspace.xmlworkflow with parameters of type PoolTask
static void XmlWorkflowManager.deletePooledTask(Context c, XmlWorkflowItem wi, PoolTask task)
           
 

Uses of PoolTask in org.dspace.xmlworkflow.storedcomponents
 

Methods in org.dspace.xmlworkflow.storedcomponents that return PoolTask
static PoolTask PoolTask.create(Context context)
           
static PoolTask PoolTask.find(Context context, int id)
           
static PoolTask PoolTask.findByWorkflowIdAndEPerson(Context context, int workflowID, int epersonID)
           
 

Methods in org.dspace.xmlworkflow.storedcomponents that return types with arguments of type PoolTask
static List<PoolTask> PoolTask.find(Context context, XmlWorkflowItem workflowItem)
           
static List<PoolTask> PoolTask.findByEperson(Context context, int eperson_id)
           
 



Copyright © 2011 DuraSpace. All Rights Reserved.