public static class SearchParameters.SortDefinition extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SearchParameters.SortDefinition.SortType
What is used for the sort
|
Constructor and Description |
---|
SortDefinition(SearchParameters.SortDefinition.SortType sortType,
String field,
boolean ascending) |
Modifier and Type | Method and Description |
---|---|
String |
getField()
Field
|
SearchParameters.SortDefinition.SortType |
getSortType()
What is used for the sort
|
boolean |
isAscending()
Is ascending
|
public SortDefinition(SearchParameters.SortDefinition.SortType sortType, String field, boolean ascending)
public boolean isAscending()
public String getField()
public SearchParameters.SortDefinition.SortType getSortType()
Copyright © 2005–2019 Alfresco Software. All rights reserved.