Uses of Class
org.gcube.application.aquamaps.aquamapsservice.impl.util.isconfig.DBDescriptor

Packages that use DBDescriptor
org.gcube.application.aquamaps.aquamapsservice.impl.engine.analysis   
org.gcube.application.aquamaps.aquamapsservice.impl.engine.predictions   
org.gcube.application.aquamaps.aquamapsservice.impl.util.isconfig   
 

Uses of DBDescriptor in org.gcube.application.aquamaps.aquamapsservice.impl.engine.analysis
 

Methods in org.gcube.application.aquamaps.aquamapsservice.impl.engine.analysis with parameters of type DBDescriptor
 void Analyzer.setConfiguration(String path, DBDescriptor credentials)
           
 

Uses of DBDescriptor in org.gcube.application.aquamaps.aquamapsservice.impl.engine.predictions
 

Methods in org.gcube.application.aquamaps.aquamapsservice.impl.engine.predictions with parameters of type DBDescriptor
 void BatchGeneratorI.setConfiguration(String path, DBDescriptor credentials)
           
 void BatchGenerator.setConfiguration(String path, DBDescriptor credentials)
           
 

Constructors in org.gcube.application.aquamaps.aquamapsservice.impl.engine.predictions with parameters of type DBDescriptor
BatchGenerator(String path, DBDescriptor credentials)
           
 

Uses of DBDescriptor in org.gcube.application.aquamaps.aquamapsservice.impl.util.isconfig
 

Methods in org.gcube.application.aquamaps.aquamapsservice.impl.util.isconfig that return DBDescriptor
 DBDescriptor VODescriptor.getGeoDb()
           
 DBDescriptor VODescriptor.getInternalDB()
           
 DBDescriptor VODescriptor.getPublisherDB()
           
 

Methods in org.gcube.application.aquamaps.aquamapsservice.impl.util.isconfig that return types with arguments of type DBDescriptor
protected static List<DBDescriptor> ConfigurationManager.getGISDBDescriptor()
          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 List<DBDescriptor> ConfigurationManager.getInternalDB()
          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> ConfigurationManager.getPublisherDB()
          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
 

Constructors in org.gcube.application.aquamaps.aquamapsservice.impl.util.isconfig with parameters of type DBDescriptor
VODescriptor(String scope, List<GeoServerDescriptor> geoServers, DataSourceDescriptor geoNetwork, DBDescriptor internalDB, DBDescriptor geoDb, DBDescriptor publisherDB)
           
 



Copyright © 2014. All Rights Reserved.