Package | Description |
---|---|
com.documentum.fc.client.search |
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
|
Modifier and Type | Method and Description |
---|---|
IDfValueRangeAttrExpression |
IDfExpressionSet.addValueRangeAttrExpression(java.lang.String attrName,
int valueDataType,
int searchOp,
boolean isCaseSensitive,
boolean isRepeated,
java.lang.String fromValue,
java.lang.String toValue)
Adds a search expression that requires the attribute value to be within a range.
|
static IDfValueRangeAttrExpression |
DfExpressionFactory.newValueRangeAttrExpression(java.lang.String attrName,
int valueDataType,
int searchOp,
boolean isCaseSensitive,
boolean isRepeated,
java.lang.String fromValue,
java.lang.String toValue)
Creates a search expression that requires the attribute value to be within a range.
|
Modifier and Type | Method and Description |
---|---|
void |
DfExpressionVisitor.visit(IDfValueRangeAttrExpression expr)
Visits an
IDfValueRangeAttrExpression . |
Copyright 1994-2023 OpenText Corporation. All rights reserved.