Class CombiningRequestItemStrategy

java.lang.Object
org.dspace.app.requestitem.CombiningRequestItemStrategy
All Implemented Interfaces:
RequestItemAuthorExtractor

public class CombiningRequestItemStrategy extends Object implements RequestItemAuthorExtractor
Assemble a list of recipients from the results of other strategies. The list of strategy classes is injected as the constructor argument strategies. If the strategy list is not configured, returns an empty List.
Author:
Mark H. Wood <mwood@iupui.edu>