Package org.ametys.odf.observation
Class SendCDMFRObserver
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.odf.observation.AbstractCDMFRObserver
org.ametys.odf.observation.SendCDMFRObserver
- All Implemented Interfaces:
Observer,LogEnabled,Prioritizable,Supporter<Event>,Serviceable
Observer to send the CDMFR file when a odf content is validated
-
Field Summary
FieldsFields inherited from class org.ametys.odf.observation.AbstractCDMFRObserver
_cdmfrHandlerFields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ametys.odf.observation.AbstractCDMFRObserver
getPriority, getRelatedPrograms, observe, supportsMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
_sendCDMfrProcessor
The send CDM-fr processor
-
-
Constructor Details
-
SendCDMFRObserver
public SendCDMFRObserver()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classAbstractCDMFRObserver- Throws:
ServiceException
-
isActive
Description copied from class:AbstractCDMFRObservertrueif the observer is active- Specified by:
isActivein classAbstractCDMFRObserver- Returns:
trueif the observer is active
-
doObserve
Description copied from class:AbstractCDMFRObserverDo observe for CDM-fr observer- Specified by:
doObservein classAbstractCDMFRObserver- Parameters:
programs- the concerned programs
-