Package | Description |
---|---|
com.filenet.api.admin |
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
|
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 | Method and Description |
---|---|
SortOrder |
CmIndexedColumn.get_SortOrder()
Returns the value of the SortOrder property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmIndexedColumn.set_SortOrder(SortOrder value)
Sets the value of the SortOrder property.
|
Modifier and Type | Field and Description |
---|---|
static SortOrder |
SortOrder.ASCENDING
Specifies that an ascending sort order will be used.
|
static SortOrder |
SortOrder.DESCENDING
Specifies that a descending sort order will be used.
|
static SortOrder |
SortOrder.NONE
Sort order is not specified.
|
Modifier and Type | Method and Description |
---|---|
static SortOrder |
SortOrder.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
SortOrder |
SearchTemplateSelectProperty.getSortOrder()
Retrieve the merge data SortOrder.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchTemplateSelectProperty.setSortOrder(SortOrder sortOrder)
Set this property to override existing selectprop sort order in the Search Template, or
provide a sort order for a new selectprop item being added to the query.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.