|
Clearspace API (1.10.16) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SearchQueryCriteria.SortType>
com.jivesoftware.community.SearchQueryCriteria.SortType
public static enum SearchQueryCriteria.SortType
Represents how search results will be sorted
| Enum Constant Summary | |
|---|---|
DATE
Sort by date |
|
RATING
Sort by rating |
|
RELEVANCE
Sort by relevance |
|
SUBJECT
Sort by message subject |
|
| Method Summary | |
|---|---|
int |
getKey()
|
static SearchQueryCriteria.SortType |
getSortType(int key)
A helper method to get a specific SortType object from its key |
static SearchQueryCriteria.SortType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SearchQueryCriteria.SortType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SearchQueryCriteria.SortType RELEVANCE
public static final SearchQueryCriteria.SortType RATING
public static final SearchQueryCriteria.SortType SUBJECT
public static final SearchQueryCriteria.SortType DATE
| Method Detail |
|---|
public static final SearchQueryCriteria.SortType[] values()
for(SearchQueryCriteria.SortType c : SearchQueryCriteria.SortType.values())
System.out.println(c);
public static SearchQueryCriteria.SortType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic int getKey()
public static SearchQueryCriteria.SortType getSortType(int key)
key - the key value of the SortType object
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||