| Package | Description |
|---|---|
| org.sakaiproject.entitybroker.entityprovider.extension |
| Modifier and Type | Method and Description |
|---|---|
List<SearchResult> |
SearchResults.getResults() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SearchResults.addResult(SearchResult searchResult)
Add results to the total results,
this will not allow adding results beyond the maxItemsToReturn (max) number
|
| Constructor and Description |
|---|
SearchResults(int start,
int max,
int total,
List<SearchResult> results)
use this constructor to build search results manually
|
Copyright © 2003–2021 Sakai Project. All rights reserved.