Package | Description |
---|---|
com.atlassian.audit.api | |
com.atlassian.audit.entity |
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 |
---|---|
void |
AuditConsumer.accept(List<AuditEntity> entities) |
void |
AuditSearchService.stream(AuditQuery query,
int offset,
int limit,
Consumer<AuditEntity> consumer)
Searches database for AuditEntities and feeds the results one by one to the consumer
|
Modifier and Type | Method and Description |
---|---|
AuditEntity |
AuditEntity.Builder.build() |
Constructor and Description |
---|
Builder(AuditEntity entity) |
Copyright © 2020 Atlassian. All rights reserved.