
com.adobe.cq.social.notifications.api.MentionConstants Maven / Gradle / Ivy
/*************************************************************************
*
* ADOBE CONFIDENTIAL
* __________________
*
* Copyright 2015 Adobe Systems Incorporated
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppliers,
* if any. The intellectual and technical concepts contained
* herein are proprietary to Adobe Systems Incorporated and its
* suppliers and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe Systems Incorporated.
**************************************************************************/
package com.adobe.cq.social.notifications.api;
public class MentionConstants {
private MentionConstants() {
}
public static final String MENTION_EVENTS_PREFIX = "com/adobe/cq/social/mentions";
/**
* The topic for the OSGi event which is sent when a social activity has been added to a stream.
*/
public static final String TOPIC_SOCIAL_MENTION_ACTIVITY_ADDED = MENTION_EVENTS_PREFIX + "/notify";
/**
* Event property names that is included as part of the {@link TOPIC_SOCIAL_MENTION_ACTIVITY_ADDED} event.
*/
public static final String EVENT_CHANNELS_PROP = "com/adobe/cq/social/mentions/channels";
public static final String TARGET_ID_PROP = "com/adobe/cq/social/mentions/targetId";
public static final String VERB_PROP = "com/adobe/cq/social/mentions/verb";
public static final String MENTION_PATH_PROP = "com/adobe/cq/social/mentions/path";
public static final String USER_ID_PROP = "com/adobe/cq/social/mentions/userid";
/**
* User Subscription preference path
*/
public static final String USER_SUBSCRIPTION_PREFERENCES_PATH = "community/subscriptions/preferences";
/**
* User Notification preference path
*/
public static final String USER_NOTIFICATION_PREFERENCES_PATH = "community/notifications/preferences";
/**
* Activity Extension Properties
*/
public static final String MENTION_STATUS_PROP = "status_s";
public static final String MENTION_CHANNELS_PROP = "channel_ss";
public static final String MENTION_VERB = "mention";
public static final String VERB = "verb";
public static final String TITLE = "title";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy