|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchQueryResult.ResultType | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of SearchQueryResult.ResultType in com.jivesoftware.community |
|---|
| Fields in com.jivesoftware.community declared as SearchQueryResult.ResultType | |
|---|---|
static SearchQueryResult.ResultType[] |
SearchQueryResult.ALL_TYPES
An array of all SearchQueryResult.ResultTypes |
| Methods in com.jivesoftware.community that return SearchQueryResult.ResultType | |
|---|---|
SearchQueryResult.ResultType |
SearchQueryResult.getResultType()
Returns the ResultType for this search query result. |
static SearchQueryResult.ResultType |
SearchQueryResult.ResultType.getResultType(int key)
A helper method to get a specific ResultType object from its key |
static SearchQueryResult.ResultType |
SearchQueryResult.ResultType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SearchQueryResult.ResultType[] |
SearchQueryResult.ResultType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Method parameters in com.jivesoftware.community with type arguments of type SearchQueryResult.ResultType | |
|---|---|
int |
SearchQuery.getResultCount(java.util.List<SearchQueryResult.ResultType> types)
Returns the total number of results of the query across the provided list of result types. |
java.lang.Iterable<SearchQueryResult> |
SearchQuery.getResults(java.util.List<SearchQueryResult.ResultType> types)
Returns the search query results across the provided list of result types. |
java.lang.Iterable<SearchQueryResult> |
SearchQuery.getResults(java.util.List<SearchQueryResult.ResultType> types,
int startIndex,
int numResults)
Returns the results of the query across the provided list of result types. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||