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

Packages that use Resource
fr.cnes.sitools.collections.model   
fr.cnes.sitools.common.application   
fr.cnes.sitools.dataset.dto   
fr.cnes.sitools.dataset.model   
fr.cnes.sitools.dataset.opensearch.model   
fr.cnes.sitools.datasource.common   
fr.cnes.sitools.datasource.jdbc.model   
fr.cnes.sitools.datasource.mongodb.model   
fr.cnes.sitools.feeds.model   
fr.cnes.sitools.form.project.dto   
fr.cnes.sitools.form.project.model   
fr.cnes.sitools.form.project.services.dto   
fr.cnes.sitools.portal.model   
fr.cnes.sitools.project   
fr.cnes.sitools.project.graph.model   
fr.cnes.sitools.project.model   
fr.cnes.sitools.registry.model   
fr.cnes.sitools.role.model   
fr.cnes.sitools.security.model   
 

Uses of Resource in fr.cnes.sitools.collections.model
 

Methods in fr.cnes.sitools.collections.model that return types with arguments of type Resource
 java.util.List<Resource> Collection.getDataSets()
          Gets the dataSets value
 

Method parameters in fr.cnes.sitools.collections.model with type arguments of type Resource
 void Collection.setDataSets(java.util.List<Resource> dataSets)
          Sets the value of dataSets
 

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

Methods in fr.cnes.sitools.common.application that return Resource
 Resource SitoolsApplication.wrapToResource()
          Resource Representation of the application.
 

Uses of Resource in fr.cnes.sitools.dataset.dto
 

Methods in fr.cnes.sitools.dataset.dto that return Resource
 Resource DataSetExpositionDTO.getImage()
          Gets the image value
 

Methods in fr.cnes.sitools.dataset.dto with parameters of type Resource
 void DataSetExpositionDTO.setImage(Resource image)
          Sets the value of image
 

Uses of Resource in fr.cnes.sitools.dataset.model
 

Methods in fr.cnes.sitools.dataset.model that return Resource
 Resource DataSet.getDatasource()
          Gets the DataSource value
 Resource ColumnRenderer.getImage()
          Gets the image value
 Resource DataSet.getImage()
          Gets the image value
 

Methods in fr.cnes.sitools.dataset.model that return types with arguments of type Resource
 java.util.List<Resource> DataSet.getExpositions()
          Gets the expositions value
 

Methods in fr.cnes.sitools.dataset.model with parameters of type Resource
 void DataSet.setDatasource(Resource datasource)
          Sets the value of DataSource
 void ColumnRenderer.setImage(Resource image)
          Sets the value of image
 void DataSet.setImage(Resource image)
          Sets the value of image
 

Method parameters in fr.cnes.sitools.dataset.model with type arguments of type Resource
 void DataSet.setExpositions(java.util.List<Resource> expositions)
          Sets the value of expositions
 

Uses of Resource in fr.cnes.sitools.dataset.opensearch.model
 

Methods in fr.cnes.sitools.dataset.opensearch.model that return Resource
 Resource Opensearch.getImage()
          Gets the image value
 

Methods in fr.cnes.sitools.dataset.opensearch.model with parameters of type Resource
 void Opensearch.setImage(Resource image)
          Sets the value of image
 

Uses of Resource in fr.cnes.sitools.datasource.common
 

Methods in fr.cnes.sitools.datasource.common that return Resource
abstract  Resource SitoolsDataSourceModel.wrap()
          Utility to wrap the MongoDBDataSource to a generic resource
 

Uses of Resource in fr.cnes.sitools.datasource.jdbc.model
 

Methods in fr.cnes.sitools.datasource.jdbc.model that return Resource
 Resource JDBCDataSource.wrap()
          Utility to wrap the JDBCDataSource to a generic resource
 

Uses of Resource in fr.cnes.sitools.datasource.mongodb.model
 

Methods in fr.cnes.sitools.datasource.mongodb.model that return Resource
 Resource MongoDBDataSource.wrap()
           
 

Uses of Resource in fr.cnes.sitools.feeds.model
 

Methods in fr.cnes.sitools.feeds.model that return Resource
 Resource FeedEntryModel.getImage()
          Gets the image value
 Resource FeedModel.getImage()
          Gets the image value
 

Methods in fr.cnes.sitools.feeds.model with parameters of type Resource
 void FeedEntryModel.setImage(Resource image)
          Sets the value of image
 void FeedModel.setImage(Resource image)
          Sets the value of image
 

Uses of Resource in fr.cnes.sitools.form.project.dto
 

