| 
 | ||||||||||
| 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
fr.cnes.sitools.datasource.mongodb.MongoDBDataSourceCollectionResource
public final class MongoDBDataSourceCollectionResource
Class for MongoDB data source collection management
| Field Summary | 
|---|
| Fields inherited from class fr.cnes.sitools.common.SitoolsResource | 
|---|
| DEFAULT_MEDIATYPE | 
| Constructor Summary | |
|---|---|
| MongoDBDataSourceCollectionResource() | |
| Method Summary | |
|---|---|
|  void | describeGet(org.restlet.ext.wadl.MethodInfo info)Describe the GET method | 
|  void | describePost(org.restlet.ext.wadl.MethodInfo info)Describe the POST method | 
|  org.restlet.representation.Representation | newDataSource(org.restlet.representation.Representation representation,
              org.restlet.representation.Variant variant)Create a new DataSource | 
|  org.restlet.representation.Representation | retrieveDataSource(org.restlet.representation.Variant variant)get all DataSets | 
|  void | sitoolsDescribe()Method implementation mandatory | 
| Methods inherited from class fr.cnes.sitools.datasource.mongodb.AbstractDataSourceResource | 
|---|
| getDatasourceId, getMongoDBDataSourceAdministration, getObject, getRepresentation, getStore | 
| Methods inherited from class fr.cnes.sitools.common.resource.AbstractSitoolsResource | 
|---|
| getMediaType | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MongoDBDataSourceCollectionResource()
| Method Detail | 
|---|
public void sitoolsDescribe()
AbstractSitoolsResource
sitoolsDescribe in class AbstractSitoolsResource
@Post
public org.restlet.representation.Representation newDataSource(org.restlet.representation.Representation representation,
                                                                    org.restlet.representation.Variant variant)
representation - inputvariant - client preferred media type
public void describePost(org.restlet.ext.wadl.MethodInfo info)
info - WADL method information@Get public org.restlet.representation.Representation retrieveDataSource(org.restlet.representation.Variant variant)
variant - client preferred media type
public void describeGet(org.restlet.ext.wadl.MethodInfo info)
info - WADL method information| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||