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 |
---|---|
IDfValueListAttrExpression |
IDfExpressionSet.addValueListAttrExpression(java.lang.String attrName,
int valueDataType,
int searchOp,
boolean isCaseSensitive,
boolean isRepeated)
Adds a search expression that requires the attribute value to be included in a list of values.
|
IDfValueListAttrExpression |
IDfExpressionSet.addValueListAttrExpression(java.lang.String attrName,
int valueDataType,
int searchOp,
boolean isCaseSensitive,
boolean isRepeated,
IDfList valueList)
Adds a search expression that requires the attribute value to be included in a list of values.
|
static IDfValueListAttrExpression |
DfExpressionFactory.newValueListAttrExpression(java.lang.String attrName,
int valueDataType,
int searchOp,
boolean isCaseSensitive,
boolean isRepeated)
Creates a search expression that requires the attribute value to be included in a list of values.
|
static IDfValueListAttrExpression |
DfExpressionFactory.newValueListAttrExpression(java.lang.String attrName,
int valueDataType,
int searchOp,
boolean isCaseSensitive,
boolean isRepeated,
IDfList valueList)
Creates a search expression that requires the attribute value to be included in a list of values.
|
Modifier and Type | Method and Description |
---|---|
void |
DfExpressionVisitor.visit(IDfValueListAttrExpression expr)
Visits an
IDfValueListAttrExpression . |
Copyright 1994-2023 OpenText Corporation. All rights reserved.