Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ec.notification.service
Class NotificationDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.ec.notification.service.NotificationDescriptor
All Implemented Interfaces:
Serializable, Notification

public class NotificationDescriptor
extends Object
implements Notification

Author:
Narcis Paslaru, Thierry Martins
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.nuxeo.ecm.platform.notification.api.Notification
EMAIL_NOTIFICATION
 
Constructor Summary
NotificationDescriptor()
           
 
Method Summary
 boolean getAutoSubscribed()
           
 String getAvailableIn()
           
 String getChannel()
           
 boolean getEnabled()
           
 List<NotificationEventDescriptor> getEvents()
           
 String getLabel()
           
 String getName()
           
 String getSubject()
           
 String getSubjectTemplate()
           
 String getTemplate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationDescriptor

public NotificationDescriptor()
Method Detail

getAutoSubscribed

public boolean getAutoSubscribed()
Specified by:
getAutoSubscribed in interface Notification
Returns:
the autoSubscribed.

getAvailableIn

public String getAvailableIn()
Specified by:
getAvailableIn in interface Notification
Returns:
the availableIn.

getChannel

public String getChannel()
Specified by:
getChannel in interface Notification
Returns:
the channel.

getEnabled

public boolean getEnabled()
Specified by:
getEnabled in interface Notification

getEvents

public List<NotificationEventDescriptor> getEvents()

getLabel

public String getLabel()
Specified by:
getLabel in interface Notification

getName

public String getName()
Specified by:
getName in interface Notification
Returns:
the name.

getSubject

public String getSubject()
Specified by:
getSubject in interface Notification
Returns:
the subject.

getTemplate

public String getTemplate()
Specified by:
getTemplate in interface Notification
Returns:
the template.

getSubjectTemplate

public String getSubjectTemplate()
Specified by:
getSubjectTemplate in interface Notification
Returns:
the subject template.

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.