Uses of Interface
com.documentum.fc.client.search.IDfRelativeDateExpression
Packages that use IDfRelativeDateExpression
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 IDfRelativeDateExpression in com.documentum.fc.client.search
Methods in com.documentum.fc.client.search that return IDfRelativeDateExpressionModifier and TypeMethodDescriptionIDfExpressionSet.addRelativeDateExpression
(String attrName, int searchOpCode, boolean isRepeated, int relativeTime, int timeUnit) Adds a relative date expression to this expression set.static IDfRelativeDateExpression
DfExpressionFactory.newRelativeDateExpression
(String attrName, int searchOpCode, boolean isRepeated, int relativeTime, int timeUnit) Creates a relative date expression.Methods in com.documentum.fc.client.search with parameters of type IDfRelativeDateExpressionModifier and TypeMethodDescriptionvoid
DfExpressionVisitor.visit
(IDfRelativeDateExpression expr) Visits anIDfRelativeDateExpression
.