Uses of Class
fr.cnes.sitools.resources.order.utils.ListReferencesAPI

Packages that use ListReferencesAPI
fr.cnes.sitools.resources.order   
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.order.representations   
 

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

Methods in fr.cnes.sitools.resources.order that return ListReferencesAPI
abstract  ListReferencesAPI AbstractOrderResource.listFilesToOrder()
          Abstract method to list all the files to order.
 ListReferencesAPI AbstractDatasetOrderResource.listFilesToOrder()
          Abstract method to list all the files to order.
 ListReferencesAPI OrderResource.listFilesToOrder(DatabaseRequest dbRequest)
           
abstract  ListReferencesAPI AbstractDatasetOrderResource.listFilesToOrder(DatabaseRequest dbRequest)
          Abstract method to list all the files to order.
 

Methods in fr.cnes.sitools.resources.order with parameters of type ListReferencesAPI
 org.restlet.representation.Representation DirectOrderResource.processOrder(ListReferencesAPI listReferences)
          Process the list of files to order.
 org.restlet.representation.Representation OrderResource.processOrder(ListReferencesAPI listReferences)
           
abstract  org.restlet.representation.Representation AbstractOrderResource.processOrder(ListReferencesAPI listReferences)
          Process the list of files to order
 

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

Methods in fr.cnes.sitools.resources.order.cart.common that return ListReferencesAPI
 ListReferencesAPI AbstractCartOrderResource.listFilesToOrder()
           
 

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

Methods in fr.cnes.sitools.resources.order.cart.streaming with parameters of type ListReferencesAPI
 org.restlet.representation.Representation StreamingOrderResource.processOrder(ListReferencesAPI listReferences)
           
 

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

Methods in fr.cnes.sitools.resources.order.cart.wget with parameters of type ListReferencesAPI
 org.restlet.representation.Representation WgetArchiveOrderResource.processOrder(ListReferencesAPI listReferences)
           
 org.restlet.representation.Representation WgetListFileOrderResource.processOrder(ListReferencesAPI listReferences)
           
 

Uses of ListReferencesAPI in fr.cnes.sitools.resources.order.representations
 

Constructors in fr.cnes.sitools.resources.order.representations with parameters of type ListReferencesAPI
TarOutputRepresentation(ListReferencesAPI refListAPI, org.restlet.data.ClientInfo clientInfo, org.restlet.Context context, java.lang.String fileName, boolean gzip)
          TarOutputRepresentation
ZipOutputRepresentation(ListReferencesAPI refListAPI, org.restlet.data.ClientInfo clientInfo, org.restlet.Context context, java.lang.String fileName)
           
 



Copyright © 2010-2013 CNES. All Rights Reserved.