org.kie.internal.task.api.model
Interface Notification
- All Superinterfaces:
- Externalizable, Serializable
- All Known Subinterfaces:
- EmailNotification
public interface Notification
- extends Externalizable
getId
Long getId()
setId
void setId(long id)
getNotificationType
NotificationType getNotificationType()
getDocumentation
List<I18NText> getDocumentation()
setDocumentation
void setDocumentation(List<I18NText> documentation)
getPriority
int getPriority()
setPriority
void setPriority(int priority)
getRecipients
List<OrganizationalEntity> getRecipients()
setRecipients
void setRecipients(List<OrganizationalEntity> recipients)
getBusinessAdministrators
List<OrganizationalEntity> getBusinessAdministrators()
setBusinessAdministrators
void setBusinessAdministrators(List<OrganizationalEntity> businessAdministrators)
getNames
List<I18NText> getNames()
setNames
void setNames(List<I18NText> names)
getSubjects
List<I18NText> getSubjects()
setSubjects
void setSubjects(List<I18NText> subjects)
getDescriptions
List<I18NText> getDescriptions()
setDescriptions
void setDescriptions(List<I18NText> descriptions)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.