Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ec.notification
Class NotificationConstants

java.lang.Object
  extended by org.nuxeo.ecm.platform.ec.notification.NotificationConstants

public class NotificationConstants
extends Object

Author:
Narcis Paslaru, Thierry Martins

Field Summary
static String AUTHOR_KEY
           
static String DATE_TIME_KEY
           
static String DESTINATION_KEY
           
static String DISABLE_NOTIFICATION_SERVICE
          A event property to block the notification service.
static String DOCUMENT_ID_KEY
           
static String DOCUMENT_KEY
           
static String DOCUMENT_TITLE_KEY
           
static String DOCUMENT_URL_KEY
           
static String EVENT_ID_KEY
           
static String GROUP_PREFIX
           
static String NOTIFICATION_KEY
           
static String PRINCIPAL_AUTHOR_KEY
           
static String RECIPIENTS_KEY
          A string array of recipients a notifications should be sent to.
static String SENDER_KEY
           
static String SUBJECT_KEY
           
static String SUBJECT_TEMPLATE_KEY
           
static String TEMPLATE_KEY
           
static String USER_PREFIX
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISABLE_NOTIFICATION_SERVICE

public static final String DISABLE_NOTIFICATION_SERVICE
A event property to block the notification service. (use Boolen.TRUE as the value to block)

See Also:
Constant Field Values

SUBJECT_KEY

public static final String SUBJECT_KEY
See Also:
Constant Field Values

TEMPLATE_KEY

public static final String TEMPLATE_KEY
See Also:
Constant Field Values

SUBJECT_TEMPLATE_KEY

public static final String SUBJECT_TEMPLATE_KEY
See Also:
Constant Field Values

SENDER_KEY

public static final String SENDER_KEY
See Also:
Constant Field Values

RECIPIENTS_KEY

public static final String RECIPIENTS_KEY
A string array of recipients a notifications should be sent to.

See Also:
Constant Field Values

DOCUMENT_KEY

public static final String DOCUMENT_KEY
See Also:
Constant Field Values

DESTINATION_KEY

public static final String DESTINATION_KEY
See Also:
Constant Field Values

NOTIFICATION_KEY

public static final String NOTIFICATION_KEY
See Also:
Constant Field Values

DOCUMENT_ID_KEY

public static final String DOCUMENT_ID_KEY
See Also:
Constant Field Values

DATE_TIME_KEY

public static final String DATE_TIME_KEY
See Also:
Constant Field Values

AUTHOR_KEY

public static final String AUTHOR_KEY
See Also:
Constant Field Values

PRINCIPAL_AUTHOR_KEY

public static final String PRINCIPAL_AUTHOR_KEY
See Also:
Constant Field Values

DOCUMENT_URL_KEY

public static final String DOCUMENT_URL_KEY
See Also:
Constant Field Values

DOCUMENT_TITLE_KEY

public static final String DOCUMENT_TITLE_KEY
See Also:
Constant Field Values

EVENT_ID_KEY

public static final String EVENT_ID_KEY
See Also:
Constant Field Values

USER_PREFIX

public static final String USER_PREFIX
See Also:
Constant Field Values

GROUP_PREFIX

public static final String GROUP_PREFIX
See Also:
Constant Field Values

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.