Package org.ametys.web.synchronization
Class SynchronizeServiceModificationObserver
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.web.synchronization.AbstractSynchronizeObserver
org.ametys.web.synchronization.AbstractSynchronizePageObserver
org.ametys.web.synchronization.SynchronizeServiceModificationObserver
- All Implemented Interfaces:
Observer
,LogEnabled
,Serviceable
Observer
for observing service parameters modifications in order to synchronize live workspace.-
Field Summary
Fields inherited from class org.ametys.web.synchronization.AbstractSynchronizePageObserver
_skinsManager
Fields inherited from class org.ametys.web.synchronization.AbstractSynchronizeObserver
_liveAccessManager, _repository, _synchronizeComponent
Fields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
_internalObservePage
(Event event, Page page, Skin skin, javax.jcr.Session liveSession) Observes the page event with access to the workspace live.protected boolean
_internalSupport
(Event event, Page target) Checks if the page event is supported.Methods inherited from class org.ametys.web.synchronization.AbstractSynchronizePageObserver
_internalObserve, service, supports
Methods inherited from class org.ametys.web.synchronization.AbstractSynchronizeObserver
getPriority, observe
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
SynchronizeServiceModificationObserver
-
-
Method Details
-
_internalSupport
Description copied from class:AbstractSynchronizePageObserver
Checks if the page event is supported.- Specified by:
_internalSupport
in classAbstractSynchronizePageObserver
- Parameters:
event
- the event.target
- the page target.- Returns:
true
for observing this event,false
otherwise.
-
_internalObservePage
protected void _internalObservePage(Event event, Page page, Skin skin, javax.jcr.Session liveSession) throws javax.jcr.RepositoryException Description copied from class:AbstractSynchronizePageObserver
Observes the page event with access to the workspace live.- Specified by:
_internalObservePage
in classAbstractSynchronizePageObserver
- Parameters:
event
- the event.page
- the page target.skin
- the skin of the page's site.liveSession
- the session to the workspace live.- Throws:
javax.jcr.RepositoryException
- if an error occurs.
-