public class NotificationImpl extends Object implements Notification
It has:
EMAIL_NOTIFICATION| Constructor and Description | 
|---|
NotificationImpl(String name,
                String template,
                String channel,
                String subjectTemplate,
                boolean autoSubscribed,
                String subject,
                String availableIn,
                String label)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
boolean | 
getAutoSubscribed()  | 
String | 
getAvailableIn()  | 
String | 
getChannel()  | 
boolean | 
getEnabled()  | 
String | 
getLabel()  | 
String | 
getName()  | 
String | 
getSubject()  | 
String | 
getSubjectTemplate()  | 
String | 
getTemplate()  | 
String | 
getTemplateExpr()  | 
int | 
hashCode()  | 
void | 
setEnabled(boolean enabled)  | 
void | 
setTemplateExpr(String templateExpr)  | 
public void setTemplateExpr(String templateExpr)
public String getName()
getName in interface Notificationpublic String getChannel()
getChannel in interface Notificationpublic String getTemplate()
getTemplate in interface Notificationpublic boolean getAutoSubscribed()
getAutoSubscribed in interface Notificationpublic String getSubject()
getSubject in interface Notificationpublic String getSubjectTemplate()
getSubjectTemplate in interface Notificationpublic String getAvailableIn()
getAvailableIn in interface Notificationpublic String getLabel()
getLabel in interface Notificationpublic boolean getEnabled()
getEnabled in interface Notificationpublic void setEnabled(boolean enabled)
public String getTemplateExpr()
getTemplateExpr in interface NotificationCopyright © 2019 Nuxeo. All rights reserved.