Methods in fr.cnes.sitools.form.project.dto that return Resource
 Resource FormProjectAdminDTO.getCollection()
          Gets the collection value
 Resource FormProjectAdminDTO.getDictionary()
          Gets the dictionary value
 

Methods in fr.cnes.sitools.form.project.dto with parameters of type Resource
 void FormProjectAdminDTO.setCollection(Resource collection)
          Sets the value of collection
 void FormProjectAdminDTO.setDictionary(Resource dictionary)
          Sets the value of dictionary
 

Uses of Resource in fr.cnes.sitools.form.project.model
 

Methods in fr.cnes.sitools.form.project.model that return Resource
 Resource FormProject.getCollection()
          Gets the collection value
 Resource FormProject.getDictionary()
          Gets the dictionary value
 

Methods in fr.cnes.sitools.form.project.model with parameters of type Resource
 void FormProject.setCollection(Resource collection)
          Sets the value of collection
 void FormProject.setDictionary(Resource dictionary)
          Sets the value of dictionary
 

Uses of Resource in fr.cnes.sitools.form.project.services.dto
 

Methods in fr.cnes.sitools.form.project.services.dto that return Resource
 Resource DataSetQueryStatusDTO.getImage()
          Gets the image value
 

Methods in fr.cnes.sitools.form.project.services.dto with parameters of type Resource
 void DataSetQueryStatusDTO.setImage(Resource image)
          Sets the value of image
 

Uses of Resource in fr.cnes.sitools.portal.model
 

Subclasses of Resource in fr.cnes.sitools.portal.model
 class Portal
          Portal resource
 

Uses of Resource in fr.cnes.sitools.project
 

Methods in fr.cnes.sitools.project that return Resource
 Resource AbstractProjectResource.getObjectResource(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
          Get the object from the representation
 

Uses of Resource in fr.cnes.sitools.project.graph.model
 

Methods in fr.cnes.sitools.project.graph.model that return Resource
 Resource GraphNodeComplete.getImage()
          Gets the image value
 Resource GraphNode.getImage()
          Gets the image value
 

Methods in fr.cnes.sitools.project.graph.model with parameters of type Resource
 void GraphNodeComplete.setImage(Resource image)
          Sets the value of image
 void GraphNode.setImage(Resource image)
          Sets the value of image
 

Uses of Resource in fr.cnes.sitools.project.model
 

Subclasses of Resource in fr.cnes.sitools.project.model
 class ProjectModule
          The configuration of a projectModule in a Project.
 

Methods in fr.cnes.sitools.project.model that return Resource
 Resource[] Project.getDataSetsArray()
          Facilities with Arrays
 Resource Project.getImage()
          Gets the image value
 

Methods in fr.cnes.sitools.project.model that return types with arguments of type Resource
 java.util.List<Resource> Project.getDataSets()
          Gets the dataSets value
 

Methods in fr.cnes.sitools.project.model with parameters of type Resource
 void Project.setDataSetsArray(Resource[] resources)
          Sets the array of dataset resources
 void Project.setImage(Resource image)
          Sets the value of image
 

Method parameters in fr.cnes.sitools.project.model with type arguments of type Resource
 void Project.setDataSets(java.util.List<Resource> dataSets)
          Sets the value of dataSets
 

Uses of Resource in fr.cnes.sitools.registry.model
 

Methods in fr.cnes.sitools.registry.model that return types with arguments of type Resource
 java.util.ArrayList<Resource> AppRegistry.getResources()
          Gets the resources value
 

Method parameters in fr.cnes.sitools.registry.model with type arguments of type Resource
 void AppRegistry.setResources(java.util.ArrayList<Resource> resources)
          Sets the value of resources
 

Uses of Resource in fr.cnes.sitools.role.model
 

Methods in fr.cnes.sitools.role.model that return types with arguments of type Resource
 java.util.List<Resource> Role.getGroups()
          Gets the groups value
 java.util.List<Resource> Role.getUsers()
          Gets the users value
 

Method parameters in fr.cnes.sitools.role.model with type arguments of type Resource
 void Role.setGroups(java.util.List<Resource> groups)
          Sets the value of groups
 void Role.setUsers(java.util.List<Resource> users)
          Sets the value of users
 

Uses of Resource in fr.cnes.sitools.security.model
 

Methods in fr.cnes.sitools.security.model that return types with arguments of type Resource
 java.util.ArrayList<Resource> Group.getUsers()
          Gets the users value
 

Method parameters in fr.cnes.sitools.security.model with type arguments of type Resource
 void Group.setUsers(java.util.ArrayList<Resource> users)
          Sets the value of users
 



Copyright © 2010-2013 CNES. All Rights Reserved.