| Package | Description |
|---|---|
| com.atlassian.audit.api |
| Modifier and Type | Method and Description |
|---|---|
default Page<AuditEntity,AuditEntityCursor> |
AuditSearchService.findBy(AuditQuery query,
PageRequest<AuditEntityCursor> pageRequest)
Use to find
AuditEntitys that have been consumed |
Page<AuditEntity,AuditEntityCursor> |
AuditSearchService.findBy(AuditQuery query,
PageRequest<AuditEntityCursor> pageRequest,
int scanLimit)
Use to find
AuditEntitys that have been consumed while protecting data store from being overloaded by
expensive queries. |
| Modifier and Type | Method and Description |
|---|---|
default Page<AuditEntity,AuditEntityCursor> |
AuditSearchService.findBy(AuditQuery query,
PageRequest<AuditEntityCursor> pageRequest)
Use to find
AuditEntitys that have been consumed |
Page<AuditEntity,AuditEntityCursor> |
AuditSearchService.findBy(AuditQuery query,
PageRequest<AuditEntityCursor> pageRequest,
int scanLimit)
Use to find
AuditEntitys that have been consumed while protecting data store from being overloaded by
expensive queries. |
Copyright © 2023 Atlassian. All rights reserved.