public interface SupervisedItemService
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceItem> |
findbyEPerson(Context context,
EPerson ep)
Get items being supervised by given EPerson
|
List<WorkspaceItem> |
getAll(Context context)
Get all workspace items which are being supervised
|
List<WorkspaceItem> getAll(Context context) throws SQLException
context - the context this object exists inSQLException - if database errorList<WorkspaceItem> findbyEPerson(Context context, EPerson ep) throws SQLException
ep - the eperson who's items to supervise we wantcontext - the dspace contextSQLException - if database errorCopyright © 2022 LYRASIS. All rights reserved.