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

Packages that use InProgressUser
org.dspace.xmlworkflow.storedcomponents   
 

Uses of InProgressUser in org.dspace.xmlworkflow.storedcomponents
 

Methods in org.dspace.xmlworkflow.storedcomponents that return InProgressUser
static InProgressUser InProgressUser.create(Context context)
           
static InProgressUser InProgressUser.find(Context context, int id)
           
static InProgressUser InProgressUser.findByWorkflowItemAndEPerson(Context context, int wfiID, int epersonID)
           
 

Methods in org.dspace.xmlworkflow.storedcomponents that return types with arguments of type InProgressUser
static List<InProgressUser> InProgressUser.findByEperson(Context context, int epersonID)
           
static List<InProgressUser> InProgressUser.findByWorkflowItem(Context c, int wfiID)
           
 



Copyright © 2012 DuraSpace. All Rights Reserved.