Package org.openiam.srvc.audit
Interface IdmAuditLogWebDataService
-
- All Known Implementing Classes:
IdmAuditLogWebDataServiceImpl
public interface IdmAuditLogWebDataServiceInterface forIdmAuditLogDataService. All audit logging activities persisted through this service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ResponseaddLog(IdmAuditLogDoc record)ResponseaddLogs(List<IdmAuditLogDoc> events)intcount(AuditLogSearchBean searchBean)List<IdmAuditLogDoc>findBeans(AuditLogSearchBean searchBean, int from, int size)Deprecated.IdmAuditLogListResponsefindBeansList(AuditLogSearchBean searchBean, int from, int size)List<String>getIds(AuditLogSearchBean searchBean, int from, int size)IdmAuditLogDocgetLogRecord(String id)ResponsepurgeAuditLog(List<IdmAuditLogDoc> auditLogDocs)
-
-
-
Method Detail
-
getLogRecord
IdmAuditLogDoc getLogRecord(String id)
-
addLogs
Response addLogs(List<IdmAuditLogDoc> events)
-
addLog
Response addLog(IdmAuditLogDoc record)
-
purgeAuditLog
Response purgeAuditLog(List<IdmAuditLogDoc> auditLogDocs)
-
findBeans
@Deprecated List<IdmAuditLogDoc> findBeans(AuditLogSearchBean searchBean, int from, int size)
Deprecated.
-
findBeansList
IdmAuditLogListResponse findBeansList(AuditLogSearchBean searchBean, int from, int size)
-
getIds
List<String> getIds(AuditLogSearchBean searchBean, int from, int size)
-
count
int count(AuditLogSearchBean searchBean)
-
-