Package com.lyncode.xoai.dataprovider
Class OAIRequestParameters
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.OAIRequestParameters
-
public class OAIRequestParameters extends Object
- Version:
- 3.1.0
-
-
Constructor Summary
Constructors Constructor Description OAIRequestParameters(Map<String,List<String>> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFrom()StringgetIdentifier()StringgetMetadataPrefix()StringgetResumptionToken()StringgetSet()StringgetUntil()StringgetVerb()voidonlyHasKnownParameters()StringrequestID()
-
-
-
Method Detail
-
getFrom
public String getFrom() throws DuplicateDefinitionException, UnknownParameterException, IllegalVerbException
-
getIdentifier
public String getIdentifier() throws DuplicateDefinitionException, UnknownParameterException, IllegalVerbException
-
getMetadataPrefix
public String getMetadataPrefix() throws DuplicateDefinitionException, UnknownParameterException, IllegalVerbException
-
getResumptionToken
public String getResumptionToken() throws DuplicateDefinitionException, UnknownParameterException, IllegalVerbException
-
getSet
public String getSet() throws DuplicateDefinitionException, UnknownParameterException, IllegalVerbException
-
getUntil
public String getUntil() throws DuplicateDefinitionException, UnknownParameterException, IllegalVerbException
-
getVerb
public String getVerb() throws IllegalVerbException, UnknownParameterException, IllegalVerbException
-
requestID
public String requestID()
-
onlyHasKnownParameters
public void onlyHasKnownParameters() throws UnknownParameterException, IllegalVerbException
-
-