public class SolrUserModifiedObserver extends AbstractSolrUserAsyncObserver
Modifier and Type | Field and Description |
---|---|
protected UserDirectoryPageResolver |
_uDPageResolver
The user directory page resolver
|
_solrPageIndexer
_cocoonContext, _contentTypeHelper, _context, _resolver
MAX_PRIORITY, MIN_PRIORITY
Constructor and Description |
---|
SolrUserModifiedObserver() |
Modifier and Type | Method and Description |
---|---|
protected void |
_internalObserve(Event event,
Page rootUserPage,
Content userContent)
Do the actual work.
|
void |
service(ServiceManager manager) |
boolean |
supports(Event event)
Checks if the event is supported.
|
_getTarget
getPriority
_getUserContent, _getUserDirectoryRootPages, contextualize, observe
getLogger, setLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parallelizable
getPriority, observe
protected UserDirectoryPageResolver _uDPageResolver
public SolrUserModifiedObserver()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
service
in class AbstractSolrUserObserver
ServiceException
public boolean supports(Event event)
Observer
event
- the event.true
for observing this event, false
otherwise.protected void _internalObserve(Event event, Page rootUserPage, Content userContent)
AbstractUserObserver
_internalObserve
in class AbstractUserObserver
event
- the observation event.rootUserPage
- the page holding the virtual user pagesuserContent
- a list containing all impacted user contents.