Package org.sakaiproject.search.api
Interface EntityContentProducerEvents
-
public interface EntityContentProducerEventsMix-in forEntityContentProducerimplementations which expose the set of functions (i.e. event keys) which should trigger content indexing using that producer. This is now the preferred mechanism for content index event registration, as opposed to the historical approach where content producers registered their own events directly withSearchService. Going forward, content producer should register only with their owningSearchIndexBuilderand let that component deal with narrowly targeted event registration using the functions delcared by this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getTriggerFunctions()
-