public interface EntityContentProducerEvents
EntityContentProducer implementations 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 with SearchService.
Going forward, content producer should register only with their owning SearchIndexBuilder
and let that component deal with narrowly targeted event registration using the functions
delcared by this interface.| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getTriggerFunctions() |
Copyright © 2003–2020 Sakai Project. All rights reserved.