-
Packages that use SortOrder 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. -
-
Uses of SortOrder in com.filenet.api.admin
Methods in com.filenet.api.admin that return SortOrder Modifier and Type Method and Description SortOrderCmIndexedColumn. get_SortOrder()Returns the value of the SortOrder property.Methods in com.filenet.api.admin with parameters of type SortOrder Modifier and Type Method and Description voidCmIndexedColumn. set_SortOrder(SortOrder value)Sets the value of the SortOrder property. -
Uses of SortOrder in com.filenet.api.constants
Fields in com.filenet.api.constants declared as SortOrder Modifier and Type Field and Description static SortOrderSortOrder. ASCENDINGSpecifies that an ascending sort order will be used.static SortOrderSortOrder. DESCENDINGSpecifies that a descending sort order will be used.static SortOrderSortOrder. NONESort order is not specified.Methods in com.filenet.api.constants that return SortOrder Modifier and Type Method and Description static SortOrderSortOrder. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value. -
Uses of SortOrder in com.filenet.api.query
Methods in com.filenet.api.query that return SortOrder Modifier and Type Method and Description SortOrderSearchTemplateSelectProperty. getSortOrder()Retrieve the merge data SortOrder.Methods in com.filenet.api.query with parameters of type SortOrder Modifier and Type Method and Description voidSearchTemplateSelectProperty. 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.
-