Uses of Class
fr.cnes.sitools.common.resource.SitoolsParameterizedResource

Packages that use SitoolsParameterizedResource
fr.cnes.sitools.common.application   
fr.cnes.sitools.form.project.services   
fr.cnes.sitools.resources.csv   
fr.cnes.sitools.resources.geojson   
fr.cnes.sitools.resources.html   
fr.cnes.sitools.resources.order   
fr.cnes.sitools.resources.order.cart   
fr.cnes.sitools.resources.order.cart.common   
fr.cnes.sitools.resources.order.cart.streaming   
fr.cnes.sitools.resources.order.cart.wget   
fr.cnes.sitools.resources.programs   
fr.cnes.sitools.tasks   
 

Uses of SitoolsParameterizedResource in fr.cnes.sitools.common.application
 

Methods in fr.cnes.sitools.common.application with parameters of type SitoolsParameterizedResource
 void SitoolsParameterizedApplication.detachParameterizedResource(SitoolsParameterizedResource resource)
          Method to detach the resource from the application
 

Uses of SitoolsParameterizedResource in fr.cnes.sitools.form.project.services
 

Subclasses of SitoolsParameterizedResource in fr.cnes.sitools.form.project.services
 class ServiceDatasetSearchResource
          Multidataset search service Gets a list of dataset identifier and return the datasets description with the number of records
 class ServiceDatasetSearchResourceFacade
          Facade for a resource to Perform a multidataset search on a collection of dataset
 class ServicePropertiesSearchResource
          Multidataset properties search service Calls the properties search on each dataset and return all the datasets corresponding to the properties
 

Uses of SitoolsParameterizedResource in fr.cnes.sitools.resources.csv
 

Subclasses of SitoolsParameterizedResource in fr.cnes.sitools.resources.csv
 class CsvResource
          HTML resource
 

Uses of SitoolsParameterizedResource in fr.cnes.sitools.resources.geojson
 

Subclasses of SitoolsParameterizedResource in fr.cnes.sitools.resources.geojson
 class AbstractJeoSearchResource
          Abstract class for JeoSearch Resource
 class JeoSearchResourceMongoDB
          Classic implementation of JeoSearch resource
 class JeoSearchResourcePostGis
          Classic implementation of JeoSearch resource
 

Uses of SitoolsParameterizedResource in fr.cnes.sitools.resources.html
 

Subclasses of SitoolsParameterizedResource in fr.cnes.sitools.resources.html
 class HtmlResource
          HTML resource
 

Uses of SitoolsParameterizedResource in fr.cnes.sitools.resources.order
 

Subclasses of SitoolsParameterizedResource in fr.cnes.sitools.resources.order
 class AbstractDatasetOrderResource
           
 class AbstractOrderResource
          Abstract Resource to handle Orders Developer must implement public abstract ListReferencesAPI listFilesToOrder(DatabaseRequest dbRequest) throws SitoolsException; and public abstract Representation processOrder(ListReferencesAPI listReferences) throws SitoolsException;
 class DirectOrderResource
          OrderResource to order files and create an archive file 'on the fly' Multiple archive format are available including ZIP, TAR or TAR.GZ
 class OrderResource
          Default OrderResource implementation.
 class OrderResourceFacade
          Facade for OrderResource
 

Uses of SitoolsParameterizedResource in fr.cnes.sitools.resources.order.cart
 

Subclasses of SitoolsParameterizedResource in fr.cnes.sitools.resources.order.cart
 class CartResource
          Cart resource
 

Uses of SitoolsParameterizedResource in fr.cnes.sitools.resources.order.cart.common
 

Subclasses of SitoolsParameterizedResource in fr.cnes.sitools.resources.order.cart.common
 class AbstractCartOrderResource
          Abstract class to override for your own CartOrder process
 class CartOrderResourceFacade
          Facade for OrderResource
 

Uses of SitoolsParameterizedResource in fr.cnes.sitools.resources.order.cart.streaming
 

Subclasses of SitoolsParameterizedResource in fr.cnes.sitools.resources.order.cart.streaming
 class StreamingOrderResource
           
 

Uses of SitoolsParameterizedResource in fr.cnes.sitools.resources.order.cart.wget
 

Subclasses of SitoolsParameterizedResource in fr.cnes.sitools.resources.order.cart.wget
 class WgetArchiveOrderResource
           
 class WgetListFileOrderResource
           
 

Uses of SitoolsParameterizedResource in fr.cnes.sitools.resources.programs
 

Subclasses of SitoolsParameterizedResource in fr.cnes.sitools.resources.programs
 class CommandLineService
          Generic Command line service incubator TODO Improving file management (without files in pure streaming ?)
 class SitoolsAnalogService
          Sitools analysis log service with Analog
 class UlisseTalendJobResource
          Program resource to launch programs
 

Uses of SitoolsParameterizedResource in fr.cnes.sitools.tasks
 

Methods in fr.cnes.sitools.tasks that return SitoolsParameterizedResource
static SitoolsParameterizedResource TaskUtils.getDataSetApplication(org.restlet.Context context)
          Gets the DataSetApplication contained in the Context
 

Methods in fr.cnes.sitools.tasks with parameters of type SitoolsParameterizedResource
static org.restlet.representation.Representation TaskUtils.execute(SitoolsParameterizedResource resource, org.restlet.representation.Variant variant)
          Execute a task described in the given resource It can be executed either synchronously or asynchronously depending on the runType request and Resource parameter
 



Copyright © 2010-2013 CNES. All Rights Reserved.