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
AuditEntity s that have been consumed |
Page<AuditEntity,AuditEntityCursor> |
AuditSearchService.findBy(AuditQuery query,
PageRequest<AuditEntityCursor> pageRequest,
int scanLimit)
Use to find
AuditEntity s 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
AuditEntity s that have been consumed |
Page<AuditEntity,AuditEntityCursor> |
AuditSearchService.findBy(AuditQuery query,
PageRequest<AuditEntityCursor> pageRequest,
int scanLimit)
Use to find
AuditEntity s that have been consumed while protecting data store from being overloaded by
expensive queries. |
Copyright © 2020 Atlassian. All rights reserved.