Class NotificationsUtils
- java.lang.Object
-
- org.exoplatform.wiki.notification.Utils.NotificationsUtils
-
public class NotificationsUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>CONTENT_CHANGEstatic StringEDIT_WIKI_NOTIFICATION_IDstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<Page>PAGEstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<Set>WATCHERSstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>WIKI_EDITORstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>WIKI_PAGE_NAMEstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>WIKI_URL
-
Constructor Summary
Constructors Constructor Description NotificationsUtils()
-
-
-
Field Detail
-
PAGE
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<Page> PAGE
-
CONTENT_CHANGE
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> CONTENT_CHANGE
-
EDIT_WIKI_NOTIFICATION_ID
public static final String EDIT_WIKI_NOTIFICATION_ID
- See Also:
- Constant Field Values
-
WATCHERS
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<Set> WATCHERS
-
WIKI_EDITOR
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> WIKI_EDITOR
-
WIKI_PAGE_NAME
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> WIKI_PAGE_NAME
-
WIKI_URL
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> WIKI_URL
-
-