public interface IDfSearchSourceMap
Modifier and Type | Method and Description |
---|---|
boolean |
areExternalSourcesEnabled()
Indicates whether searching on external sources is enabled.
|
int |
getAvailableSourceCount()
Gets the count of available sources.
|
IDfEnumeration |
getAvailableSources()
Provides access to an enumeration of all available sources.
|
IDfEnumeration |
getAvailableSources(int sourceType)
Provides access to an enumeration of available sources of a given type.
|
IDfSearchSource |
getSource(java.lang.String sourceName)
Provides access to an individual source.
|
boolean areExternalSourcesEnabled()
true
, if external sources can be searched; false
, otherwise.int getAvailableSourceCount() throws DfException
DfException
- if an exception happened while accessing the source map.IDfEnumeration getAvailableSources() throws DfException
DfException
- If an exception happens while accessing the source map.IDfEnumeration getAvailableSources(int sourceType) throws DfException
sourceType
- The type of the source that can be one of the following: DfException
- If an exception happens while accessing the source map.IDfSearchSource getSource(java.lang.String sourceName) throws DfException
sourceName
- The name of the source.null
if the source is unknown.DfException
- If an exception happens while accessing the source map.Copyright 1994-2023 OpenText Corporation. All rights reserved.