public interface TaskNotification extends Serializable
Modifier and Type | Method and Description |
---|---|
List<org.kie.api.task.model.OrganizationalEntity> |
getBusinessAdministrators()
Returns list of business admins that notification will be sent to
|
String |
getContent()
Returns the content for this notification
|
Date |
getDate()
Returns date that the notification is schedule to happen
|
Long |
getId()
Returns unique id of the task notification
|
String |
getName()
Returns optional name of the notification
|
List<org.kie.api.task.model.OrganizationalEntity> |
getRecipients()
Returns list of recipients that notification will be sent to
|
String |
getSubject()
Returns the subject line for this notification
|
boolean |
isActive()
Returns if given notification is active
|
Long getId()
String getName()
Date getDate()
List<org.kie.api.task.model.OrganizationalEntity> getRecipients()
List<org.kie.api.task.model.OrganizationalEntity> getBusinessAdministrators()
String getSubject()
String getContent()
boolean isActive()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.