| Package | Description |
|---|---|
| com.atlassian.audit.api | |
| com.atlassian.audit.api.util.pagination |
| 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 |
|---|---|
Page<T,C> |
Page.Builder.build() |
static <T,C> Page<T,C> |
Page.emptyPage() |
Copyright © 2023 Atlassian. All rights reserved.