Interface AuditService.AuditRecordFinder
-
- All Superinterfaces:
ManyFetcher<AuditRecord>
- Enclosing interface:
- AuditService
@Deprecated public static interface AuditService.AuditRecordFinder extends ManyFetcher<AuditRecord>
Deprecated.since 7.5.0. Use AuditSearchService from atlassian-audit-apiFinder for audit records. Each is preconfigured with start and end date limits.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AuditService.AuditRecordFinder
withSearchString(String searchString)
Deprecated.Filter search by a given search string-
Methods inherited from interface com.atlassian.confluence.api.service.finder.ManyFetcher
fetchMany
-
-
-
-
Method Detail
-
withSearchString
AuditService.AuditRecordFinder withSearchString(String searchString)
Deprecated.Filter search by a given search string- Parameters:
searchString
- The search string. Null or "" will not filter at all.- Returns:
- This finder now configured with the search string.
-
-