|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectExtendedWadlServerResource
fr.cnes.sitools.common.resource.AbstractSitoolsResource
fr.cnes.sitools.common.SitoolsResource
fr.cnes.sitools.dataset.opensearch.AbstractSearchResource
public abstract class AbstractSearchResource
Abstract Resource class for Forms management
Field Summary |
---|
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
AbstractSearchResource()
Default constructor |
Method Summary | |
---|---|
void |
doInit()
Initiate the resource |
java.lang.String |
getDatasetId()
Gets the datasetId value |
java.lang.String |
getIndexName()
Gets the indexName value |
OpenSearchApplication |
getOpenSearchApplication()
Gets the application value |
org.restlet.representation.Representation |
getRepresentation(Response response,
org.restlet.data.MediaType media)
Gets representation according to the specified MediaType. |
SitoolsStore<Opensearch> |
getStore()
Gets the store value |
SitoolsStore<FeedModel> |
getStoreFeed()
Gets the storeFeed value |
void |
registerObserver(Opensearch input)
Register as observer |
void |
setIndexName(java.lang.String indexName)
Sets the value of indexName |
void |
unregisterObserver(Opensearch input)
Unregister as Observer |
Methods inherited from class fr.cnes.sitools.common.resource.AbstractSitoolsResource |
---|
getMediaType, sitoolsDescribe |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSearchResource()
Method Detail |
---|
public final OpenSearchApplication getOpenSearchApplication()
public final SitoolsStore<Opensearch> getStore()
public final SitoolsStore<FeedModel> getStoreFeed()
public final java.lang.String getDatasetId()
public final java.lang.String getIndexName()
public final void setIndexName(java.lang.String indexName)
indexName
- the indexName to setpublic void doInit()
SitoolsResource
public org.restlet.representation.Representation getRepresentation(Response response, org.restlet.data.MediaType media)
getRepresentation
in class SitoolsResource
response
- : The response to get the representation frommedia
- : The MediaType asked
public void registerObserver(Opensearch input)
input
- The opensearchpublic void unregisterObserver(Opensearch input)
input
- OpenSearch Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |