Uses of Class
fr.cnes.sitools.common.model.Response

Packages that use Response
fr.cnes.sitools.client   
fr.cnes.sitools.collections   
fr.cnes.sitools.common   
fr.cnes.sitools.common.task   
fr.cnes.sitools.dataset   
fr.cnes.sitools.dataset.converter   
fr.cnes.sitools.dataset.database.common   
fr.cnes.sitools.dataset.filter   
fr.cnes.sitools.dataset.opensearch   
fr.cnes.sitools.dataset.plugins.converters   
fr.cnes.sitools.dataset.plugins.filters   
fr.cnes.sitools.dataset.services   
fr.cnes.sitools.dataset.view   
fr.cnes.sitools.datasource.jdbc   
fr.cnes.sitools.datasource.jdbc.dbexplorer   
fr.cnes.sitools.datasource.mongodb   
fr.cnes.sitools.datasource.mongodb.dbexplorer   
fr.cnes.sitools.dictionary   
fr.cnes.sitools.feeds   
fr.cnes.sitools.form.components   
fr.cnes.sitools.form.dataset   
fr.cnes.sitools.form.project   
fr.cnes.sitools.inscription   
fr.cnes.sitools.mail   
fr.cnes.sitools.order Copyright 2010-2014 CNES - CENTRE NATIONAL d'ETUDES SPATIALES This file is part of SITools2. 
fr.cnes.sitools.plugins.applications   
fr.cnes.sitools.plugins.filters   
fr.cnes.sitools.plugins.guiservices.declare   
fr.cnes.sitools.plugins.guiservices.implement   
fr.cnes.sitools.plugins.resources   
fr.cnes.sitools.portal   
fr.cnes.sitools.portal.multidatasets.opensearch   
fr.cnes.sitools.project   
fr.cnes.sitools.project.graph   
fr.cnes.sitools.project.modules   
fr.cnes.sitools.registry   
fr.cnes.sitools.role   
fr.cnes.sitools.security   
fr.cnes.sitools.security.authorization   
fr.cnes.sitools.security.userblacklist   
fr.cnes.sitools.service.storage   
fr.cnes.sitools.units.dimension   
fr.cnes.sitools.userstorage   
fr.cnes.sitools.util   
 

Uses of Response in fr.cnes.sitools.client
 

Methods in fr.cnes.sitools.client with parameters of type Response
 org.restlet.representation.Representation SitoolsVersionResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Gets representation according to the specified MediaType.
 

Uses of Response in fr.cnes.sitools.collections
 

Methods in fr.cnes.sitools.collections with parameters of type Response
 org.restlet.representation.Representation AbstractCollectionsResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 

Uses of Response in fr.cnes.sitools.common
 

Methods in fr.cnes.sitools.common with parameters of type Response
 void SitoolsResource.configure(com.thoughtworks.xstream.XStream xstream, Response response)
          Configure the XStream
static void SitoolsRepresentations.configure(com.thoughtworks.xstream.XStream xstream, Response response)
          XStream configuration depending on response content.
 void AbstractPluginResource.configure(com.thoughtworks.xstream.XStream xstream, Response response)
          Configure the XStream
 org.restlet.representation.Representation SitoolsResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Get a representation of the object
 org.restlet.representation.Representation SitoolsResource.getRepresentation(Response response, org.restlet.representation.Variant variant)
          Gets representation according to the specified Variant if present.
static org.restlet.representation.Representation SitoolsRepresentations.getRepresentation(Response response, org.restlet.representation.Variant variant, org.restlet.Context context)
          Gets the Response Representation (XML / JSON) according to the given variant
 

Uses of Response in fr.cnes.sitools.common.task
 

Methods in fr.cnes.sitools.common.task that return Response
 Response RequestDispatcherTask.getTaskResponse()
          Final Response.
 

Uses of Response in fr.cnes.sitools.dataset
 

Methods in fr.cnes.sitools.dataset with parameters of type Response
 org.restlet.representation.Representation DataSetListFeedsResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Encode a response into a Representation according to the given media type.
 org.restlet.representation.Representation DataSetExpositionResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Encode a response into a Representation according to the given media type.
 org.restlet.representation.Representation AbstractDataSetResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Encode a response into a Representation according to the given media type.
 

Uses of Response in fr.cnes.sitools.dataset.converter
 

