Uses of Interface
org.dspace.app.requestitem.RequestItemAuthorExtractor
Packages that use RequestItemAuthorExtractor
Package
Description
Feature for conveying a request that materials forbidden to the requester
by resource policy be made available by other means.
-
Uses of RequestItemAuthorExtractor in org.dspace.app.requestitem
Classes in org.dspace.app.requestitem that implement RequestItemAuthorExtractorModifier and TypeClassDescriptionclassDerive request recipients from groups of the Collection which owns an Item.classAssemble a list of recipients from the results of other strategies.classRequestItem strategy to allow DSpace support team's help desk to receive requestItem requests.classTry to look to an item metadata for the corresponding author name and email.classBasic strategy that looks to the original submitter.Fields in org.dspace.app.requestitem declared as RequestItemAuthorExtractorModifier and TypeFieldDescriptionprotected final RequestItemAuthorExtractorRequestItemEmailNotifier.requestItemAuthorExtractorConstructors in org.dspace.app.requestitem with parameters of type RequestItemAuthorExtractorModifierConstructorDescriptionRequestItemEmailNotifier(RequestItemAuthorExtractor requestItemAuthorExtractor) Constructor parameters in org.dspace.app.requestitem with type arguments of type RequestItemAuthorExtractorModifierConstructorDescriptionCombiningRequestItemStrategy(List<RequestItemAuthorExtractor> strategies) Initialize a combination of strategies.