Package com.documentum.fc.client.search
Class DfResultEntryFactory
java.lang.Object
com.documentum.fc.client.search.DfResultEntryFactory
Factory to create IDfResultEntry.
This class is used by a provider of a custom IDfResultSet for re-constructing an entry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new result entry.
-
Constructor Details
-
DfResultEntryFactory
public DfResultEntryFactory()
-
-
Method Details
-
newEntry
Creates a new result entry.- Parameters:
key
- A string representing a key unique for the result.- Returns:
- an IDfModifiableResultEntry object
-