Uses of Interface
com.documentum.fc.client.search.IDfExpression
Packages that use IDfExpression
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 IDfExpression in com.documentum.fc.client.search
Subinterfaces of IDfExpression in com.documentum.fc.client.searchModifier and TypeInterfaceDescriptioninterface
Defines a base interface for the attribute search expression.interface
Defines a set of search expressions.interface
Defines a full-text expression for the search expression tree.interface
Defines a more-like-this expression for the search expression tree with the given object id.interface
Defines an expression on a date that is relative to the actual date when the query is executed.interface
Defines a simple search expression on an attribute.interface
Defines a search expression that requires the attribute value to be included in a list of values.interface
Defines a search expression that requires the attribute value to be greater than a minimum value and less than a maximum value (or equal).Methods in com.documentum.fc.client.search with parameters of type IDfExpressionModifier and TypeMethodDescriptionvoid
IDfExpressionSet.addExpression
(IDfExpression expression) Add an expression in this expression set.IDfSearchTypeAssistant.getValueAssistance
(IDfExpression rootExpr, IDfAttrExpression vaExpr) Gets the value assistance of an attribute with dependencies to other attributes values.