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

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

Uses of ClaimedTask in org.dspace.xmlworkflow
 

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

Uses of ClaimedTask in org.dspace.xmlworkflow.storedcomponents
 

Methods in org.dspace.xmlworkflow.storedcomponents that return ClaimedTask
static ClaimedTask ClaimedTask.create(Context context)
           
static ClaimedTask ClaimedTask.find(Context context, int id)
           
static ClaimedTask ClaimedTask.find(Context c, int epersonID, int wfiID, String stepID, String actionID)
           
static ClaimedTask ClaimedTask.findByWorkflowIdAndEPerson(Context context, int workflowID, int epersonID)
           
 

Methods in org.dspace.xmlworkflow.storedcomponents that return types with arguments of type ClaimedTask
static List<ClaimedTask> ClaimedTask.find(Context c, int wfiID, String stepID)
           
static List<ClaimedTask> ClaimedTask.find(Context c, int wfiID, String stepID, String actionID)
           
static List<ClaimedTask> ClaimedTask.find(Context c, XmlWorkflowItem workflowItem)
           
static List<ClaimedTask> ClaimedTask.findAllInStep(Context c, String stepID)
           
static List<ClaimedTask> ClaimedTask.findByEperson(Context context, int epersonID)
           
static List<ClaimedTask> ClaimedTask.findByWorkflowId(Context context, int workflowID)
           
 



Copyright © 2012 DuraSpace. All Rights Reserved.