public interface AuditLogTransferService
| Modifier and Type | Method and Description |
|---|---|
Pair<List<AuditLogEntry>,DataSize> |
get(SystemInformation self,
SystemInformation system,
Date from)
Requests audit logs from the given system.
|
void |
send(AuditLogEntry entry)
Transfer an audit log entry across the team.
|
void send(AuditLogEntry entry)
entry - the audit log entryPair<List<AuditLogEntry>,DataSize> get(SystemInformation self, SystemInformation system, Date from) throws Exception
self - self systemsystem - controller to get the audit logs fromfrom - oldest date for the logs to return (start time)Exception - if errors occur while fetching dataCopyright © 2014. All Rights Reserved.