Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.query |
Provides classes related to constructing and performing Content Engine searches.
|
Modifier and Type | Field and Description |
---|---|
static JoinComparison |
JoinComparison.EQUAL
A constant representing a JoinComparison instance of type EQUAL.
|
static JoinComparison |
JoinComparison.GREATER_THAN
A constant representing a JoinComparison instance of type GREATER_THAN.
|
static JoinComparison |
JoinComparison.GREATER_THAN_EQUAL_TO
A constant representing a JoinComparison instance of type GREATER_THAN_EQUAL_TO.
|
static JoinComparison |
JoinComparison.LESS_THAN
A constant representing a JoinComparison instance of type LESS_THAN.
|
static JoinComparison |
JoinComparison.LESS_THAN_EQUAL_TO
A constant representing a JoinComparison instance of type LESS_THAN_EQUAL_TO.
|
static JoinComparison |
JoinComparison.NOT_EQUAL
A constant representing a JoinComparison instance of type NOT_EQUAL.
|
Modifier and Type | Method and Description |
---|---|
static JoinComparison |
JoinComparison.getInstanceFromInt(int value)
Gets an instance of this class using its associated integer value (the *_AS_INT fields).
|
Modifier and Type | Method and Description |
---|---|
void |
SearchSQL.setFromClauseAdditionalJoin(JoinOperator joinOperator,
java.lang.String symbolicClassName,
java.lang.String aliasName,
java.lang.String joinVar1,
JoinComparison joinComparison,
java.lang.String joinVar2,
boolean includeSubclasses)
Adds another class to the FROM clause used in the SQL statement.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.