public class SupervisedItem extends WorkspaceItem
| Modifier and Type | Method and Description |
|---|---|
static SupervisedItem[] |
findbyEPerson(Context context,
EPerson ep)
Get items being supervised by given EPerson
|
static SupervisedItem[] |
getAll(Context context)
Get all workspace items which are being supervised
|
Group[] |
getSupervisorGroups()
Gets all the groups that are supervising a this workspace item
|
Group[] |
getSupervisorGroups(Context c,
int wi)
Gets all the groups that are supervising a particular workspace item
|
create, deleteAll, deleteWrapper, equals, find, findAll, findByCollection, findByEPerson, findByItem, getCollection, getID, getItem, getPageReached, getStageReached, getSubmitter, hashCode, hasMultipleFiles, hasMultipleTitles, isPublishedBefore, setMultipleFiles, setMultipleTitles, setPageReached, setPublishedBefore, setStageReached, updatepublic static SupervisedItem[] getAll(Context context) throws java.sql.SQLException
context - the context this object exists injava.sql.SQLExceptionpublic Group[] getSupervisorGroups(Context c, int wi) throws java.sql.SQLException
c - the context this object exists inwi - the ID of the workspace itemjava.sql.SQLExceptionpublic Group[] getSupervisorGroups() throws java.sql.SQLException
java.sql.SQLExceptionpublic static SupervisedItem[] findbyEPerson(Context context, EPerson ep) throws java.sql.SQLException
ep - the eperson who's items to supervise we wantcontext - the dspace contextjava.sql.SQLExceptionCopyright © 2018 DuraSpace. All Rights Reserved.