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 | Interface and Description |
---|---|
interface |
IDfRelativeDateExpression
Defines an expression on a date that is relative to the actual date when the query is executed.
|
Modifier and Type | Method and Description |
---|---|
IDfSimpleAttrExpression |
IDfExpressionSet.addSimpleAttrExpression(java.lang.String attrName,
int valueDataType,
int searchOp,
boolean isCaseSensitive,
boolean isRepeated,
java.lang.String value)
Adds a simple attribute value expression to this expression set.
|
static IDfSimpleAttrExpression |
DfExpressionFactory.newSimpleAttrExpression(java.lang.String attrName,
int valueDataType,
int searchOp,
boolean isCaseSensitive,
boolean isRepeated,
java.lang.String value)
Creates a simple attribute value expression.
|
Modifier and Type | Method and Description |
---|---|
void |
DfExpressionVisitor.visit(IDfSimpleAttrExpression expr)
Visits an
IDfSimpleAttrExpression . |
Copyright 1994-2023 OpenText Corporation. All rights reserved.