Uses of Interface
com.atlassian.confluence.api.service.audit.AuditService.AuditRecordFinder
-
-
Uses of AuditService.AuditRecordFinder in com.atlassian.confluence.api.impl.service.audit
Methods in com.atlassian.confluence.api.impl.service.audit with parameters of type AuditService.AuditRecordFinder Modifier and Type Method Description AuditService.AuditCSVWriter
AuditCSVWriterImpl. withFinder(AuditService.AuditRecordFinder finder)
Deprecated. -
Uses of AuditService.AuditRecordFinder in com.atlassian.confluence.api.impl.service.audit.adapter
Methods in com.atlassian.confluence.api.impl.service.audit.adapter that return AuditService.AuditRecordFinder Modifier and Type Method Description AuditService.AuditRecordFinder
AuditServiceAdapter. getRecords(@Nullable Instant startDate, @Nullable Instant endDate)
Deprecated. -
Uses of AuditService.AuditRecordFinder in com.atlassian.confluence.api.service.audit
Methods in com.atlassian.confluence.api.service.audit that return AuditService.AuditRecordFinder Modifier and Type Method Description AuditService.AuditRecordFinder
AuditService. getRecords(@Nullable Instant startDate, @Nullable Instant endDate)
Deprecated.Retrieve audit records from the system via anAuditService.AuditRecordFinder
instance.AuditService.AuditRecordFinder
AuditService.AuditRecordFinder. withSearchString(String searchString)
Deprecated.Filter search by a given search stringMethods in com.atlassian.confluence.api.service.audit with parameters of type AuditService.AuditRecordFinder Modifier and Type Method Description AuditService.AuditCSVWriter
AuditService.AuditCSVWriter. withFinder(AuditService.AuditRecordFinder finder)
Deprecated.Configure this CSV writer to only export the audit records located by the given finder
-