Uses of Class
org.alfresco.query.CannedQuerySortDetails.SortOrder
-
Packages that use CannedQuerySortDetails.SortOrder Package Description org.alfresco.query -
-
Uses of CannedQuerySortDetails.SortOrder in org.alfresco.query
Methods in org.alfresco.query that return CannedQuerySortDetails.SortOrder Modifier and Type Method Description static CannedQuerySortDetails.SortOrder
CannedQuerySortDetails.SortOrder. valueOf(java.lang.String name)
Returns 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.SortOrder Modifier and Type Method Description java.util.List<Pair<? extends java.lang.Object,CannedQuerySortDetails.SortOrder>>
CannedQuerySortDetails. getSortPairs()
Get the sort definitions.Constructor parameters in org.alfresco.query with type arguments of type CannedQuerySortDetails.SortOrder Constructor Description CannedQuerySortDetails(java.util.List<Pair<? extends java.lang.Object,CannedQuerySortDetails.SortOrder>> sortPairs)
Construct the sort details from a list of sort pairs.
-