|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexSourceConfig
An indexSourceConfig represents the Configuration information for Content Server index sources. It should be used to retrieve the list of index sources configured in Content Server and retrieve the metadata information defined for each index source given name
Method Summary | |
---|---|
IndexSourceMetadata |
getConfiguration(java.lang.String indexSourceName)
Retrieve the IndexSourceMetadata information given an index source name |
java.util.List<java.lang.String> |
getIndexSources()
Retrieve the String names of index sources in Content Server |
Method Detail |
---|
java.util.List<java.lang.String> getIndexSources()
IndexSourceMetadata getConfiguration(java.lang.String indexSourceName)
indexSourceName
- the String name of the index source whose metadata needs to be retrieved
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |