public class AuditorImpl extends Object implements LocalAuditor
| Constructor and Description |
|---|
AuditorImpl(AuditListener listener,
AuditLogStore logStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
createInitialAuditLogs(boolean async)
This methods puts all stores in a single audit log.
|
List<String> |
getAuditLogs(String spaceId)
This method returns the chronologically sorted list of audit logs for the
arg space.
|
void |
initialize(ContentStoreManager storeManager)
This method initializes the Auditor by providing a handle to the content
store.
|
void |
stop()
This method stops the work of the Auditor.
|
public AuditorImpl(AuditListener listener, AuditLogStore logStore)
public void initialize(ContentStoreManager storeManager)
LocalAuditorinitialize in interface LocalAuditorstoreManager - storage managerpublic void createInitialAuditLogs(boolean async)
createInitialAuditLogs in interface Auditorasync - true if executing asynchronouslypublic void stop()
Auditorpublic List<String> getAuditLogs(String spaceId) throws AuditLogNotFoundException
AuditorgetAuditLogs in interface AuditorspaceId - of the space over which auditing is requestedAuditLogNotFoundExceptionCopyright © 2009-2013 DuraSpace. All Rights Reserved.