|
||||||||||
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.common.AbstractPluginResource
fr.cnes.sitools.dataset.filter.AbstractFilterResource
fr.cnes.sitools.dataset.filter.FilterResource
public final class FilterResource
Resource for a filter
Field Summary |
---|
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
FilterResource()
|
Method Summary | |
---|---|
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 |
get(org.restlet.representation.Variant variant)
Get the description of a filter in the filterChained list |
SitoolsStore<FilterChainedModel> |
getStore()
Gets the store value |
org.restlet.representation.Representation |
put(org.restlet.representation.Representation representation,
org.restlet.representation.Variant variant)
Modify an existing filter in the filterChained list |
void |
sitoolsDescribe()
Method implementation mandatory |
Methods inherited from class fr.cnes.sitools.dataset.filter.AbstractFilterResource |
---|
checkValidity, configure, getDatasetId, getFilterModelDTO, getFilterModelDTO, getRepresentation, registerObserver, unregisterObserver |
Methods inherited from class fr.cnes.sitools.common.AbstractPluginResource |
---|
checkValidity, fromListToMap |
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 FilterResource()
Method Detail |
---|
public void sitoolsDescribe()
AbstractSitoolsResource
sitoolsDescribe
in class AbstractSitoolsResource
@Get public org.restlet.representation.Representation get(org.restlet.representation.Variant variant)
variant
- the variant needed
public void describeGet(org.restlet.ext.wadl.MethodInfo info)
info
- the info sent@Put public org.restlet.representation.Representation put(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
representation
- the filter representationvariant
- the variant needed
public void describePut(org.restlet.ext.wadl.MethodInfo info)
info
- the info sentpublic void describeDelete(org.restlet.ext.wadl.MethodInfo info)
info
- the info sentpublic SitoolsStore<FilterChainedModel> getStore()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |