Class DeleteThreadActivityNotifier
java.lang.Object
org.ametys.plugins.workspaces.activities.AbstractWorkspacesActivityNotifier
org.ametys.plugins.workspaces.activities.forums.ThreadsActivityNotifier
org.ametys.plugins.workspaces.activities.forums.DeleteThreadActivityNotifier
- All Implemented Interfaces:
PluginAware
,Supporter<ActivityType>
,ActivityNotifier
,Contextualizable
,Serviceable
Class representing a activity notifier for deleting workspaces threads
-
Field Summary
Fields inherited from class org.ametys.plugins.workspaces.activities.AbstractWorkspacesActivityNotifier
_context, _i18nUtils, _notificationPreferenceHelper, _pluginName, _projectManager, _renderingContextHandler, _resolver, _rightManager, _srcResolver, _userManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isAsync()
true
if the notifier is asynchronousboolean
supports
(ActivityType activityType) Check if an element is supportedMethods inherited from class org.ametys.plugins.workspaces.activities.forums.ThreadsActivityNotifier
getMailBodyURI, getSubjectI18nParams, getTargetAmetysObject
Methods inherited from class org.ametys.plugins.workspaces.activities.AbstractWorkspacesActivityNotifier
_getSubjectI18nKey, contextualize, getMailHtmlBody, getMailSubject, getMailTextBody, getUsersEmailToNotify, service, setPluginInfo
-
Constructor Details
-
DeleteThreadActivityNotifier
public DeleteThreadActivityNotifier()
-
-
Method Details
-
supports
Description copied from interface:Supporter
Check if an element is supported- Specified by:
supports
in interfaceSupporter<ActivityType>
- Overrides:
supports
in classThreadsActivityNotifier
- Parameters:
activityType
- The element- Returns:
true
if the element is supported,false
otherwise
-
isAsync
Description copied from interface:ActivityNotifier
true
if the notifier is asynchronous- Returns:
true
if the notifier is asynchronous
-