|
||||||||||
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.AbstractDataSetResource
fr.cnes.sitools.dataset.DataSetResource
public final class DataSetResource
DataSet resource with RUD operations
Field Summary |
---|
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
DataSetResource()
|
Method Summary | |
---|---|
org.restlet.representation.Representation |
deleteDataSet(org.restlet.representation.Variant variant)
Delete DataSet |
void |
describeDelete(org.restlet.ext.wadl.MethodInfo info)
|
void |
describeGet(org.restlet.ext.wadl.MethodInfo info)
|
void |
describePut(org.restlet.ext.wadl.MethodInfo info)
|
void |
doInit()
Initiate the resource |
org.restlet.representation.Representation |
retrieveDataSet(org.restlet.representation.Variant variant)
Get on DataSet |
void |
sitoolsDescribe()
Method implementation mandatory |
org.restlet.representation.Representation |
updateDataSet(org.restlet.representation.Representation representation,
org.restlet.representation.Variant variant)
Update / Validate existing DataSet |
Methods inherited from class fr.cnes.sitools.dataset.AbstractDataSetResource |
---|
getDatasetId, getObject, getRepresentation, registerObserver, unregisterObserver |
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 DataSetResource()
Method Detail |
---|
public void sitoolsDescribe()
AbstractSitoolsResource
sitoolsDescribe
in class AbstractSitoolsResource
public void doInit()
@Get public org.restlet.representation.Representation retrieveDataSet(org.restlet.representation.Variant variant)
variant
- client preferred media type
public void describeGet(org.restlet.ext.wadl.MethodInfo info)
@Put public org.restlet.representation.Representation updateDataSet(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
representation
- DataSet Representationvariant
- Variant client preferred media type
public void describePut(org.restlet.ext.wadl.MethodInfo info)
@Delete public org.restlet.representation.Representation deleteDataSet(org.restlet.representation.Variant variant)
variant
- client preferred media type
public void describeDelete(org.restlet.ext.wadl.MethodInfo info)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |