public interface Searchable extends EntityProvider
SearchProvider.add(String, org.sakaiproject.entitybroker.entityprovider.extension.SearchContent)
method in the system core to cause immediate indexing
EntityProvider interface| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllRefs(String context)
Retrieve all entities for a given context
|
SearchContent |
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
|
getEntityPrefixSearchContent getData(String reference)
reference - a globally unique reference to an entity (e.g. /myprefix/myid),
consists of the entity prefix and optional segments (normally the id at least)EntityNotFoundException - if it does not exist (causes the search system to purge out the entry)Copyright © 2023. All rights reserved.