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 TypeInterfaceDescriptioninterfaceDefines a base interface for the attribute search expression.interfaceDefines a set of search expressions.interfaceDefines a full-text expression for the search expression tree.interfaceDefines a more-like-this expression for the search expression tree with the given object id.interfaceDefines an expression on a date that is relative to the actual date when the query is executed.interfaceDefines a simple search expression on an attribute.interfaceDefines a search expression that requires the attribute value to be included in a list of values.interfaceDefines 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 TypeMethodDescriptionvoidIDfExpressionSet.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.