|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuditService
Service interface for auditing related operations.
| Method Summary | |
|---|---|
AuditLog |
addAuditLog(AuditLog auditLog)
Add the given audit record. |
void |
deleteAuditLog(java.lang.String auditLogId)
This API deletes the AuditLog represented by the input parameter auditLogId. |
java.util.List |
getAllAuditLogs(Query query)
List all AuditLogs filtered by the given Query. |
AuditLog |
getAuditRecord(java.lang.String auditLogId)
Get Audit Log for the given ID. |
| Method Detail |
|---|
AuditLog addAuditLog(AuditLog auditLog)
auditLog -
void deleteAuditLog(java.lang.String auditLogId)
throws ICCException
auditLogId -
ICCExceptionAuditLog getAuditRecord(java.lang.String auditLogId)
auditLogId - GUID of an audit log
AuditLog for the given auditLogId
java.util.List getAllAuditLogs(Query query)
throws ICCException
AuditLogs filtered by the given Query.
query - Query to select Letter (supports only first level
attributes/properties of an object).AuditLog objects
ICCExceptionStatement,
Query
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||