public interface AuditLogReader
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getAuditLog(String account,
String storeId,
String spaceId)
Returns the audit log as a tsv stream of audit events from first to last.
|
void |
initialize(AuditConfig auditConfig) |
InputStream getAuditLog(String account, String storeId, String spaceId) throws AuditLogReaderException
account - The account identifier - ie usually the subdomain of the original request.storeId - spaceId - AuditLogNotFoundExceptionAuditLogReaderExceptionvoid initialize(AuditConfig auditConfig)
Copyright © 2009–2016 DuraSpace. All rights reserved.