|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.duracloud.audit.impl.AuditorImpl
public class AuditorImpl
| Constructor Summary | |
|---|---|
AuditorImpl(AuditListener listener,
AuditLogStore logStore)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuditorImpl(AuditListener listener,
AuditLogStore logStore)
| Method Detail |
|---|
public void initialize(ContentStoreManager storeManager)
LocalAuditor
initialize in interface LocalAuditorstoreManager - storage managerpublic void createInitialAuditLogs(boolean async)
createInitialAuditLogs in interface Auditorasync - true if executing asynchronouslypublic void stop()
Auditor
stop in interface Auditor
public List<String> getAuditLogs(String spaceId)
throws AuditLogNotFoundException
Auditor
getAuditLogs in interface AuditorspaceId - of the space over which auditing is requested
AuditLogNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||