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 | Method and Description |
---|---|
IDfSmartListDefinition |
IDfQueryManager.convertSmartListDefinition(IDfSysObject oldSmartList)
Converts smart list definition using a legacy dm_smartlist object.
|
IDfSmartListDefinition |
IDfSmartListDefinition.copy()
Performs a deep copy of this instance.
|
IDfSmartListDefinition |
IDfSmartList.getSmartListDefinition(IDfSearchService searchService)
Gets the IDfSmartListDefinition associated to this dm_smart_list.
|
IDfSmartListDefinition |
IDfQueryManager.loadSmartListDefinition(org.w3c.dom.Document doc,
org.w3c.dom.Node parentNode)
Loads a smart list definition from an XML document node.
|
IDfSmartListDefinition |
IDfQueryManager.loadSmartListDefinition(java.io.InputStream in)
Loads a smart list definition from a stream.
|
IDfSmartListDefinition |
IDfQueryManager.newSmartListDefinition()
Creates a new smart list definition.
|
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 |
IDfQueryManager.saveSmartListDefinition(IDfSmartListDefinition smartList,
org.w3c.dom.Document doc,
org.w3c.dom.Node parentNode)
Saves a smart list definition in an output stream.
|
void |
IDfQueryManager.saveSmartListDefinition(IDfSmartListDefinition smartList,
java.io.OutputStream out)
Saves a smart list definition in an output stream.
|
void |
IDfSmartList.setSmartListDefinition(IDfSmartListDefinition smartList)
Sets the content of this dm_smart_list.
|
Copyright 1994-2023 OpenText Corporation. All rights reserved.