|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.content.WorkspaceItem
org.dspace.content.SupervisedItem
public class SupervisedItem
Class to handle WorkspaceItems which are being supervised. It extends the WorkspaceItem class and adds the methods required to be a Supervised Item.
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.dspace.content.WorkspaceItem |
|---|
create, deleteAll, deleteWrapper, equals, find, findAll, findByCollection, findByEPerson, getCollection, getID, getItem, getPageReached, getStageReached, getSubmitter, hashCode, hasMultipleFiles, hasMultipleTitles, isPublishedBefore, setMultipleFiles, setMultipleTitles, setPageReached, setPublishedBefore, setStageReached, update |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SupervisedItem[] getAll(Context context)
throws SQLException
context - the context this object exists in
SQLException
public Group[] getSupervisorGroups(Context c,
int wi)
throws SQLException
c - the context this object exists inwi - the ID of the workspace item
SQLException
public Group[] getSupervisorGroups()
throws SQLException
SQLException
public static SupervisedItem[] findbyEPerson(Context context,
EPerson ep)
throws SQLException
ep - the eperson who's items to supervise we wantcontext - the dspace context
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||