Methods in fr.cnes.sitools.dataset.converter with parameters of type Response
 void AbstractConverterResource.configure(com.thoughtworks.xstream.XStream xstream, Response response)
          Configure the XStream
 org.restlet.representation.Representation AbstractConverterResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Gets representation according to the specified MediaType.
 

Uses of Response in fr.cnes.sitools.dataset.database.common
 

Methods in fr.cnes.sitools.dataset.database.common with parameters of type Response
 org.restlet.representation.Representation DataSetExplorerResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          XStream aliases are personalized for each resource.
 

Uses of Response in fr.cnes.sitools.dataset.filter
 

Methods in fr.cnes.sitools.dataset.filter with parameters of type Response
 void AbstractFilterResource.configure(com.thoughtworks.xstream.XStream xstream, Response response)
          Configure the XStream
 org.restlet.representation.Representation AbstractFilterResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Gets representation according to the specified MediaType.
 

Uses of Response in fr.cnes.sitools.dataset.opensearch
 

Methods in fr.cnes.sitools.dataset.opensearch with parameters of type Response
 org.restlet.representation.Representation AbstractSearchResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Gets representation according to the specified MediaType.
 

Uses of Response in fr.cnes.sitools.dataset.plugins.converters
 

Methods in fr.cnes.sitools.dataset.plugins.converters with parameters of type Response
 org.restlet.representation.Representation ConverterPluginsCollectionResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 

Uses of Response in fr.cnes.sitools.dataset.plugins.filters
 

Methods in fr.cnes.sitools.dataset.plugins.filters with parameters of type Response
 org.restlet.representation.Representation FilterPluginsResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 org.restlet.representation.Representation FilterPluginsCollectionResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 org.restlet.representation.Representation FilterPluginsResource.getRepresentation(Response response, org.restlet.representation.Variant variant)
          Gets representation according to the specified Variant if present.
 org.restlet.representation.Representation FilterPluginsCollectionResource.getRepresentation(Response response, org.restlet.representation.Variant variant)
          Gets representation according to the specified Variant if present.
 

Uses of Response in fr.cnes.sitools.dataset.services
 

Methods in fr.cnes.sitools.dataset.services that return Response
 Response AbstractServerServiceResource.handleResourceModelCall(ResourceModelDTO object, java.lang.String url, org.restlet.Context context, org.restlet.data.Method method)
          Persist a given T object to the given url
 

Methods in fr.cnes.sitools.dataset.services with parameters of type Response
 org.restlet.representation.Representation AbstractServerServiceResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Gets representation according to the specified MediaType.
 org.restlet.representation.Representation AbstractServiceResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 

Uses of Response in fr.cnes.sitools.dataset.view
 

Methods in fr.cnes.sitools.dataset.view with parameters of type Response
 org.restlet.representation.Representation AbstractDatasetViewResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 

Uses of Response in fr.cnes.sitools.datasource.jdbc
 

Methods in fr.cnes.sitools.datasource.jdbc that return Response
 Response ActivationDataSourceResource.testDataSourceConnection(JDBCDataSource ds)
          Testing connections
 

Methods in fr.cnes.sitools.datasource.jdbc with parameters of type Response
 org.restlet.representation.Representation AbstractDataSourceResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Get the representation
 

Uses of Response in fr.cnes.sitools.datasource.jdbc.dbexplorer
 

Methods in fr.cnes.sitools.datasource.jdbc.dbexplorer with parameters of type Response
 org.restlet.representation.Representation DBExplorerResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          XStream aliases are personalized for each resources
 

Uses of Response in fr.cnes.sitools.datasource.mongodb
 

Methods in fr.cnes.sitools.datasource.mongodb with parameters of type Response
 org.restlet.representation.Representation AbstractDataSourceResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Get the representation
 

Uses of Response in fr.cnes.sitools.datasource.mongodb.dbexplorer
 

Methods in fr.cnes.sitools.datasource.mongodb.dbexplorer with parameters of type Response
 void MongoDBExplorerResource.configure(com.thoughtworks.xstream.XStream xstream, Response response)
          Configure the XStream
 

Uses of Response in fr.cnes.sitools.dictionary
 

