|
||||||||||
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.plugins.filters.AbstractFilterPluginResource
fr.cnes.sitools.plugins.filters.FilterPluginResource
public final class FilterPluginResource
Resource handling filter plugins on applications ...
Field Summary |
---|
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
FilterPluginResource()
|
Method Summary | |
---|---|
org.restlet.representation.Representation |
deleteFilterPlugin(org.restlet.representation.Variant variant)
Delete filter |
void |
describeDelete(org.restlet.ext.wadl.MethodInfo info)
Describe the Delete command |
void |
describeGet(org.restlet.ext.wadl.MethodInfo info,
java.lang.String path)
GET method description |
void |
describePost(org.restlet.ext.wadl.MethodInfo info,
java.lang.String path)
Describe the POST command |
void |
describePut(org.restlet.ext.wadl.MethodInfo info)
Describe the Put command |
void |
doInit()
Initiate the resource |
org.restlet.representation.Representation |
get(org.restlet.representation.Variant variant)
|
SitoolsStore<FilterModel> |
getStore()
Gets the store value |
org.restlet.representation.Representation |
newFilterPlugin(org.restlet.representation.Representation representation,
org.restlet.representation.Variant variant)
Create / attach filter |
void |
sitoolsDescribe()
Method implementation mandatory |
org.restlet.representation.Representation |
updateFilterPlugin(org.restlet.representation.Representation representation,
org.restlet.representation.Variant variant)
Update / Validate existing Filters |
Methods inherited from class fr.cnes.sitools.plugins.filters.AbstractFilterPluginResource |
---|
checkValidity, getFilterModelDTO, getFilterPluginId, getObject, getRepresentation, registerObserver, unregisterObserver |
Methods inherited from class fr.cnes.sitools.common.AbstractPluginResource |
---|
checkValidity, configure, 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 FilterPluginResource()
Method Detail |
---|
public void doInit()
SitoolsResource
doInit
in class AbstractFilterPluginResource
public void sitoolsDescribe()
AbstractSitoolsResource
sitoolsDescribe
in class AbstractFilterPluginResource
@Post public org.restlet.representation.Representation newFilterPlugin(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)
public void describeGet(org.restlet.ext.wadl.MethodInfo info, java.lang.String path)
info
- WADL method informationpath
- url attachment of the resource@Put public org.restlet.representation.Representation updateFilterPlugin(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)
info
- the info sent@Delete public org.restlet.representation.Representation deleteFilterPlugin(org.restlet.representation.Variant variant)
variant
- client preferred media type
public void describeDelete(org.restlet.ext.wadl.MethodInfo info)
info
- the info sentpublic SitoolsStore<FilterModel> getStore()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |