Interface ITAuditingManager
-
public interface ITAuditingManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IJEMHInboundReport
createEmptyInboundReport()
void
deleteAllAuditEvents()
void
deleteErrorProvocateurSettings()
String
generateSupportZipReport(AuditEventBean bean)
AuditEventBean
getAuditEventAsBean(int eventId)
String
getAuditEventAsJson(int eventId)
String
getAuditEventReportAsJson(int eventId)
int
getAuditIncomingMailEventsAsCount()
int
getAuditNotificationHistoryEventsAsCount()
long
getDiskSpaceFreeMB()
ErrorProvocateurBean
getErrorProvocateurSettings()
AuditEventBean
getLastInboundAuditItem()
NotificationAuditItemBean
getLastNotificationAuditItem()
AuditEventBean
reprocessEvent(int auditEventId)
void
setAuditingEnabled(boolean val)
void
setOutboundAuditingEnabled(boolean val)
void
updateErrorProvocateurSettings(ErrorProvocateurBean bean)
void
updateInboundAuditItem(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)
-
-