Modifier and Type | Method and Description |
---|---|
AuditRecord |
AuditServiceImpl.storeRecord(AuditRecord record) |
Modifier and Type | Method and Description |
---|---|
AuditRecord |
AuditServiceImpl.storeRecord(AuditRecord record) |
Modifier and Type | Method and Description |
---|---|
AuditRecord |
AuditRecordFactory.buildFrom(AuditRecordEntity entity,
Expansions expansions) |
Modifier and Type | Method and Description |
---|---|
AuditRecord |
AuditRecord.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static AuditRecord.Builder |
AuditRecord.builder(AuditRecord other) |
Constructor and Description |
---|
Builder(AuditRecord other) |
Modifier and Type | Method and Description |
---|---|
AuditRecord |
AuditService.storeRecord(AuditRecord record)
Persist the given
AuditRecord . |
Modifier and Type | Method and Description |
---|---|
AuditRecord |
AuditService.storeRecord(AuditRecord record)
Persist the given
AuditRecord . |
ValidationResult |
AuditService.Validator.validateCreate(AuditRecord record)
Validate that an audit record can be created.
|
Modifier and Type | Method and Description |
---|---|
AuditRecordEntity |
AuditRecordEntityFactory.fromAuditRecord(AuditRecord auditRecord)
Create an
AuditRecordEntity out of an AuditRecord . |
AuditRecordEntity |
AuditRecordEntityFactory.fromAuditRecordWithI18n(AuditRecord auditRecord)
Create an
AuditRecordEntity out of an AuditRecord , taking into account i18n translation. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAuditListener.save(Supplier<com.atlassian.fugue.Option<AuditRecord>> recordSupplier)
Saves the auditRecord generated by recordSupplier if both the system is ready and capable of saving, and the
record itself is not an empty Option.
|
Modifier and Type | Method and Description |
---|---|
AuditRecord |
AuditResource.storeRecord(AuditRecord record,
javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
List<AuditRecord> |
AuditResource.getAuditRecords(JodaDate startDate,
JodaDate endDate,
int start,
int limit,
String searchString,
javax.ws.rs.core.UriInfo uriInfo)
Fetch a paginated list of AuditRecord instances based on a date range.
|
List<AuditRecord> |
AuditResource.getAuditRecords(long number,
ChronoUnitCaseInsensitive units,
int start,
int limit,
String searchString,
javax.ws.rs.core.UriInfo uriInfo)
Fetch a paginated list of AuditRecord instances dating back to a certain time
|
Modifier and Type | Method and Description |
---|---|
AuditRecord |
AuditResource.storeRecord(AuditRecord record,
javax.ws.rs.core.UriInfo uriInfo) |
Copyright © 2003–2019 Atlassian. All rights reserved.