Class ListIdentifiersHandler
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.handlers.VerbHandler<ListIdentifiersType>
-
- com.lyncode.xoai.dataprovider.handlers.ListIdentifiersHandler
-
public class ListIdentifiersHandler extends VerbHandler<ListIdentifiersType>
-
-
Constructor Summary
Constructors Constructor Description ListIdentifiersHandler(DateProvider formatter, int maxListSize, SetRepositoryHelper setRepository, ItemRepositoryHelper itemRepositoryHelper, RepositoryConfiguration identify, XOAIContext context, ResumptionTokenFormatter _format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListIdentifiersTypehandle(OAIParameters parameters)-
Methods inherited from class com.lyncode.xoai.dataprovider.handlers.VerbHandler
getFormatter
-
-
-
-
Constructor Detail
-
ListIdentifiersHandler
public ListIdentifiersHandler(DateProvider formatter, int maxListSize, SetRepositoryHelper setRepository, ItemRepositoryHelper itemRepositoryHelper, RepositoryConfiguration identify, XOAIContext context, ResumptionTokenFormatter _format)
-
-
Method Detail
-
handle
public ListIdentifiersType handle(OAIParameters parameters) throws OAIException, HandlerException
- Specified by:
handlein classVerbHandler<ListIdentifiersType>- Throws:
OAIExceptionHandlerException
-
-