|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.query.CannedQuerySortDetails
public class CannedQuerySortDetails
Details for canned queries supporting sorted results
Nested Class Summary | |
---|---|
static class |
CannedQuerySortDetails.SortOrder
Sort ordering for the sort pairs . |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
java.util.List |
getSortPairs()
Get the sort definitions. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 orderMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.List getSortPairs()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |