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 VersionSelection |
VersionSelection.ALL_VERSIONS
Specifies that all document versions will be returned in the query.
|
static VersionSelection |
VersionSelection.CURRENT_VERSION
Specifies that only the current document version will be returned in the query.
|
static VersionSelection |
VersionSelection.RELEASED_VERSION
Specifies that only the released document version will be returned in the query.
|
Modifier and Type | Method and Description |
---|---|
static VersionSelection |
VersionSelection.getInstanceFromInt(int value)
Gets an instance of this class using its associated integer value (the
*_AS_INT fields). |
Modifier and Type | Method and Description |
---|---|
VersionSelection |
SearchTemplateParameters.getVersionSelection()
Retrieves the version selection setting to be used for the search.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchTemplateParameters.setVersionSelection(VersionSelection versionSelection)
Specifies the type of version selection to be used.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.