Uses of Class
org.sakaiproject.entitybroker.entityprovider.extension.SearchContent
-
Packages that use SearchContent Package Description org.sakaiproject.entitybroker.entityprovider.capabilities org.sakaiproject.entitybroker.entityprovider.extension -
-
Uses of SearchContent in org.sakaiproject.entitybroker.entityprovider.capabilities
Methods in org.sakaiproject.entitybroker.entityprovider.capabilities that return SearchContent Modifier and Type Method Description SearchContentSearchable. 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 -
Uses of SearchContent in org.sakaiproject.entitybroker.entityprovider.extension
Subclasses of SearchContent in org.sakaiproject.entitybroker.entityprovider.extension Modifier and Type Class Description classSearchResultThis is a single search resultMethods in org.sakaiproject.entitybroker.entityprovider.extension with parameters of type SearchContent Modifier and Type Method Description booleanSearchProvider. add(String reference, SearchContent content)Add some content to the search index for a given reference, this will replace existing content (not merge)booleanSearchResults. addResult(SearchContent content)Add results to the total results, this will not allow adding results beyond the totalItemsMatched (max) numberConstructors in org.sakaiproject.entitybroker.entityprovider.extension with parameters of type SearchContent Constructor Description SearchResult(SearchContent content)
-