Package | Description |
---|---|
com.atlassian.confluence.api.impl.service.audit | |
com.atlassian.confluence.api.service.audit |
Modifier and Type | Method and Description |
---|---|
AuditService.AuditRecordFinder |
AuditServiceImpl.getRecords(Instant startDate,
Instant endDate) |
Modifier and Type | Method and Description |
---|---|
AuditService.AuditRecordFinder |
AuditService.getRecords(Instant startDate,
Instant endDate)
Retrieve audit records from the system via an
AuditService.AuditRecordFinder instance. |
AuditService.AuditRecordFinder |
AuditService.AuditRecordFinder.withSearchString(String searchString)
Filter search by a given search string
|
Modifier and Type | Method and Description |
---|---|
AuditService.AuditCSVWriter |
AuditService.AuditCSVWriter.withFinder(AuditService.AuditRecordFinder finder)
Configure this CSV writer to only export the audit records located by the given finder
|
Copyright © 2003–2017 Atlassian. All rights reserved.