Interface SupervisedItemService

  • All Known Implementing Classes:
    SupervisedItemServiceImpl

    public interface SupervisedItemService
    Class to handle WorkspaceItems which are being supervised.
    Version:
    $Revision$
    Author:
    Richard Jones
    • Method Detail

      • getAll

        List<WorkspaceItem> getAll​(Context context)
                            throws SQLException
        Get all workspace items which are being supervised
        Parameters:
        context - the context this object exists in
        Returns:
        array of SupervisedItems
        Throws:
        SQLException - if database error
      • findbyEPerson

        List<WorkspaceItem> findbyEPerson​(Context context,
                                          EPerson ep)
                                   throws SQLException
        Get items being supervised by given EPerson
        Parameters:
        ep - the eperson who's items to supervise we want
        context - the dspace context
        Returns:
        the items eperson is supervising in an array
        Throws:
        SQLException - if database error