Methods in fr.cnes.sitools.dictionary with parameters of type Response
 void AbstractDictionaryResource.configure(com.thoughtworks.xstream.XStream xstream, Response response)
          Configure XStream mapping for xml and json serialization TODO Optimisation possible au lieu de créer à chaque fois une instance de XStream conserver 4 instances d'XStream correspondant aux 4 combinaisons possibles : classe retournée (Dictionary, Notion) et type (data / item)
 void AbstractConceptTemplateResource.configure(com.thoughtworks.xstream.XStream xstream, Response response)
          Configure XStream mapping for xml and json serialization TODO Optimisation possible au lieu de créer à chaque fois une instance de XStream conserver 4 instances d'XStream correspondant aux 4 combinaisons possibles : classe retournée (ConceptTemplate, Property) et type (data / item)
 org.restlet.representation.Representation AbstractDictionaryResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Encode a response into a Representation according to the given media type.
 

Uses of Response in fr.cnes.sitools.feeds
 

Methods in fr.cnes.sitools.feeds that return Response
 Response AbstractFeedsResource.validateFeed(FeedModel feedsInput)
          Check that the name is unique over the feeds collection
 

Methods in fr.cnes.sitools.feeds with parameters of type Response
 org.restlet.representation.Representation AbstractFeedsResource.getRepresentation(Response response, org.restlet.data.MediaType media, boolean omitEntries)
          Response to Representation
 org.restlet.representation.Representation AbstractFeedsResource.getRepresentation(Response response, org.restlet.representation.Variant variant, boolean omitEntries)
          Gets representation according to the specified Variant if present.
 

Uses of Response in fr.cnes.sitools.form.components
 

Methods in fr.cnes.sitools.form.components with parameters of type Response
 org.restlet.representation.Representation AbstractFormComponentsResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 

Uses of Response in fr.cnes.sitools.form.dataset
 

Methods in fr.cnes.sitools.form.dataset with parameters of type Response
 org.restlet.representation.Representation AbstractFormResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 

Uses of Response in fr.cnes.sitools.form.project
 

Methods in fr.cnes.sitools.form.project with parameters of type Response
 org.restlet.representation.Representation AbstractFormProjectResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 

Uses of Response in fr.cnes.sitools.inscription
 

Methods in fr.cnes.sitools.inscription with parameters of type Response
 void InscriptionResource.configure(com.thoughtworks.xstream.XStream xstream, Response response)
          Configure XStream for object serialization
 

Uses of Response in fr.cnes.sitools.mail
 

Methods in fr.cnes.sitools.mail with parameters of type Response
 org.restlet.representation.Representation MailResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 

Uses of Response in fr.cnes.sitools.order
 

Methods in fr.cnes.sitools.order with parameters of type Response
 void UserOrderResource.configure(com.thoughtworks.xstream.XStream xstream, Response response)
          Configure the XStream
 org.restlet.representation.Representation AbstractOrderResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Gets representation according to the specified mediaType.
 

Uses of Response in fr.cnes.sitools.plugins.applications
 

Methods in fr.cnes.sitools.plugins.applications with parameters of type Response
 org.restlet.representation.Representation ApplicationPluginListingResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 org.restlet.representation.Representation AbstractApplicationPluginCommonResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Gets representation according to the specified MediaType.
 org.restlet.representation.Representation ApplicationPluginListingCollectionResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 

Uses of Response in fr.cnes.sitools.plugins.filters
 

Methods in fr.cnes.sitools.plugins.filters with parameters of type Response
 org.restlet.representation.Representation AbstractFilterPluginResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Gets representation according to the specified MediaType.
 

Uses of Response in fr.cnes.sitools.plugins.guiservices.declare
 

Methods in fr.cnes.sitools.plugins.guiservices.declare with parameters of type Response
 org.restlet.representation.Representation AbstractGuiServiceResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 

Uses of Response in fr.cnes.sitools.plugins.guiservices.implement
 

Methods in fr.cnes.sitools.plugins.guiservices.implement with parameters of type Response
 org.restlet.representation.Representation AbstractGuiServicePluginResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 

Uses of Response in fr.cnes.sitools.plugins.resources
 

Methods in fr.cnes.sitools.plugins.resources with parameters of type Response
 org.restlet.representation.Representation AbstractResourcePluginResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Gets representation according to the specified MediaType.
 

Uses of Response in fr.cnes.sitools.portal
 

Methods in fr.cnes.sitools.portal with parameters of type Response
 void AbstractPortalResource.configure(com.thoughtworks.xstream.XStream xstream, Response response)
          Configure XStream mapping for xml and json serialisation
 org.restlet.representation.Representation AbstractPortalResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Gets a representation according to the requested media
 org.restlet.representation.Representation PortalProjectsCollectionResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 org.restlet.representation.Representation PortalProjectResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 org.restlet.representation.Representation AbstractPortalResource.getRepresentation(Response response, org.restlet.representation.Variant variant)
          Gets representation according to the specified Variant if present.
 

