Package com.documentum.fc.client.search
Interface IDfMltExpression
- All Superinterfaces:
IDfExpression
Defines a more-like-this expression for the search expression tree with the given object id. It can be added to an
IDfExpressionSet
.-
Field Summary
Fields inherited from interface com.documentum.fc.client.search.IDfExpression
DATE_FORMAT_DEFAULT, EXPR_TYPE_FULLTEXT, EXPR_TYPE_MLT, EXPR_TYPE_RELATIVE_DATE, EXPR_TYPE_SET, EXPR_TYPE_SIMPLE_ATTR, EXPR_TYPE_UNDEFINED, EXPR_TYPE_VALUE_LIST_ATTR, EXPR_TYPE_VALUE_RANGE_ATTR
-
Method Summary
Methods inherited from interface com.documentum.fc.client.search.IDfExpression
acceptVisitor, getDateFormat, getExpressionType, setDateFormat
-
Method Details
-
getValue
String getValue()Gets the text value. Should be an object id- Returns:
- text value
-