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 | Interface and Description |
---|---|
interface |
IDfModifiableResultsSet
Represents a list of results and defines the methods necessary to modify and manipulate it.
|
Modifier and Type | Method and Description |
---|---|
IDfResultsSet |
IDfQueryProcessor.blockingSearch(long timeout)
Starts a search and block until the query execution finished.
|
IDfResultsSet |
IDfQueryProcessor.getResults()
Gets the current list of results.
|
IDfResultsSet |
IDfQueryProcessor.getResults(int from)
Gets a subset of the current list of results, from the specified start index (inclusive) to the end of the list.
|
IDfResultsSet |
IDfQueryProcessor.getResults(int from,
int to)
Get a subset of the current list of results, from the specified start index (inclusive) to the specified end index
(exclusive).
|
IDfResultsSet |
IDfSmartList.getResultsSet()
Gets the IDfResultsSet.
|
IDfResultsSet |
IDfSearchResults.getResultsSet()
Gets the IDfResultsSet.
|
IDfResultsSet |
IDfModifiableResultsSet.sort(java.lang.String attributeName,
boolean ascend,
java.lang.String locale)
Returns a sorted set.
|
IDfResultsSet |
IDfResultsManipulator.sortBy(IDfResultsSet results,
java.util.Comparator comparer)
Gets a sorted view of the specified list of results, sorted according to a provided comparator.
|
IDfResultsSet |
IDfResultsManipulator.sortBy(IDfResultsSet results,
java.lang.String attrName,
boolean ascend)
Gets a view of the specified list of results, sorted by a specific attribute.
|
IDfResultsSet |
IDfModifiableResultsSet.subset(int from)
Gets a subset of this results set based on a beginning index.
|
IDfResultsSet |
IDfModifiableResultsSet.subset(int from,
int to)
Gets a subset of this results set based on a beginning and ending index.
|
Modifier and Type | Method and Description |
---|---|
IDfSmartList |
IDfSearchStoreService.createSearch(java.lang.String name,
java.lang.String description,
IDfSmartListDefinition smartListDefinition,
IDfResultsSet resultSet,
IDfQueryStatus queryStatus)
Creates a new search prior to storing it.
|
void |
IDfSmartList.setResultsSet(IDfResultsSet resultSet)
Sets the IDfResultsSet.
|
void |
IDfSearchResults.setResultsSet(IDfResultsSet resultSet)
Sets the IDfResultsSet.
|
IDfResultsSet |
IDfResultsManipulator.sortBy(IDfResultsSet results,
java.util.Comparator comparer)
Gets a sorted view of the specified list of results, sorted according to a provided comparator.
|
IDfResultsSet |
IDfResultsManipulator.sortBy(IDfResultsSet results,
java.lang.String attrName,
boolean ascend)
Gets a view of the specified list of results, sorted by a specific attribute.
|
Copyright 1994-2023 OpenText Corporation. All rights reserved.