| Name | Description | Type | Package | Framework |
| DfApplicationContext | Using this class, the client application can pass information along with the query. | Class | com.documentum.fc.client.search | Documentum |
| DfConfigurationException | This exception is thrown in case of a possible configuration issue of the ECIS adpaters when doing a search. | Class | com.documentum.fc.client.search | Documentum |
| DfExpressionFactory | Factory to create search expressionsConstructor SummaryDfExpressionFactory() | Class | com.documentum.fc.client.search | Documentum |
| DfExpressionVisitor | Abstract visitor used to visit an IDfExpression. | Class | com.documentum.fc.client.search | Documentum |
| DfFacetDefinition | This class define a facet to be computed by the search service. | Class | com.documentum.fc.client.search | Documentum |
| DfFacetDefinition .ORDER | Define the order of the facet value in the returned facets. | Class | com.documentum.fc.client.search | Documentum |
| DfFacetFactory | Factory to create facets and facet values. | Class | com.documentum.fc.client.search | Documentum |
| DfFilterException | An exception raised by a filter. | Class | com.documentum.fc.client.search.filter | Documentum |
| DfFilterException .FilterExceptionType | Class | com.documentum.fc.client.search.filter | Documentum | |
| DfGenericQueryListener | Empty implementation of IDfQueryListener. | Class | com.documentum.fc.client.search | Documentum |
| DfQueryFormatException | This exception is thrown when format of a stored query cannot be recognized. | Class | com.documentum.fc.client.search | Documentum |
| DfQueryGenerationException | This exception is thrown when unexpected condition is discovered during query generation process. | Class | com.documentum.fc.client.search | Documentum |
| DfResultContentException | This exception is thrown during the retrieval of a result content. | Class | com.documentum.fc.client.search | Documentum |
| DfResultEntryFactory | Factory to create IDfResultEntry. | Class | com.documentum.fc.client.search | Documentum |
| DfSearchException | This exception is a base exception for the com. | Class | com.documentum.fc.client.search | Documentum |
| DfSearchLoginException | This exception is thrown when credentials are invalid. | Class | com.documentum.fc.client.search | Documentum |
| DfUnreachableLocationException | This exception is thrown when the target location is unreachable. | Class | com.documentum.fc.client.search | Documentum |
| IDfAttrExpression | Defines a base interface for the attribute search expression. | Interface | com.documentum.fc.client.search | Documentum |
| IDfCompletionFilter | A filter implements this interface to be notify of the query completion. | Interface | com.documentum.fc.client.search.filter | Documentum |
| IDfContext | Context for filters. | Interface | com.documentum.fc.client.search.filter | Documentum |
| IDfExpression | Defines a search expression. | Interface | com.documentum.fc.client.search | Documentum |
| IDfExpressionScope | Defines a specific expression within a searched source. | Interface | com.documentum.fc.client.search | Documentum |
| IDfExpressionSet | Defines a set of search expressions. | Interface | com.documentum.fc.client.search | Documentum |
| IDfFacet | Represents a facet that has been computed by the Indexer. | Interface | com.documentum.fc.client.search | Documentum |
| IDfFacetFilter | A filter can implement this interface to transform facets. | Interface | com.documentum.fc.client.search.filter | Documentum |
| IDfFacetValue | Represents a facet value. | Interface | com.documentum.fc.client.search | Documentum |
| IDfFilterOrderDependency | If it is not implemented, the filter is considered IDfFilterOrderDependency. | Interface | com.documentum.fc.client.search.filter | Documentum |
| IDfFilterOrderDependency .Dependency | Class | com.documentum.fc.client.search.filter | Documentum | |
| IDfFullTextExpression | Defines a full-text expression for the search expression tree. | Interface | com.documentum.fc.client.search | Documentum |
| IDfGenerationContext | Provide context about the generation of the query. | Interface | com.documentum.fc.client.search.filter | Documentum |
| IDfGenerationContext .Language | Class | com.documentum.fc.client.search.filter | Documentum | |
| IDfLocationQueryScope | Defines a specific location within a searched source. | Interface | com.documentum.fc.client.search | Documentum |
| IDfModifiableFacet | A modifiable facet. | Interface | com.documentum.fc.client.search | Documentum |
| IDfModifiableFacetValue | A modifiable facet value. | Interface | com.documentum.fc.client.search | Documentum |
| IDfModifiableResultEntry | Represents a single result entry from a query execution and defines the methods necessary to modifyFields inherited from interface com. | Interface | com.documentum.fc.client.search | Documentum |
| IDfModifiableResultsSet | Represents a list of results and defines the methods necessary to modify and manipulate it. | Interface | com.documentum.fc.client.search | Documentum |
| IDfOrderConstraint | Interface used to express a sorting constraint on query results. | Interface | com.documentum.fc.client.search | Documentum |
| IDfPartitionScope | Defines a specific partition within a searched source. | Interface | com.documentum.fc.client.search | Documentum |
| IDfPassThroughQuery | Provides a container for passing a query string directly to the search source. | Interface | com.documentum.fc.client.search | Documentum |
| IDfPerceptualRaterConfig | Configures criteria factors for the IPR algorithm (Incremental Perceptual Ranking). | Interface | com.documentum.fc.client.search | Documentum |
| IDfQueryBuilder | This is a primary interface for building a query that can be executed against sources of different type. | Interface | com.documentum.fc.client.search | Documentum |
| IDfQueryDefinition | This is a base interface for the query that can be executed by the IDfQueryProcessor. | Interface | com.documentum.fc.client.search | Documentum |
| IDfQueryEvent | Provides status information about the execution of a query. | Interface | com.documentum.fc.client.search | Documentum |
| IDfQueryFilter | Interface | com.documentum.fc.client.search.filter | Documentum | |
| IDfQueryListener | Has to be implemented by an IDfQueryProcessor client to be asynchronously notified of new results and events during the query execution. | Interface | com.documentum.fc.client.search | Documentum |
| IDfQueryManager | Provides factory methods for query and interfaces for persistent query management. | Interface | com.documentum.fc.client.search | Documentum |
| IDfQueryProcessor | Manages the execution of a query accross multiple sources. | Interface | com.documentum.fc.client.search | Documentum |
| IDfQueryScope | This is a base interface for the query scope. | Interface | com.documentum.fc.client.search | Documentum |
| IDfQueryStatus | Represents the status of a search execution at a given point in time. | Interface | com.documentum.fc.client.search | Documentum |
| IDfRelativeDateExpression | Defines an expression on a date that is relative to the actual date when the query is executed. | Interface | com.documentum.fc.client.search | Documentum |
| IDfResultContent | Represents the actual content corresponding to a result. | Interface | com.documentum.fc.client.search | Documentum |
| IDfResultEntry | Represents a single result entry from a query execution. | Interface | com.documentum.fc.client.search | Documentum |
| IDfResultFilter | A filter that can transform search results. | Interface | com.documentum.fc.client.search.filter | Documentum |
| IDfResultObjectManager | Manages result content access. | Interface | com.documentum.fc.client.search | Documentum |
| IDfResultRater | Rates results depending on their relevancy to a query definition. | Interface | com.documentum.fc.client.search | Documentum |
| IDfResultRaterConfig | Configures factors used by raters when computing results rating. | Interface | com.documentum.fc.client.search | Documentum |
| IDfResultRaterFactory | Creates ResultRater instances. | Interface | com.documentum.fc.client.search | Documentum |
| IDfResultsManipulator | Performs manipulation of results. | Interface | com.documentum.fc.client.search | Documentum |
| IDfResultsSet | Represents a list of results. | Interface | com.documentum.fc.client.search | Documentum |
| IDfSearchMetadataManager | Provides a facade to search metadata. | Interface | com.documentum.fc.client.search | Documentum |
| IDfSearchOperation | Interface | com.documentum.fc.client.search | Documentum | |
| IDfSearchResults | Represents the search results. | Interface | com.documentum.fc.client.search | Documentum |
| IDfSearchService | This interface is the factory for search objects. | Interface | com.documentum.fc.client.search | Documentum |
| IDfSearchSource | Represents a source for executing a query. | Interface | com.documentum.fc.client.search | Documentum |
| IDfSearchSourceContainer | Base interface for the classes that manage a list of selected sources. | Interface | com.documentum.fc.client.search | Documentum |
| IDfSearchSourceMap | Provides a facade to search source discovery. | Interface | com.documentum.fc.client.search | Documentum |
| IDfSearchStoreService | Provides access to services for search storage. | Interface | com.documentum.fc.client.search | Documentum |
| IDfSearchTypeAssistant | Provides a facade to search metadata for a given value. | Interface | com.documentum.fc.client.search | Documentum |
| IDfSimpleAttrExpression | Defines a simple search expression on an attribute. | Interface | com.documentum.fc.client.search | Documentum |
| IDfSmartList | An IDfSmartList is the BOF object representing a saved search. | Interface | com.documentum.fc.client.search | Documentum |
| IDfSmartListDefinition | Defines a smart list. | Interface | com.documentum.fc.client.search | Documentum |
| IDfSourceStatus | Represents the status of a query for a specific source. | Interface | com.documentum.fc.client.search | Documentum |
| IDfValueListAttrExpression | Defines a search expression that requires the attribute value to be included in a list of values. | Interface | com.documentum.fc.client.search | Documentum |
| IDfValueRangeAttrExpression | Defines a search expression that requires the attribute value to be greater than a minimum value and less than a maximum value (or equal). | Interface | com.documentum.fc.client.search | Documentum |
| IExtendedObjectMappingDefinition | Defines the structure of an 'extended object' for search queries. | Interface | com.documentum.fc.client.search | Documentum |