Uses of Interface
com.documentum.fc.client.search.IDfSimpleAttrExpression
Packages that use IDfSimpleAttrExpression
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 IDfSimpleAttrExpression in com.documentum.fc.client.search
Subinterfaces of IDfSimpleAttrExpression in com.documentum.fc.client.searchModifier and TypeInterfaceDescriptioninterfaceDefines an expression on a date that is relative to the actual date when the query is executed.Methods in com.documentum.fc.client.search that return IDfSimpleAttrExpressionModifier and TypeMethodDescriptionIDfExpressionSet.addSimpleAttrExpression(String attrName, int valueDataType, int searchOp, boolean isCaseSensitive, boolean isRepeated, String value) Adds a simple attribute value expression to this expression set.static IDfSimpleAttrExpressionDfExpressionFactory.newSimpleAttrExpression(String attrName, int valueDataType, int searchOp, boolean isCaseSensitive, boolean isRepeated, String value) Creates a simple attribute value expression.Methods in com.documentum.fc.client.search with parameters of type IDfSimpleAttrExpressionModifier and TypeMethodDescriptionvoidDfExpressionVisitor.visit(IDfSimpleAttrExpression expr) Visits anIDfSimpleAttrExpression.