|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchResult | |
|---|---|
| org.sakaiproject.entitybroker.entityprovider.extension | |
| Uses of SearchResult in org.sakaiproject.entitybroker.entityprovider.extension |
|---|
| Methods in org.sakaiproject.entitybroker.entityprovider.extension that return types with arguments of type SearchResult | |
|---|---|
List<SearchResult> |
SearchResults.getResults()
|
| Methods in org.sakaiproject.entitybroker.entityprovider.extension with parameters of type SearchResult | |
|---|---|
boolean |
SearchResults.addResult(SearchResult searchResult)
Add results to the total results, this will not allow adding results beyond the maxItemsToReturn (max) number |
| Constructor parameters in org.sakaiproject.entitybroker.entityprovider.extension with type arguments of type SearchResult | |
|---|---|
SearchResults(int start,
int max,
int total,
List<SearchResult> results)
use this constructor to build search results manually |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||