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 MergeMode |
MergeMode.INTERSECTION
A constant representing a MergeMode instance of type INTERSECTION.
|
static MergeMode |
MergeMode.UNION
A constant representing a MergeMode instance of type UNION.
|
Modifier and Type | Method and Description |
---|---|
static MergeMode |
MergeMode.getInstanceFromInt(int value)
Gets the instance of this class using its associated integer value (the *_AS_INT fields).
|
Modifier and Type | Method and Description |
---|---|
MergeMode |
SearchScope.getMergeMode()
Returns the merge mode used for this instance.
|
Constructor and Description |
---|
SearchScope(ObjectStore[] objectStores,
MergeMode mergeMode)
Use this when the scope is multiple object stores.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.