Uses of Interface
com.documentum.fc.client.search.IDfFullTextExpression
Packages that use IDfFullTextExpression
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 IDfFullTextExpression in com.documentum.fc.client.search
Methods in com.documentum.fc.client.search that return IDfFullTextExpressionModifier and TypeMethodDescriptionIDfExpressionSet.addFullTextExpression
(String strValue) Adds a full-text search expression to this expression set.static IDfFullTextExpression
DfExpressionFactory.newFullTextExpression
(String value) Creates a full-text search expression.Methods in com.documentum.fc.client.search with parameters of type IDfFullTextExpressionModifier and TypeMethodDescriptionvoid
DfExpressionVisitor.visit
(IDfFullTextExpression expr) Visits anIDfFullTextExpression
.