Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Superinterfaces:
Serializable
All Known Implementing Classes:
NotificationDescriptor, NotificationImpl

public interface Notification
extends Serializable


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

Field Detail

EMAIL_NOTIFICATION

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

getName

String getName()
Returns:
the name.

getChannel

String getChannel()
Returns:
the channel.

getTemplate

String getTemplate()
Returns:
the template.

getAutoSubscribed

boolean getAutoSubscribed()
Returns:
the autoSubscribed.

getSubject

String getSubject()
Returns:
the subject.

getSubjectTemplate

String getSubjectTemplate()
Returns:
the subject template.

getAvailableIn

String getAvailableIn()
Returns:
the availableIn.

getLabel

String getLabel()

getEnabled

boolean getEnabled()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.