public class CannedQuerySortDetails
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CannedQuerySortDetails.SortOrder
Sort ordering for the
sort pairs. |
| Constructor and Description |
|---|
CannedQuerySortDetails(java.util.List sortPairs)
Construct the sort details from a list of sort pairs.
|
CannedQuerySortDetails(Pair[] sortPairs)
Construct the sort details with a variable number of sort pairs.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getSortPairs()
Get the sort definitions.
|
java.lang.String |
toString() |
public CannedQuerySortDetails(Pair[] sortPairs)
sortPairs - the sort pairs, which will be applied in orderpublic CannedQuerySortDetails(java.util.List sortPairs)
sortPairs - the sort pairs, which will be applied in orderCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.