public interface IDfSearchSourceContainer
Modifier and Type | Method and Description |
---|---|
void |
addSelectedSource(java.lang.String sourceName)
Adds a selected source.
|
void |
clearSelectedSources()
Removes all selected sources.
|
int |
getSelectedSourceCount()
Gets the selected source count.
|
IDfEnumeration |
getSelectedSources()
Gets an enumeration of the selected sources.
|
void |
removeSelectedSource(java.lang.String sourceName)
Removes selected source.
|
int getSelectedSourceCount()
IDfEnumeration getSelectedSources()
void addSelectedSource(java.lang.String sourceName) throws DfException
sourceName
- The name of the source to add.DfException
- If source cannot be added such as in a case if it cannot be located.void removeSelectedSource(java.lang.String sourceName) throws DfException
sourceName
- The name of the source to remove.DfException
- If a problem with accessing sources happens.void clearSelectedSources() throws DfException
DfException
- If a problem with accessing sources happens.Copyright 1994-2023 OpenText Corporation. All rights reserved.