public class AuditLogReaderImpl extends Object implements AuditLogReader
| Constructor and Description |
|---|
AuditLogReaderImpl() |
| 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.
|
protected StorageProvider |
getStorageProvider() |
void |
initialize(AuditConfig auditConfig) |
protected void |
writeToOutputStream(String auditSpaceId,
StorageProvider storageProvider,
PipedOutputStream os,
int count,
String contentId) |
public void initialize(AuditConfig auditConfig)
initialize in interface AuditLogReaderpublic InputStream getAuditLog(String account, String storeId, String spaceId) throws AuditLogReaderException
AuditLogReadergetAuditLog in interface AuditLogReaderaccount - The account identifier - ie usually the subdomain of the original request.AuditLogReaderExceptionprotected StorageProvider getStorageProvider()
protected void writeToOutputStream(String auditSpaceId, StorageProvider storageProvider, PipedOutputStream os, int count, String contentId) throws ContentStoreException, IOException
ContentStoreExceptionIOExceptionCopyright © 2009–2020 LYRASIS. All rights reserved.