Interface ITransportNotificationItem
- 
- All Known Implementing Classes:
 DefaultTransportNotificationItem
public interface ITransportNotificationItemImplementations 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 StringgetContent()longgetIssueEventId()StringgetIssueKey()longgetNotificationSchemeId()longgetProjectId()String[]getRecipientUserKeys()StringgetSubject()intgetTransportConfigId()StringgetTransportKey()IJEMHTransportProvider.TransportContentTypegetType()booleanisSendImmediately() 
 - 
 
- 
- 
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()
 
 - 
 
 -