Uses of Response in fr.cnes.sitools.portal.multidatasets.opensearch
 

Methods in fr.cnes.sitools.portal.multidatasets.opensearch with parameters of type Response
 org.restlet.representation.Representation MutliDsOsCollectionResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 

Uses of Response in fr.cnes.sitools.project
 

Methods in fr.cnes.sitools.project that return Response
 Response AbstractProjectResource.checkUnicity(Project projectInput, boolean includeProjectInput)
          Check that the name and the sitoolsUserAttachment are unique over the project collection includeProjectInput is used to specify whether or not to include projectInput in the verification process ( for example when updating a project )
 

Methods in fr.cnes.sitools.project with parameters of type Response
 org.restlet.representation.Representation ProjectExpositionResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 org.restlet.representation.Representation AbstractProjectResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 

Uses of Response in fr.cnes.sitools.project.graph
 

Methods in fr.cnes.sitools.project.graph with parameters of type Response
 void GraphResource.configure(com.thoughtworks.xstream.XStream xstream, Response response)
          Sets the xstream parameters
 org.restlet.representation.Representation AbstractGraphResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 

Uses of Response in fr.cnes.sitools.project.modules
 

Methods in fr.cnes.sitools.project.modules with parameters of type Response
 org.restlet.representation.Representation AbstractProjectModuleResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Response to Representation
 

Uses of Response in fr.cnes.sitools.registry
 

Methods in fr.cnes.sitools.registry with parameters of type Response
 org.restlet.representation.Representation AppRegistryAbstractResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Get object representation
 

Uses of Response in fr.cnes.sitools.role
 

Methods in fr.cnes.sitools.role with parameters of type Response
 org.restlet.representation.Representation AbstractRoleResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Gets a representation according to the requested media
 

Uses of Response in fr.cnes.sitools.security
 

Methods in fr.cnes.sitools.security with parameters of type Response
 org.restlet.representation.Representation UsersAndGroupsResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Gets representation according to the specified media type.
 

Uses of Response in fr.cnes.sitools.security.authorization
 

Methods in fr.cnes.sitools.security.authorization with parameters of type Response
 void AbstractAuthorizationResource.configure(com.thoughtworks.xstream.XStream xstream, Response response)
          XStream configuration for Response object mapping
 

Uses of Response in fr.cnes.sitools.security.userblacklist
 

Methods in fr.cnes.sitools.security.userblacklist with parameters of type Response
 org.restlet.representation.Representation AbstractUserBlackListResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Encode a response into a Representation according to the given media type.
 

Uses of Response in fr.cnes.sitools.service.storage
 

Methods in fr.cnes.sitools.service.storage with parameters of type Response
 org.restlet.representation.Representation AbstractStorageResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Gets representation according to the specified MediaType.
 

Uses of Response in fr.cnes.sitools.units.dimension
 

Methods in fr.cnes.sitools.units.dimension with parameters of type Response
 void UnitConvertersCollectionResource.configure(com.thoughtworks.xstream.XStream xstream, Response response)
           
 void DimensionResource.configure(com.thoughtworks.xstream.XStream xstream, Response response)
           
 org.restlet.representation.Representation AbstractDimensionResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Gets representation according to the specified MediaType.
 

Uses of Response in fr.cnes.sitools.userstorage
 

Methods in fr.cnes.sitools.userstorage with parameters of type Response
 org.restlet.representation.Representation AbstractUserStorageResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Get a representation of the object
 org.restlet.representation.Representation UserStorageStatusResource.getRepresentation(Response response, org.restlet.data.MediaType media)
          Get a representation of the object
 

Uses of Response in fr.cnes.sitools.util
 

Methods in fr.cnes.sitools.util that return Response
static Response RIAPUtils.handleParseResponse(java.lang.String url, org.restlet.data.Method method, org.restlet.data.MediaType mediaType, org.restlet.Context context)
          Handle a call with the RIAP protocol without entity, parse the response and return a Response
static Response RIAPUtils.handleParseResponse(java.lang.String url, org.restlet.representation.Representation entity, org.restlet.data.Method method, org.restlet.data.MediaType mediaType, org.restlet.Context context)
          Handle a call with the RIAP protocol with entity , parse the response and return a Response object
 



Copyright © 2010-2013 CNES. All Rights Reserved.