Uses of Enum
org.alfresco.query.CannedQuerySortDetails.SortOrder
Packages that use CannedQuerySortDetails.SortOrder
-
Uses of CannedQuerySortDetails.SortOrder in org.alfresco.query
Methods in org.alfresco.query that return CannedQuerySortDetails.SortOrderModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CannedQuerySortDetails.SortOrder[]
CannedQuerySortDetails.SortOrder.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.query that return types with arguments of type CannedQuerySortDetails.SortOrderModifier and TypeMethodDescriptionList<Pair<? extends Object,
CannedQuerySortDetails.SortOrder>> CannedQuerySortDetails.getSortPairs()
Get the sort definitions.Constructor parameters in org.alfresco.query with type arguments of type CannedQuerySortDetails.SortOrderModifierConstructorDescriptionCannedQuerySortDetails
(List<Pair<? extends Object, CannedQuerySortDetails.SortOrder>> sortPairs) Construct the sort details from a list of sort pairs.