Uses of Class
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.resourceManagement.Resource

Packages that use Resource
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server   
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.resourceManagement   
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.data   
 

Uses of Resource in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server that return types with arguments of type Resource
 Map<String,DataType<? extends Resource>> BootstrappingConfiguration.getDataTypes()
          Returns the list of available data types
 

Uses of Resource in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.resourceManagement
 

Classes in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.resourceManagement with type parameters of type Resource
 class ResourceExpression<T extends Resource>
           
 

Subclasses of Resource in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.resourceManagement
 class ForwardIndexManagementWSResource
           
 class FullTextIndexManagementWSResource
           
 class GCUBECollectionResource
           
 class GCUBEResource
           
 class GeoIndexManagementWSResource
           
 class IncrementalFTIndexUpdaterWSResource
           
 class IncrementalFWIndexUpdaterWSResource
           
 class IncrementalGeoIndexUpdaterWSResource
           
 class MetadataCollectionResource
           
 class OpenSearchWSResource
           
 class RunningInstanceResource
           
 class TreeManagerCollectionResource
           
 class WSResource
           
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.resourceManagement with type parameters of type Resource
static
<T extends Resource>
ResourceExpression<T>
ResourceManager.generateExpressionForResourceTempate(T template, boolean ignoreTemplateAttributes)
          Creates a ResourceExpression object, which represents a query for resources matching the given template resource.
<T extends Resource>
List<T>
ResourceCache.getResourcesWithGivenAttributes(T resource)
          Returns the resources having the given property values
static
<T extends Resource>
List<T>
ResourceManager.retrieveResourcesFromIS(ResourceExpression<T> resExpression)
          Retrieves all the resources in the given scope that match the given ResourceExpression.
static
<T extends Resource>
List<T>
ResourceManager.retrieveResourcesFromIS(T template, boolean ignoreTemplateAttributes)
          Retrieves all the resources in the given scope that match the defined attributes of the resource given as a template.
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.resourceManagement with parameters of type Resource
 void ResourceCache.addResourceToFetchedResourceTypesList(Resource res)
          Adds a new resource type to the list of types to retrieve
static String ResourceManager.constructQueryExpressionForResource(Resource template)
          Constructs the IS query to be sent to the ISClient, describing the given resource.
 

Uses of Resource in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.data
 

Classes in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.data with type parameters of type Resource
 class DataType<T extends Resource>
           
 



Copyright © 2013. All Rights Reserved.