Package org.dspace.app.requestitem
Interface RequestItemAuthorExtractor
-
- All Known Implementing Classes:
CollectionAdministratorsRequestItemStrategy,CombiningRequestItemStrategy,RequestItemHelpdeskStrategy,RequestItemMetadataStrategy,RequestItemSubmitterStrategy
public interface RequestItemAuthorExtractorInterface to abstract the strategy for selecting the author to contact for request copy.- Author:
- Andrea Bollini
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RequestItemAuthor>getRequestItemAuthor(Context context, Item item)Retrieve the author to contact for requesting a copy of the given item.
-
-
-
Method Detail
-
getRequestItemAuthor
@NonNull List<RequestItemAuthor> getRequestItemAuthor(Context context, Item item) throws SQLException
Retrieve the author to contact for requesting a copy of the given item.- Parameters:
context- DSpace context objectitem- item to request- Returns:
- Names and email addresses to send the request to.
- Throws:
SQLException- if database error
-
-