Interface NotificationTask
- All Superinterfaces:
Entity,Serializable,Task<NotificationTask>
- All Known Implementing Classes:
JPANotificationTask,Neo4jNotificationTask
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAnyTypeKind(AnyTypeKind anyTypeKind) voidsetEntityKey(String entityKey) voidsetExecuted(boolean executed) voidsetHtmlBody(String htmlBody) voidsetNotification(Notification notification) voidvoidsetSubject(String subject) voidsetTextBody(String textBody) voidsetTraceLevel(TraceLevel traceLevel)
-
Method Details
-
getNotification
Notification getNotification() -
setNotification
-
getEntityKey
String getEntityKey() -
setEntityKey
-
getAnyTypeKind
AnyTypeKind getAnyTypeKind() -
setAnyTypeKind
-
setSender
-
getSender
String getSender() -
getRecipients
-
getSubject
String getSubject() -
setSubject
-
setTextBody
-
getTextBody
String getTextBody() -
setHtmlBody
-
getHtmlBody
String getHtmlBody() -
setTraceLevel
-
getTraceLevel
TraceLevel getTraceLevel() -
isExecuted
boolean isExecuted() -
setExecuted
void setExecuted(boolean executed)
-