|
||||||||||
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.FilterChainResource
public final class FilterChainResource
Resource for a filter
Field Summary |
---|
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
FilterChainResource()
|
Method Summary | |
---|---|
org.restlet.representation.Representation |
deleteFilterChainedModel(org.restlet.representation.Variant variant)
Delete Filter |
void |
describeDelete(org.restlet.ext.wadl.MethodInfo info,
java.lang.String path)
Describe the Delete command |
void |
describeGet(org.restlet.ext.wadl.MethodInfo info,
java.lang.String path)
Describe the Get command |
void |
describePost(org.restlet.ext.wadl.MethodInfo info,
java.lang.String path)
Describe the POST command |
void |
describePut(org.restlet.ext.wadl.MethodInfo info,
java.lang.String path)
Describe the Put command |
void |
doInit()
Initiate the resource |
org.restlet.representation.Representation |
get(org.restlet.representation.Variant variant)
Gets the FilterChainedModel object if the call is from RIAP or the FilterChainedModelDTO if the call is from another client |
SitoolsStore<FilterChainedModel> |
getStore()
Gets the store value |
org.restlet.representation.Representation |
newFilter(org.restlet.representation.Representation representation,
org.restlet.representation.Variant variant)
Create / attach Filter |
void |
sitoolsDescribe()
Method implementation mandatory |
org.restlet.representation.Representation |
updateFilterChainedModel(org.restlet.representation.Representation representation,
org.restlet.representation.Variant variant)
Update / Validate existing Filter |
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 FilterChainResource()
Method Detail |
---|
public void doInit()
public void sitoolsDescribe()
AbstractSitoolsResource
sitoolsDescribe
in class AbstractSitoolsResource
@Post public org.restlet.representation.Representation newFilter(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
representation
- The representation parametervariant
- client preferred media type
public void describePost(org.restlet.ext.wadl.MethodInfo info, java.lang.String path)
info
- the info sentpath
- url attachment of the resource@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, java.lang.String path)
info
- the info sentpath
- url attachment of the resource@Put public org.restlet.representation.Representation updateFilterChainedModel(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
representation
- the representation parametervariant
- client preferred media type
public void describePut(org.restlet.ext.wadl.MethodInfo info, java.lang.String path)
info
- the info sentpath
- url attachment of the resource@Delete public org.restlet.representation.Representation deleteFilterChainedModel(org.restlet.representation.Variant variant)
variant
- client preferred media type
public void describeDelete(org.restlet.ext.wadl.MethodInfo info, java.lang.String path)
info
- the info sentpath
- url attachment of the resourcepublic SitoolsStore<FilterChainedModel> getStore()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |