public class SynchronizePageAttachmentsObserver extends AbstractSynchronizeObserver
| Modifier and Type | Field and Description | 
|---|---|
private AmetysObjectResolver | 
_resolver  | 
private SkinsManager | 
_skinsManager  | 
_liveAccessManager, _repository, _synchronizeComponentMAX_PRIORITY, MIN_PRIORITY| Constructor and Description | 
|---|
SynchronizePageAttachmentsObserver()  | 
| Modifier and Type | Method and Description | 
|---|---|
private Page | 
_getPage(AmetysObject object)  | 
protected void | 
_internalObserve(Event event,
                Session liveSession)
Observes the event with access to the live workspace. 
 | 
void | 
service(ServiceManager serviceManager)  | 
boolean | 
supports(Event event)
Checks if the event is supported. 
 | 
getPriority, observegetLogger, setLoggerprivate AmetysObjectResolver _resolver
private SkinsManager _skinsManager
public SynchronizePageAttachmentsObserver()
public void service(ServiceManager serviceManager) throws ServiceException
service in interface Serviceableservice in class AbstractSynchronizeObserverServiceExceptionpublic boolean supports(Event event)
Observerevent - the event.true for observing this event, false otherwise.protected void _internalObserve(Event event, Session liveSession) throws RepositoryException
AbstractSynchronizeObserver_internalObserve in class AbstractSynchronizeObserverevent - the event.liveSession - the session to the live workspace.RepositoryException - if an error occurs.private Page _getPage(AmetysObject object)