Uses of Interface
com.lyncode.xoai.dataprovider.services.api.RepositoryConfiguration
-
Packages that use RepositoryConfiguration Package Description com.lyncode.xoai.dataprovider com.lyncode.xoai.dataprovider.handlers -
-
Uses of RepositoryConfiguration in com.lyncode.xoai.dataprovider
Constructors in com.lyncode.xoai.dataprovider with parameters of type RepositoryConfiguration Constructor Description OAIDataProvider(XOAIManager manager, String contextUrl, RepositoryConfiguration identify, SetRepository setRepository, ItemRepository itemRepository)OAIDataProvider(XOAIManager manager, String contexturl, RepositoryConfiguration identify, SetRepository setRepository, ItemRepository itemRepository, ResumptionTokenFormatter format)OAIDataProvider(XOAIManager manager, String contexturl, RepositoryConfiguration identify, SetRepository setRepository, ItemRepository itemRepository, List<String> compressions) -
Uses of RepositoryConfiguration in com.lyncode.xoai.dataprovider.handlers
Constructors in com.lyncode.xoai.dataprovider.handlers with parameters of type RepositoryConfiguration Constructor Description GetRecordHandler(DateProvider formatter, XOAIContext context, ItemRepositoryHelper itemRepositoryHelper, RepositoryConfiguration identify)IdentifyHandler(DateProvider formatter, RepositoryConfiguration identify, List<String> compressions)ListIdentifiersHandler(DateProvider formatter, int maxListSize, SetRepositoryHelper setRepository, ItemRepositoryHelper itemRepositoryHelper, RepositoryConfiguration identify, XOAIContext context, ResumptionTokenFormatter _format)ListRecordsHandler(DateProvider formatter, int maxListSize, SetRepositoryHelper setRepository, ItemRepositoryHelper itemRepositoryHelper, RepositoryConfiguration identify, XOAIContext context, ResumptionTokenFormatter format)
-