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 SQLException
context - the context this object exists inSQLExceptionpublic Group[] getSupervisorGroups(Context c, int wi) throws SQLException
c - the context this object exists inwi - the ID of the workspace itemSQLExceptionpublic Group[] getSupervisorGroups() throws SQLException
SQLExceptionpublic static SupervisedItem[] findbyEPerson(Context context, EPerson ep) throws SQLException
ep - the eperson who's items to supervise we wantcontext - the dspace contextSQLExceptionCopyright © 2014 DuraSpace. All Rights Reserved.