Class ForumNotificationUtils
java.lang.Object
org.exoplatform.forum.notification.plugin.ForumNotificationUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<org.exoplatform.social.core.activity.model.ExoSocialActivity>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<org.exoplatform.social.core.identity.model.Profile>static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<org.exoplatform.social.core.relationship.model.Relationship>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<org.exoplatform.social.core.space.model.Space>static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildTopicLink(org.exoplatform.social.core.activity.model.ExoSocialActivity activity) static StringgetActivityParamValue(org.exoplatform.social.core.activity.model.ExoSocialActivity activity, String key)
-
Field Details
-
ACTIVITY_ID
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> ACTIVITY_ID -
POSTER
-
SENDER
-
ACTIVITY
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<org.exoplatform.social.core.activity.model.ExoSocialActivity> ACTIVITY -
PROFILE
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<org.exoplatform.social.core.identity.model.Profile> PROFILE -
SPACE
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<org.exoplatform.social.core.space.model.Space> SPACE -
REMOTE_ID
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> REMOTE_ID -
SPACE_ID
-
PRETTY_NAME
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> PRETTY_NAME -
RELATIONSHIP
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<org.exoplatform.social.core.relationship.model.Relationship> RELATIONSHIP -
RELATIONSHIP_ID
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> RELATIONSHIP_ID
-
-
Constructor Details
-
ForumNotificationUtils
public ForumNotificationUtils()
-
-
Method Details
-
buildTopicLink
public static String buildTopicLink(org.exoplatform.social.core.activity.model.ExoSocialActivity activity) -
getActivityParamValue
-