Uses of Interface
com.documentum.fc.client.search.IDfExpressionSet
Packages that use IDfExpressionSet
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 IDfExpressionSet in com.documentum.fc.client.search
Methods in com.documentum.fc.client.search that return IDfExpressionSetModifier and TypeMethodDescriptionIDfExpressionSet.addExpressionSet()
Adds an expression set to this expression set.IDfExpressionSet.addExpressionSet
(int logicalOperator) Adds an expression set to this expression set.IDfExpressionScope.getExpression()
Gets the expression of this scope.IDfQueryBuilder.getRootExpressionSet()
Provides access to the root expression set of the query.static IDfExpressionSet
DfExpressionFactory.newExpressionSet
(int logicalOperator) Creates an expression set.IDfQueryBuilder.newExpressionSet()
Factory method to create an expression set not connected to the query.Methods in com.documentum.fc.client.search with parameters of type IDfExpressionSetModifier and TypeMethodDescriptionvoid
IDfQueryBuilder.setRootExpressionSet
(IDfExpressionSet expressionSet) Sets root expression set for the query.void
DfExpressionVisitor.visit
(IDfExpressionSet expr) Visits anIDfExpressionSet
.