public class SolrOrgUnitChangedPart1Observer extends AbstractSolrOrgUnitObserver
_odfPageHandler, _odfProgramRestrictionManager, _siteConf, _siteManager
_resolver, _siteIndexer, _solrIndexer, _solrPageIndexer
MAX_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
OrgUnit s |
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
_updateIndexReferencingPages
getLogger, setLogger
public SolrOrgUnitChangedPart1Observer()
protected String[] _supportedEventIds()
AbstractSolrOrgUnitObserver
OrgUnit
s_supportedEventIds
in class AbstractSolrOrgUnitObserver
public int getPriority(Event event)
Observer
getPriority
in interface Observer
getPriority
in class AbstractSolrObserver
event
- the event.protected void _updateIndex(Page odfRootPage) throws Exception
AbstractSolrOrgUnitObserver
_updateIndex
in class AbstractSolrOrgUnitObserver
odfRootPage
- the odf root pageException
- if an error occurs.