Uses of Class
org.sakaiproject.entitybroker.entityprovider.extension.SearchContent

Packages that use SearchContent
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
 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
 

Uses of SearchContent in org.sakaiproject.entitybroker.entityprovider.extension
 

Subclasses of SearchContent in org.sakaiproject.entitybroker.entityprovider.extension
 class SearchResult
          This is a single search result
 

Methods in org.sakaiproject.entitybroker.entityprovider.extension with parameters of type SearchContent
 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
 

Constructors in org.sakaiproject.entitybroker.entityprovider.extension with parameters of type SearchContent
SearchResult(SearchContent content)
           
 



Copyright © 2007-2012 Sakai Project. All Rights Reserved.