Uses of Class
com.lyncode.xoai.dataprovider.core.OAIParameters
-
Packages that use OAIParameters Package Description com.lyncode.xoai.dataprovider.core com.lyncode.xoai.dataprovider.handlers -
-
Uses of OAIParameters in com.lyncode.xoai.dataprovider.core
Constructors in com.lyncode.xoai.dataprovider.core with parameters of type OAIParameters Constructor Description ResumptionToken(int offset, OAIParameters parameters) -
Uses of OAIParameters in com.lyncode.xoai.dataprovider.handlers
Methods in com.lyncode.xoai.dataprovider.handlers with parameters of type OAIParameters Modifier and Type Method Description GetRecordTypeGetRecordHandler. handle(OAIParameters parameters)IdentifyTypeIdentifyHandler. handle(OAIParameters params)ListIdentifiersTypeListIdentifiersHandler. handle(OAIParameters parameters)ListMetadataFormatsTypeListMetadataFormatsHandler. handle(OAIParameters params)ListRecordsTypeListRecordsHandler. handle(OAIParameters parameters)ListSetsTypeListSetsHandler. handle(OAIParameters params)abstract TVerbHandler. handle(OAIParameters params)
-