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 |
IDfModifiableResultEntry
Represents a single result entry from a query execution and defines the methods necessary to modify
and manipulate it.
|
Modifier and Type | Method and Description |
---|---|
IDfResultEntry |
IDfResultsSet.getResult()
Gets the current result.
|
IDfResultEntry |
IDfResultsSet.getResultAt(int index)
Gets the result at a specified index.
|
IDfResultEntry |
IDfResultsSet.getResultByKey(java.lang.String key)
Gets the result that is represented by the specified String key.
|
Modifier and Type | Method and Description |
---|---|
void |
IDfModifiableResultsSet.add(IDfResultEntry entry)
Adds an entry at the end of this set.
|
IDfPersistentObject |
IDfResultObjectManager.getAsPersistentObject(IDfResultEntry entry)
Gets the IDfTypedObject corresponding to the result.
|
IDfResultContent |
IDfResultObjectManager.getContent(IDfResultEntry entry)
Gets the content corresponding to the result.
|
IDfId |
IDfResultObjectManager.getObjectId(IDfResultEntry entry)
Gets the object ID of the object corresponding to the result.
|
java.lang.String |
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.
|
Copyright 1994-2023 OpenText Corporation. All rights reserved.