Interface ITransportNotificationItem
-
- All Known Implementing Classes:
DefaultTransportNotificationItem
public interface ITransportNotificationItem
Implementations of this class provide post-rendered content for actual delivery- Author:
- andy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContent()
long
getIssueEventId()
String
getIssueKey()
long
getNotificationSchemeId()
long
getProjectId()
String[]
getRecipientUserKeys()
String
getSubject()
int
getTransportConfigId()
String
getTransportKey()
IJEMHTransportProvider.TransportContentType
getType()
boolean
isSendImmediately()
-
-
-
Method Detail
-
getSubject
String getSubject()
-
getContent
String getContent()
-
getType
IJEMHTransportProvider.TransportContentType getType()
-
getTransportKey
String getTransportKey()
-
getTransportConfigId
int getTransportConfigId()
-
getRecipientUserKeys
String[] getRecipientUserKeys()
-
isSendImmediately
boolean isSendImmediately()
-
getIssueEventId
long getIssueEventId()
-
getIssueKey
String getIssueKey()
-
getNotificationSchemeId
long getNotificationSchemeId()
-
getProjectId
long getProjectId()
-
-