Uses of Interface
com.documentum.fc.client.search.IDfResultEntry
Packages that use IDfResultEntry
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 IDfResultEntry in com.documentum.fc.client.search
Subinterfaces of IDfResultEntry in com.documentum.fc.client.searchModifier and TypeInterfaceDescriptioninterface
Represents a single result entry from a query execution and defines the methods necessary to modify and manipulate it.Methods in com.documentum.fc.client.search that return IDfResultEntryModifier and TypeMethodDescriptionIDfResultsSet.getResult()
Gets the current result.IDfResultsSet.getResultAt
(int index) Gets the result at a specified index.IDfResultsSet.getResultByKey
(String key) Gets the result that is represented by the specified String key.Methods in com.documentum.fc.client.search with parameters of type IDfResultEntryModifier and TypeMethodDescriptionvoid
IDfModifiableResultsSet.add
(IDfResultEntry entry) Adds an entry at the end of this set.IDfResultObjectManager.getAsPersistentObject
(IDfResultEntry entry) Gets the IDfTypedObject corresponding to the result.IDfResultObjectManager.getContent
(IDfResultEntry entry) Gets the content corresponding to the result.IDfResultObjectManager.getObjectId
(IDfResultEntry entry) Gets the object ID of the object corresponding to the result.IDfResultObjectManager.getURL
(IDfResultEntry entry) Gets the URL where the result's content can be accessed.boolean
IDfResultObjectManager.isRepositoryObject
(IDfResultEntry entry) Indicates whether the result comes from a repository and can be accessed as a IDfSysObject.boolean
IDfResultObjectManager.isURLAdressible
(IDfResultEntry entry) Indicates if the result's content is accessible directly through a URL.float
IDfResultRater.rate
(IDfResultEntry resultEntry) Rates a result.