Uses of Interface
com.documentum.fc.client.search.IDfResultsSet
Packages that use IDfResultsSet
Package
Description
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
-
Uses of IDfResultsSet in com.documentum.fc.client.search
Subinterfaces of IDfResultsSet in com.documentum.fc.client.searchModifier and TypeInterfaceDescriptioninterface
Represents a list of results and defines the methods necessary to modify and manipulate it.Methods in com.documentum.fc.client.search that return IDfResultsSetModifier and TypeMethodDescriptionIDfQueryProcessor.blockingSearch
(long timeout) Starts a search and block until the query execution finished.IDfQueryProcessor.getResults()
Gets the current list of results.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.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).IDfSearchResults.getResultsSet()
Gets the IDfResultsSet.IDfSmartList.getResultsSet()
Gets the IDfResultsSet.Returns a sorted set.IDfResultsManipulator.sortBy
(IDfResultsSet results, String attrName, boolean ascend) Gets a view of the specified list of results, sorted by a specific attribute.IDfResultsManipulator.sortBy
(IDfResultsSet results, Comparator comparer) Gets a sorted view of the specified list of results, sorted according to a provided comparator.IDfModifiableResultsSet.subset
(int from) Gets a subset of this results set based on a beginning index.IDfModifiableResultsSet.subset
(int from, int to) Gets a subset of this results set based on a beginning and ending index.Methods in com.documentum.fc.client.search with parameters of type IDfResultsSetModifier and TypeMethodDescriptionIDfSearchStoreService.createSearch
(String name, String description, IDfSmartListDefinition smartListDefinition, IDfResultsSet resultSet, IDfQueryStatus queryStatus) Creates a new search prior to storing it.void
IDfSearchResults.setResultsSet
(IDfResultsSet resultSet) Sets the IDfResultsSet.void
IDfSmartList.setResultsSet
(IDfResultsSet resultSet) Sets the IDfResultsSet.IDfResultsManipulator.sortBy
(IDfResultsSet results, String attrName, boolean ascend) Gets a view of the specified list of results, sorted by a specific attribute.IDfResultsManipulator.sortBy
(IDfResultsSet results, Comparator comparer) Gets a sorted view of the specified list of results, sorted according to a provided comparator.