Uses of Interface
com.documentum.fc.client.search.IDfValueListAttrExpression
Packages that use IDfValueListAttrExpression
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 IDfValueListAttrExpression in com.documentum.fc.client.search
Methods in com.documentum.fc.client.search that return IDfValueListAttrExpressionModifier and TypeMethodDescriptionIDfExpressionSet.addValueListAttrExpression(String attrName, int valueDataType, int searchOp, boolean isCaseSensitive, boolean isRepeated) Adds a search expression that requires the attribute value to be included in a list of values.IDfExpressionSet.addValueListAttrExpression(String attrName, int valueDataType, int searchOp, boolean isCaseSensitive, boolean isRepeated, IDfList valueList) Adds a search expression that requires the attribute value to be included in a list of values.static IDfValueListAttrExpressionDfExpressionFactory.newValueListAttrExpression(String attrName, int valueDataType, int searchOp, boolean isCaseSensitive, boolean isRepeated) Creates a search expression that requires the attribute value to be included in a list of values.static IDfValueListAttrExpressionDfExpressionFactory.newValueListAttrExpression(String attrName, int valueDataType, int searchOp, boolean isCaseSensitive, boolean isRepeated, IDfList valueList) Creates a search expression that requires the attribute value to be included in a list of values.Methods in com.documentum.fc.client.search with parameters of type IDfValueListAttrExpressionModifier and TypeMethodDescriptionvoidDfExpressionVisitor.visit(IDfValueListAttrExpression expr) Visits anIDfValueListAttrExpression.