Class NotifyActivityAsyncObserver
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.web.activities.observation.NotifyActivityObserver
org.ametys.web.activities.observation.NotifyActivityAsyncObserver
- All Implemented Interfaces:
AsyncObserver,Observer,LogEnabled,PluginAware,Serviceable
Send an async mail notification to user when a new activity is created
-
Field Summary
Fields inherited from class org.ametys.web.activities.observation.NotifyActivityObserver
_activityNotifierEP, _i18nUtils, _pluginName, _resolverFields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean_isSupported(ActivityNotifier notifier, Activity activity) trueif the notifier and the activity are supportedMethods inherited from class org.ametys.web.activities.observation.NotifyActivityObserver
_notify, getPriority, observe, service, setPluginInfo, supportsMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLoggerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ametys.core.observation.AsyncObserver
parallelizableMethods inherited from interface org.ametys.core.observation.Observer
getPriority, getTraits, observe, supports
-
Constructor Details
-
NotifyActivityAsyncObserver
public NotifyActivityAsyncObserver()
-
-
Method Details
-
_isSupported
Description copied from class:NotifyActivityObservertrueif the notifier and the activity are supported- Overrides:
_isSupportedin classNotifyActivityObserver- Parameters:
notifier- the notifieractivity- the activity- Returns:
trueif the notifier and the activity are supported
-