Package | Description |
---|---|
com.documentum.fc.client.search |
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
|
Modifier and Type | Method and Description |
---|---|
IDfQueryProcessor |
IDfSearchService.newQueryProcessor(IDfQueryDefinition query,
boolean removeDuplicate)
Creates a new IDfQueryProcessor.
|
Modifier and Type | Method and Description |
---|---|
void |
IDfQueryListener.onQueryCompleted(IDfQueryProcessor processor)
This method is called when the query execution finished (whether sucessfully or with errors).
|
void |
DfGenericQueryListener.onQueryCompleted(IDfQueryProcessor processor) |
void |
IDfQueryListener.onResultChange(IDfQueryProcessor processor,
int from,
int to)
This method is called when new results has been received from the sources.
|
void |
DfGenericQueryListener.onResultChange(IDfQueryProcessor processor,
int from,
int to) |
void |
IDfQueryListener.onStatusChange(IDfQueryProcessor processor,
IDfQueryEvent event)
This method is called when an event occurs (error or information).
|
void |
DfGenericQueryListener.onStatusChange(IDfQueryProcessor processor,
IDfQueryEvent event) |
Copyright 1994-2023 OpenText Corporation. All rights reserved.