Interface ITAuditingManager
-
public interface ITAuditingManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IJEMHInboundReportcreateEmptyInboundReport()voiddeleteAllAuditEvents()voiddeleteErrorProvocateurSettings()StringgenerateSupportZipReport(AuditEventBean bean)AuditEventBeangetAuditEventAsBean(int eventId)StringgetAuditEventAsJson(int eventId)StringgetAuditEventReportAsJson(int eventId)intgetAuditIncomingMailEventsAsCount()intgetAuditNotificationHistoryEventsAsCount()longgetDiskSpaceFreeMB()ErrorProvocateurBeangetErrorProvocateurSettings()AuditEventBeangetLastInboundAuditItem()NotificationAuditItemBeangetLastNotificationAuditItem()AuditEventBeanreprocessEvent(int auditEventId)voidsetAuditingEnabled(boolean val)voidsetOutboundAuditingEnabled(boolean val)voidupdateErrorProvocateurSettings(ErrorProvocateurBean bean)voidupdateInboundAuditItem(AuditEventBean bean)
-
-
-
Method Detail
-
setAuditingEnabled
void setAuditingEnabled(boolean val)
-
deleteAllAuditEvents
void deleteAllAuditEvents()
-
getAuditEventAsJson
String getAuditEventAsJson(int eventId) throws IOException
- Throws:
IOException
-
getAuditEventReportAsJson
String getAuditEventReportAsJson(int eventId) throws com.atlassian.jira.util.json.JSONException
- Throws:
com.atlassian.jira.util.json.JSONException
-
getAuditEventAsBean
AuditEventBean getAuditEventAsBean(int eventId)
-
generateSupportZipReport
String generateSupportZipReport(AuditEventBean bean) throws RemoteException
- Throws:
RemoteException
-
setOutboundAuditingEnabled
void setOutboundAuditingEnabled(boolean val)
-
getAuditNotificationHistoryEventsAsCount
int getAuditNotificationHistoryEventsAsCount()
-
getAuditIncomingMailEventsAsCount
int getAuditIncomingMailEventsAsCount()
-
updateInboundAuditItem
void updateInboundAuditItem(AuditEventBean bean)
-
getLastInboundAuditItem
AuditEventBean getLastInboundAuditItem()
-
getLastNotificationAuditItem
NotificationAuditItemBean getLastNotificationAuditItem() throws IOException
- Throws:
IOException
-
getDiskSpaceFreeMB
long getDiskSpaceFreeMB()
-
getErrorProvocateurSettings
ErrorProvocateurBean getErrorProvocateurSettings()
-
updateErrorProvocateurSettings
void updateErrorProvocateurSettings(ErrorProvocateurBean bean)
-
deleteErrorProvocateurSettings
void deleteErrorProvocateurSettings()
-
createEmptyInboundReport
IJEMHInboundReport createEmptyInboundReport()
-
reprocessEvent
AuditEventBean reprocessEvent(int auditEventId)
-
-