public class SolrOrgUnitChangedPart1Observer extends AbstractSolrOrgUnitObserver
_odfPageHandler, _odfProgramRestrictionManager, _siteConf, _siteManager_resolver, _siteIndexer, _solrIndexer, _solrPageIndexerMAX_PRIORITY, MIN_PRIORITY| Constructor and Description |
|---|
SolrOrgUnitChangedPart1Observer() |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
_supportedEventIds()
Gets the supported event ids for this Observer to look for the
OrgUnits |
protected void |
_updateIndex(Page odfRootPage)
Update the index from the observed event.
|
int |
getPriority(Event event)
Retrieves the priority to observe this event.
This can be used to process a supported event before others observers. |
observe, service, supports_updateIndexReferencingPagesgetLogger, setLoggerpublic SolrOrgUnitChangedPart1Observer()
protected String[] _supportedEventIds()
AbstractSolrOrgUnitObserverOrgUnits_supportedEventIds in class AbstractSolrOrgUnitObserverpublic int getPriority(Event event)
ObservergetPriority in interface ObservergetPriority in class AbstractSolrObserverevent - the event.protected void _updateIndex(Page odfRootPage) throws Exception
AbstractSolrOrgUnitObserver_updateIndex in class AbstractSolrOrgUnitObserverodfRootPage - the odf root pageException - if an error occurs.