| Package | Description |
|---|---|
| org.sakaiproject.entitybroker.entityprovider.capabilities | |
| org.sakaiproject.entitybroker.entityprovider.extension |
| Modifier and Type | Method and Description |
|---|---|
SearchContent |
Searchable.getData(String reference)
Will be called to retrieve the data for this item when
the system thinks the data related to an entity may have changed
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchResult
This is a single search result
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SearchProvider.add(String reference,
SearchContent content)
Add some content to the search index for a given reference,
this will replace existing content (not merge)
|
boolean |
SearchResults.addResult(SearchContent content)
Add results to the total results,
this will not allow adding results beyond the totalItemsMatched (max) number
|
| Constructor and Description |
|---|
SearchResult(SearchContent content) |
Copyright © 2007–2020 Sakai Project. All rights reserved.