Uses of Interface
com.documentum.fc.client.search.IDfValueRangeAttrExpression
Packages that use IDfValueRangeAttrExpression
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 IDfValueRangeAttrExpression in com.documentum.fc.client.search
Methods in com.documentum.fc.client.search that return IDfValueRangeAttrExpressionModifier and TypeMethodDescriptionIDfExpressionSet.addValueRangeAttrExpression
(String attrName, int valueDataType, int searchOp, boolean isCaseSensitive, boolean isRepeated, String fromValue, String toValue) Adds a search expression that requires the attribute value to be within a range.static IDfValueRangeAttrExpression
DfExpressionFactory.newValueRangeAttrExpression
(String attrName, int valueDataType, int searchOp, boolean isCaseSensitive, boolean isRepeated, String fromValue, String toValue) Creates a search expression that requires the attribute value to be within a range.Methods in com.documentum.fc.client.search with parameters of type IDfValueRangeAttrExpressionModifier and TypeMethodDescriptionvoid
DfExpressionVisitor.visit
(IDfValueRangeAttrExpression expr) Visits anIDfValueRangeAttrExpression
.