|
||||||||||
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.datasource.mongodb.AbstractDataSourceResource
public abstract class AbstractDataSourceResource
Abstract resource for DataSource Objects management
Field Summary |
---|
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
AbstractDataSourceResource()
|
Method Summary | |
---|---|
java.lang.String |
getDatasourceId()
Gets the datasourceId value |
MongoDBDataSourceAdministration |
getMongoDBDataSourceAdministration()
Gets the application value |
MongoDBDataSource |
getObject(org.restlet.representation.Representation representation)
Get object from representation |
org.restlet.representation.Representation |
getRepresentation(Response response,
org.restlet.data.MediaType media)
Get the representation |
SitoolsStore<MongoDBDataSource> |
getStore()
Gets the store value |
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 AbstractDataSourceResource()
Method Detail |
---|
public final org.restlet.representation.Representation getRepresentation(Response response, org.restlet.data.MediaType media)
getRepresentation
in class SitoolsResource
response
- the response to usemedia
- the media to use
public final MongoDBDataSource getObject(org.restlet.representation.Representation representation)
representation
- the representation to use
public final MongoDBDataSourceAdministration getMongoDBDataSourceAdministration()
public final SitoolsStore<MongoDBDataSource> getStore()
public final java.lang.String getDatasourceId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |