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.AuditCSVWriterAuditCSVWriterImpl. 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.AuditRecordFinderAuditServiceAdapter. 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.AuditRecordFinderAuditService. getRecords(@Nullable Instant startDate, @Nullable Instant endDate)Deprecated.Retrieve audit records from the system via anAuditService.AuditRecordFinderinstance.AuditService.AuditRecordFinderAuditService.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.AuditCSVWriterAuditService.AuditCSVWriter. withFinder(AuditService.AuditRecordFinder finder)Deprecated.Configure this CSV writer to only export the audit records located by the given finder
-