Uses of Class
org.gcube.application.aquamaps.enabling.model.DBDescriptor

Packages that use DBDescriptor
org.gcube.application.aquamaps.enabling   
org.gcube.application.aquamaps.enabling.Impl   
org.gcube.application.aquamaps.enabling.Impl.crawler   
org.gcube.application.aquamaps.enabling.model   
 

Uses of DBDescriptor in org.gcube.application.aquamaps.enabling
 

Methods in org.gcube.application.aquamaps.enabling that return DBDescriptor
 DBDescriptor Configuration.getGeoServerDb(org.gcube.common.core.scope.GCUBEScope scope)
           
 DBDescriptor Configuration.getInternalDB(org.gcube.common.core.scope.GCUBEScope scope)
           
 DBDescriptor Configuration.getPublisherDataBase(org.gcube.common.core.scope.GCUBEScope scope)
           
 

Uses of DBDescriptor in org.gcube.application.aquamaps.enabling.Impl
 

Methods in org.gcube.application.aquamaps.enabling.Impl that return DBDescriptor
 DBDescriptor ConfigurationImpl.getGeoServerDb(org.gcube.common.core.scope.GCUBEScope scope)
           
 DBDescriptor ConfigurationImpl.getInternalDB(org.gcube.common.core.scope.GCUBEScope scope)
           
 DBDescriptor ConfigurationImpl.getPublisherDataBase(org.gcube.common.core.scope.GCUBEScope scope)
           
 

Uses of DBDescriptor in org.gcube.application.aquamaps.enabling.Impl.crawler
 

Methods in org.gcube.application.aquamaps.enabling.Impl.crawler that return types with arguments of type DBDescriptor
protected static ArrayList<DBDescriptor> ISCrawler.getGISDataBase(org.gcube.common.core.scope.GCUBEScope scope)
          Query passed scope for RuntimeResources describing valid GIS Database AtomicConditions : //Profile/Category = Constants.get().getGeoServerDBCategory() //Profile/Platform/Name = Constants.get().getGeoServerDBPlatformName() Valid Access Points : EntryName = Constants.get().getGeoServerDBEntryName() Mandatory properties: Constants.get().getGeoServerDBAquaMapsDataStore() : boolean = true Constants.get().getDBMaxConnection() : integer DBDescriptor.AQUAMAPS_WORLD_TABLE
protected static ArrayList<DBDescriptor> ISCrawler.getInternalDB(org.gcube.common.core.scope.GCUBEScope scope)
          Query passed scope for RuntimeResources describing valid Internal Database AtomicConditions : //Profile/Category = Constants.get().getInternalDBCategoryName() //Profile/Platform/Name = Constants.get().getInternalDBPlatformName() Valid Access Points : EntryName = Constants.get().getInternalDBEntryName() Mandatory properties: Constants.get().getInternalDBSchemaName() : boolean = true Constants.get().getDBMaxConnection() : integer DBDescriptor.TABLESPACE_PREFIX DBDescriptor.TABLESPACE_COUNT
protected static ArrayList<DBDescriptor> ISCrawler.getPublisherDB(org.gcube.common.core.scope.GCUBEScope scope)
          Query passed scope for RuntimeResources describing valid Publisher Database AtomicConditions : //Profile/Category = Constants.get().getPublisherDBCategoryName() //Profile/Platform/Name = Constants.get().getPublisherDBPlatformName() Valid Access Points : EntryName = Constants.get().getPublisherDBEntryName() Mandatory properties: Constants.get().getPublisherDBSchemaName() : boolean = true Constants.get().getDBMaxConnection() : integer
 

Uses of DBDescriptor in org.gcube.application.aquamaps.enabling.model
 

Methods in org.gcube.application.aquamaps.enabling.model that return DBDescriptor
 DBDescriptor VODescriptor.getGeoDb()
           
 DBDescriptor VODescriptor.getInternalDB()
           
 DBDescriptor VODescriptor.getPublisherDB()
           
 

Constructors in org.gcube.application.aquamaps.enabling.model with parameters of type DBDescriptor
VODescriptor(org.gcube.common.core.scope.GCUBEScope scope, org.gcube.common.core.resources.GCUBERunningInstance runningInstance, List<GeoServerDescriptor> geoServers, DataSourceDescriptor geoNetwork, DBDescriptor internalDB, DBDescriptor geoDb, DBDescriptor publisherDB, List<org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.environments.ComputationalInfrastructure> infrastructures, HashMap<String,String> serviceConfiguration, HashMap<String,String> backendsUrl)
           
 



Copyright © 2013. All Rights Reserved.