|
||||||||||
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.form.dataset.AbstractFormResource
fr.cnes.sitools.form.dataset.FormDTOResource
public final class FormDTOResource
Form management via FormDTO
Field Summary |
---|
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
FormDTOResource()
|
Method Summary | |
---|---|
org.restlet.representation.Representation |
delete(org.restlet.representation.Variant variant)
Delete form |
void |
describeDelete(org.restlet.ext.wadl.MethodInfo info)
Describe the Delete command |
void |
describeGet(org.restlet.ext.wadl.MethodInfo info)
Describe the Get command |
void |
describePut(org.restlet.ext.wadl.MethodInfo info)
Describe the Put command |
org.restlet.representation.Representation |
retrieve(org.restlet.representation.Variant variant)
Get a single form by ID |
void |
sitoolsDescribe()
Method implementation mandatory |
org.restlet.representation.Representation |
update(org.restlet.representation.Representation representation,
org.restlet.representation.Variant variant)
Update / Validate existing forms |
Methods inherited from class fr.cnes.sitools.form.dataset.AbstractFormResource |
---|
getDataset, getDatasetId, getFormApplication, getFormId, getObject, getRepresentation, getStore, 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 FormDTOResource()
Method Detail |
---|
public void sitoolsDescribe()
AbstractSitoolsResource
sitoolsDescribe
in class AbstractSitoolsResource
@Get public org.restlet.representation.Representation retrieve(org.restlet.representation.Variant variant)
variant
- client preferred media type
public void describeGet(org.restlet.ext.wadl.MethodInfo info)
info
- the info sent@Put public org.restlet.representation.Representation update(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
representation
- FormDTO representationvariant
- client preferred media type
public void describePut(org.restlet.ext.wadl.MethodInfo info)
info
- the info sent@Delete public org.restlet.representation.Representation delete(org.restlet.representation.Variant variant)
variant
- client preferred media type
public void describeDelete(org.restlet.ext.wadl.MethodInfo info)
info
- the info sent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |