Uses of Interface
org.dspace.app.requestitem.RequestItemAuthorExtractor
-
Packages that use RequestItemAuthorExtractor Package Description org.dspace.app.requestitem 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 RequestItemAuthorExtractor Modifier and Type Class Description classCollectionAdministratorsRequestItemStrategyDerive request recipients from groups of the Collection which owns an Item.classCombiningRequestItemStrategyAssemble a list of recipients from the results of other strategies.classRequestItemHelpdeskStrategyRequestItem strategy to allow DSpace support team's help desk to receive requestItem requests.classRequestItemMetadataStrategyTry to look to an item metadata for the corresponding author name and email.classRequestItemSubmitterStrategyBasic strategy that looks to the original submitter.Fields in org.dspace.app.requestitem declared as RequestItemAuthorExtractor Modifier and Type Field Description protected RequestItemAuthorExtractorRequestItemEmailNotifier. requestItemAuthorExtractorConstructors in org.dspace.app.requestitem with parameters of type RequestItemAuthorExtractor Constructor Description RequestItemEmailNotifier(RequestItemAuthorExtractor requestItemAuthorExtractor)Constructor parameters in org.dspace.app.requestitem with type arguments of type RequestItemAuthorExtractor Constructor Description CombiningRequestItemStrategy(List<RequestItemAuthorExtractor> strategies)Initialize a combination of strategies.
-