public class ContentOrphanStatusObserver extends AbstractLogEnabled implements Observer, Serviceable, Contextualizable
Modifier and Type | Field and Description |
---|---|
protected Context |
_context
The avalon context
|
protected AmetysObjectResolver |
_resolver
The Ametys object resolver
|
protected SolrIndexer |
_solrIndexer
The Solr indexer.
|
MAX_PRIORITY, MIN_PRIORITY
Constructor and Description |
---|
ContentOrphanStatusObserver() |
Modifier and Type | Method and Description |
---|---|
private void |
_updateProperties(Content content,
String workspace) |
void |
contextualize(Context context) |
int |
getPriority(Event event)
Retrieves the priority to observe this event.
This can be used to process a supported event before others observers. |
void |
observe(Event event,
Map<String,Object> transientVars)
Observes an event.
|
void |
service(ServiceManager manager) |
boolean |
supports(Event event)
Checks if the event is supported.
|
getLogger, setLogger
protected SolrIndexer _solrIndexer
protected AmetysObjectResolver _resolver
public ContentOrphanStatusObserver()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
ServiceException
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
ContextException
public boolean supports(Event event)
Observer
public int getPriority(Event event)
Observer
getPriority
in interface Observer
event
- the event.public void observe(Event event, Map<String,Object> transientVars) throws Exception
Observer
observe
in interface Observer
event
- the event.transientVars
- transientVars passed from one Observer to another when processing a single Event.
This may allow optimizations between observers.Exception
- if an error occurs.
All exceptions will be logged but not propagated, as the observation mechanism should never fail.private void _updateProperties(Content content, String workspace) throws Exception
Exception