public class WrapRepositoryRequest extends Request implements Serializable
Request to bind the OAI Plugin to a single data source formed of all the records in one ore more sets of an OAI repository.| Constructor and Description |
|---|
WrapRepositoryRequest() |
WrapRepositoryRequest(String url)
Creates an instance with a given source identifier and the URL of a given OAI repository.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
addAlternativesXPath, addSets, getAlternativesXPath, getContentXPath, getDescription, getMetadataFormat, getName, getRepositoryUrl, getSets, getTitleXPath, setContentXPath, setDescription, setMetadataFormat, setName, setRepositoryUrl, setTitleXPathpublic WrapRepositoryRequest()
public WrapRepositoryRequest(String url) throws IllegalArgumentException
id - the source identifierurl - the URLIllegalArgumentException - if the identifier is null or emptyCopyright © 2015. All Rights Reserved.