|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.context.Configuration com.esri.gpt.catalog.context.CatalogConfiguration
public class CatalogConfiguration
Catalog configuration information.
Constructor Summary | |
---|---|
CatalogConfiguration()
Default constructor. |
Method Summary | |
---|---|
ImsCatalog |
getArcImsCatalog()
Gets the configured ArcIMS catalog. |
Schemas |
getConfiguredSchemas()
Gets the configured schemas. |
TocCollection |
getConfiguredTocs()
Loads the configured tocs |
String |
getHarvestingHistoryTableName()
Gets the harvesting history table name. |
String |
getHarvestingJobsCompletedTableName()
Gets completed harvesting jobs table name. |
String |
getHarvestingJobsPendingTableName()
Gets pending harvesting jobs table name. |
LuceneConfig |
getLuceneConfig()
Gets the Lucene configuration. |
String |
getMvsTablePrefix()
Gets the prefix used for MVS table names. |
StringAttributeMap |
getParameters()
Gets the map generally configured paramaters. |
String |
getResourceDataTableName()
Gets resource data table name. |
String |
getResourceTableName()
Gets resource table name. |
SearchConfig |
getSearchConfig()
Gets the search config. |
String |
getSearchTableName()
Gets the name of the saved search table. |
String |
getTablePrefix()
Gets the prefix used for table names. |
String |
getUserTableName()
Gets the name of the user table. |
CatalogIndexAdapter |
makeCatalogIndexAdapter(RequestContext context)
Makes a catalog index adapter. |
DiscoveryQueryAdapter |
newDiscoveryQueryAdapter()
Instantiates a new discovery query adapter. |
void |
setMvsTablePrefix(String prefix)
Sets the prefix used for MVS table names. |
void |
setSearchConfig(SearchConfig searchConfig)
Sets the search config. |
void |
setTablePrefix(String prefix)
Sets the prefix used for table names. |
String |
toString()
Returns the string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CatalogConfiguration()
Method Detail |
---|
public ImsCatalog getArcImsCatalog()
public Schemas getConfiguredSchemas()
public TocCollection getConfiguredTocs()
public String getHarvestingHistoryTableName()
public String getHarvestingJobsPendingTableName()
public String getHarvestingJobsCompletedTableName()
public LuceneConfig getLuceneConfig()
public String getResourceTableName()
public String getResourceDataTableName()
public String getMvsTablePrefix()
public void setMvsTablePrefix(String prefix)
prefix
- the prefixpublic StringAttributeMap getParameters()
public SearchConfig getSearchConfig()
public void setSearchConfig(SearchConfig searchConfig)
searchConfig
- the new search configpublic String getSearchTableName()
public String getTablePrefix()
public void setTablePrefix(String prefix)
prefix
- the prefixpublic String getUserTableName()
public CatalogIndexAdapter makeCatalogIndexAdapter(RequestContext context)
context
- the request context
public DiscoveryQueryAdapter newDiscoveryQueryAdapter()
public String toString()
toString
in class Object
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |