|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.oai.tmplugin.requests.Request
public abstract class Request
Base implementation for plugin requests
| Method Summary | |
|---|---|
void |
addAlternativesXPath(String... path)
Adds an alternativesXPath |
void |
addSets(String... setIds)
Adds a sets |
boolean |
equals(Object obj)
|
List<String> |
getAlternativesXPath()
Returns the alternatives path of the source to bind. |
String |
getContentXPath()
|
String |
getDescription()
Returns a description of the source to bind. |
String |
getMetadataFormat()
|
String |
getName()
Returns a name for the source to bind. |
String |
getRepositoryUrl()
Returns the URL of the target OAI repository |
List<String> |
getSets()
|
String |
getTitleXPath()
|
int |
hashCode()
|
void |
setContentXPath(String path)
Sets a contentXPath |
void |
setDescription(String description)
Sets a description for the source to bind. |
void |
setMetadataFormat(String metadataFormat)
Adds a MetadataFormat |
void |
setName(String name)
Sets a name for the source to bind. |
void |
setRepositoryUrl(String path)
Sets RepositoryUrl |
void |
setTitleXPath(String path)
Sets a titleXPath |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getRepositoryUrl()
public String getName()
public void setName(String name)
name - the namepublic String getDescription()
public void setDescription(String description)
description - the descriptionpublic List<String> getAlternativesXPath()
public String getContentXPath()
public String getTitleXPath()
public String getMetadataFormat()
public List<String> getSets()
public void addSets(String... setIds)
public void setContentXPath(String path)
public void setRepositoryUrl(String path)
public void setTitleXPath(String path)
public void addAlternativesXPath(String... path)
public void setMetadataFormat(String metadataFormat)
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||