fr.cnes.sitools.form.project.services
Class ServiceDatasetSearchResourceFacade

java.lang.Object
  extended by ExtendedWadlServerResource
      extended by fr.cnes.sitools.common.resource.AbstractSitoolsResource
          extended by fr.cnes.sitools.common.SitoolsResource
              extended by fr.cnes.sitools.common.resource.SitoolsParameterizedResource
                  extended by fr.cnes.sitools.form.project.services.ServiceDatasetSearchResourceFacade
All Implemented Interfaces:
IResource
Direct Known Subclasses:
ServiceDatasetSearchResource

public class ServiceDatasetSearchResourceFacade
extends SitoolsParameterizedResource

Facade for a resource to Perform a multidataset search on a collection of dataset

Author:
m.gond

Field Summary
 
Fields inherited from class fr.cnes.sitools.common.SitoolsResource
DEFAULT_MEDIATYPE
 
Constructor Summary
ServiceDatasetSearchResourceFacade()
           
 
Method Summary
 void describePost(org.restlet.ext.wadl.MethodInfo info)
          Description WADL de la methode POST
 org.restlet.representation.Representation processSearch(org.restlet.representation.Representation represent, org.restlet.representation.Variant variant)
          Create the order
 void sitoolsDescribe()
          Description de la ressource
 
Methods inherited from class fr.cnes.sitools.common.resource.SitoolsParameterizedResource
addStandardResponseInfo, doInit, getId, getModel, getOverrideParameterValue, getOverrideParameterValueObject, getOverrideParams, getParameterValue, getParent, setId, setModel, setParent
 
Methods inherited from class fr.cnes.sitools.common.SitoolsResource
addStandardGetRequestInfo, addStandardInternalServerErrorInfo, addStandardNotificationInfo, addStandardObjectResponseInfo, addStandardPostOrPutRequestInfo, addStandardResourceCollectionFilterInfo, addStandardSimpleResponseInfo, configure, getNotificationObject, getRepresentation, getRepresentation, getSettings, getSitoolsApplication, getSitoolsSetting, trace, trace
 
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
 
Methods inherited from interface fr.cnes.sitools.common.model.IResource
getDescription, getName
 

Constructor Detail

ServiceDatasetSearchResourceFacade

public ServiceDatasetSearchResourceFacade()
Method Detail

sitoolsDescribe

public void sitoolsDescribe()
Description de la ressource

Overrides:
sitoolsDescribe in class SitoolsParameterizedResource

describePost

public void describePost(org.restlet.ext.wadl.MethodInfo info)
Description WADL de la methode POST

Parameters:
info - The method description to update.

processSearch

@Post
public org.restlet.representation.Representation processSearch(org.restlet.representation.Representation represent,
                                                                    org.restlet.representation.Variant variant)
Create the order

Parameters:
represent - the Representation entity
variant - The Variant needed
Returns:
a representation


Copyright © 2010-2013 CNES. All Rights Reserved.