Class ListRecordsHandler
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.handlers.VerbHandler<ListRecordsType>
-
- com.lyncode.xoai.dataprovider.handlers.ListRecordsHandler
-
public class ListRecordsHandler extends VerbHandler<ListRecordsType>
-
-
Constructor Summary
Constructors Constructor Description ListRecordsHandler(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 ListRecordsTypehandle(OAIParameters parameters)-
Methods inherited from class com.lyncode.xoai.dataprovider.handlers.VerbHandler
getFormatter
-
-
-
-
Constructor Detail
-
ListRecordsHandler
public ListRecordsHandler(DateProvider formatter, int maxListSize, SetRepositoryHelper setRepository, ItemRepositoryHelper itemRepositoryHelper, RepositoryConfiguration identify, XOAIContext context, ResumptionTokenFormatter format)
-
-
Method Detail
-
handle
public ListRecordsType handle(OAIParameters parameters) throws OAIException, HandlerException
- Specified by:
handlein classVerbHandler<ListRecordsType>- Throws:
OAIExceptionHandlerException
-
-