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 Notification
public String getChannel()
getChannel
in interface Notification
public String getTemplate()
getTemplate
in interface Notification
public boolean getAutoSubscribed()
getAutoSubscribed
in interface Notification
public String getSubject()
getSubject
in interface Notification
public String getSubjectTemplate()
getSubjectTemplate
in interface Notification
public String getAvailableIn()
getAvailableIn
in interface Notification
public String getLabel()
getLabel
in interface Notification
public boolean getEnabled()
getEnabled
in interface Notification
public void setEnabled(boolean enabled)
public String getTemplateExpr()
getTemplateExpr
in interface Notification
Copyright © 2018 Nuxeo. All rights reserved.