Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.notification.api
Interface Notification

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
NotificationDescriptor, NotificationImpl

public interface Notification
extends java.io.Serializable


Field Summary
static java.lang.String EMAIL_NOTIFICATION
           
 
Method Summary
 boolean getAutoSubscribed()
           
 java.lang.String getAvailableIn()
           
 java.lang.String getChannel()
           
 boolean getEnabled()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 java.lang.String getSubject()
           
 java.lang.String getSubjectTemplate()
           
 java.lang.String getTemplate()
           
 

Field Detail

EMAIL_NOTIFICATION

static final java.lang.String EMAIL_NOTIFICATION
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
Returns:
the name.

getChannel

java.lang.String getChannel()
Returns:
the channel.

getTemplate

java.lang.String getTemplate()
Returns:
the template.

getAutoSubscribed

boolean getAutoSubscribed()
Returns:
the autoSubscribed.

getSubject

java.lang.String getSubject()
Returns:
the subject.

getSubjectTemplate

java.lang.String getSubjectTemplate()
Returns:
the subject template.

getAvailableIn

java.lang.String getAvailableIn()
Returns:
the availableIn.

getLabel

java.lang.String getLabel()

getEnabled

boolean getEnabled()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.