Package org.dspace.app.requestitem
Interface RequestItemAuthorExtractor
-
- All Known Implementing Classes:
RequestItemHelpdeskStrategy,RequestItemMetadataStrategy,RequestItemSubmitterStrategy
public interface RequestItemAuthorExtractorInterface to abstract the strategy for select the author to contact for request copy- Author:
- Andrea Bollini
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestItemAuthorgetRequestItemAuthor(Context context, Item item)
-
-
-
Method Detail
-
getRequestItemAuthor
RequestItemAuthor getRequestItemAuthor(Context context, Item item) throws SQLException
- Throws:
SQLException
-
-