Class MentionInNoteNotificationPlugin
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
io.meeds.notes.notifications.plugin.MentionInNoteNotificationPlugin
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class MentionInNoteNotificationPlugin
extends org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> static final Stringstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<Set> static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionMentionInNoteNotificationPlugin(org.exoplatform.container.xml.InitParams initParams) -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanisValid(org.exoplatform.commons.api.notification.NotificationContext ctx) org.exoplatform.commons.api.notification.model.NotificationInfomakeNotification(org.exoplatform.commons.api.notification.NotificationContext ctx) Methods inherited from class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
buildNotification, end, getKey, getOrganizationService, getPluginConfigs, isOldPlugin, setOldPlugin, startMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
ID
- See Also:
-
CURRENT_USER
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> CURRENT_USER -
NOTE_AUTHOR
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> NOTE_AUTHOR -
AUTHOR_AVATAR_URL
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> AUTHOR_AVATAR_URL -
AUTHOR_PROFILE_URL
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> AUTHOR_PROFILE_URL -
ACTIVITY_LINK
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> ACTIVITY_LINK -
MENTIONED_IDS
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<Set> MENTIONED_IDS -
NOTE_URL
-
NOTE_TITLE
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> NOTE_TITLE -
SPACE_ID
-
-
Constructor Details
-
MentionInNoteNotificationPlugin
public MentionInNoteNotificationPlugin(org.exoplatform.container.xml.InitParams initParams)
-
-
Method Details
-
getId
- Specified by:
getIdin classorg.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-
isValid
public boolean isValid(org.exoplatform.commons.api.notification.NotificationContext ctx) - Specified by:
isValidin classorg.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-
makeNotification
public org.exoplatform.commons.api.notification.model.NotificationInfo makeNotification(org.exoplatform.commons.api.notification.NotificationContext ctx) - Specified by:
makeNotificationin classorg.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-