| Modifier and Type | Method and Description |
|---|---|
void |
Analyzer.setConfiguration(String path,
DBDescriptor credentials) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGeneratorI.setConfiguration(String path,
DBDescriptor credentials) |
void |
BatchGenerator.setConfiguration(String path,
DBDescriptor credentials) |
| Constructor and Description |
|---|
BatchGenerator(String path,
DBDescriptor credentials) |
| Modifier and Type | Method and Description |
|---|---|
DBDescriptor |
VODescriptor.getGeoDb() |
DBDescriptor |
VODescriptor.getInternalDB() |
DBDescriptor |
VODescriptor.getPublisherDB() |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
VODescriptor(String scope,
List<GeoServerDescriptor> geoServers,
DataSourceDescriptor geoNetwork,
DBDescriptor internalDB,
DBDescriptor geoDb,
DBDescriptor publisherDB) |
Copyright © 2016. All Rights Reserved.