|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.service.cmr.search.SearchParameters.SortDefinition
public static class SearchParameters.SortDefinition
A helper class for sort definition. Encapsulated using the lucene sortType, field name and a flag for ascending/descending.
Nested Class Summary | |
---|---|
static class |
SearchParameters.SortDefinition.SortType
What is used for the sort |
Method Summary | |
---|---|
java.lang.String |
getField()
Field |
SearchParameters.SortDefinition.SortType |
getSortType()
What is used for the sort |
boolean |
isAscending()
Is ascending |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isAscending()
public java.lang.String getField()
public SearchParameters.SortDefinition.SortType getSortType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |