Uses of Class
com.atlassian.confluence.api.model.audit.AuditRecord
-
-
Uses of AuditRecord in com.atlassian.confluence.api.impl.service.audit
Methods in com.atlassian.confluence.api.impl.service.audit with parameters of type AuditRecord Modifier and Type Method Description ValidationResult
AuditRecordValidator. validateCreate(AuditRecord record)
Deprecated. -
Uses of AuditRecord in com.atlassian.confluence.api.impl.service.audit.adapter
Methods in com.atlassian.confluence.api.impl.service.audit.adapter that return AuditRecord Modifier and Type Method Description AuditRecord
AuditServiceAdapter. storeRecord(AuditRecord record)
Deprecated.Methods in com.atlassian.confluence.api.impl.service.audit.adapter with parameters of type AuditRecord Modifier and Type Method Description AuditRecord
AuditServiceAdapter. storeRecord(AuditRecord record)
Deprecated. -
Uses of AuditRecord in com.atlassian.confluence.api.model.audit
Methods in com.atlassian.confluence.api.model.audit that return AuditRecord Modifier and Type Method Description AuditRecord
AuditRecord.Builder. build()
Methods in com.atlassian.confluence.api.model.audit with parameters of type AuditRecord Modifier and Type Method Description static AuditRecord.Builder
AuditRecord. builder(AuditRecord other)
Deprecated.Constructors in com.atlassian.confluence.api.model.audit with parameters of type AuditRecord Constructor Description Builder(AuditRecord other)
-
Uses of AuditRecord in com.atlassian.confluence.api.service.audit
Methods in com.atlassian.confluence.api.service.audit that return AuditRecord Modifier and Type Method Description AuditRecord
AuditService. storeRecord(AuditRecord record)
Deprecated.Persist the givenAuditRecord
.Methods in com.atlassian.confluence.api.service.audit with parameters of type AuditRecord Modifier and Type Method Description AuditRecord
AuditService. storeRecord(AuditRecord record)
Deprecated.Persist the givenAuditRecord
.ValidationResult
AuditService.Validator. validateCreate(AuditRecord record)
Deprecated.Validate that an audit record can be created. -
Uses of AuditRecord in com.atlassian.confluence.impl.audit
Methods in com.atlassian.confluence.impl.audit with parameters of type AuditRecord Modifier and Type Method Description AuditRecordEntity
AuditRecordEntityFactory. fromAuditRecord(AuditRecord auditRecord)
Deprecated.Create anAuditRecordEntity
out of anAuditRecord
.AuditRecordEntity
AuditRecordEntityFactory. fromAuditRecordWithI18n(AuditRecord auditRecord)
Deprecated.Create anAuditRecordEntity
out of anAuditRecord
, taking into account i18n translation. -
Uses of AuditRecord in com.atlassian.confluence.internal.audit
Methods in com.atlassian.confluence.internal.audit that return AuditRecord Modifier and Type Method Description AuditRecord
AuditFormatConverter. toAuditRecord(com.atlassian.audit.entity.AuditEntity entity)
Methods in com.atlassian.confluence.internal.audit with parameters of type AuditRecord Modifier and Type Method Description com.atlassian.audit.entity.AuditEvent
AuditFormatConverter. toAuditEvent(AuditRecord record, com.atlassian.audit.entity.CoverageArea area, com.atlassian.audit.entity.CoverageLevel level)
-
Uses of AuditRecord in com.atlassian.confluence.it.audit
Methods in com.atlassian.confluence.it.audit that return types with arguments of type AuditRecord Modifier and Type Method Description Future<List<AuditRecord>>
RemoteAuditService. getRecords(Instant from, Instant to)
Deprecated.Future<List<AuditRecord>>
RemoteAuditService. getRecords(Instant from, Instant to, String searchString)
Deprecated.Future<List<AuditRecord>>
RemoteAuditServiceImpl. getRecords(Instant from, Instant to)
Deprecated.Future<List<AuditRecord>>
RemoteAuditServiceImpl. getRecords(Instant from, Instant to, String searchString)
Deprecated.List<AuditRecord>
RemoteAuditServiceImpl.AuditResponse. getResults()
Future<AuditRecord>
RemoteAuditService. storeRecord(AuditRecord record)
Deprecated.Future<AuditRecord>
RemoteAuditServiceImpl. storeRecord(AuditRecord record)
Deprecated.Methods in com.atlassian.confluence.it.audit with parameters of type AuditRecord Modifier and Type Method Description Future<AuditRecord>
RemoteAuditService. storeRecord(AuditRecord record)
Deprecated.Future<AuditRecord>
RemoteAuditServiceImpl. storeRecord(AuditRecord record)
Deprecated.Constructor parameters in com.atlassian.confluence.it.audit with type arguments of type AuditRecord Constructor Description AuditResponse(List<AuditRecord> results)
-
Uses of AuditRecord in com.atlassian.confluence.it.audit.impl
Methods in com.atlassian.confluence.it.audit.impl that return AuditRecord Modifier and Type Method Description @NonNull AuditRecord
LegacyRemoteAuditServiceHelper. assertSingleAuditRecord(String affectedObjectName, String summary)
-
Uses of AuditRecord in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return AuditRecord Modifier and Type Method Description AuditRecord
AuditResource. storeRecord(AuditRecord record, javax.ws.rs.core.UriInfo uriInfo)
Deprecated.Methods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type AuditRecord Modifier and Type Method Description List<AuditRecord>
AuditResource. getAuditRecords(long number, ChronoUnitCaseInsensitive units, int start, int limit, String searchString, javax.ws.rs.core.UriInfo uriInfo)
Deprecated.Fetch a paginated list of AuditRecord instances dating back to a certain timeList<AuditRecord>
AuditResource. getAuditRecords(JodaDate startDate, JodaDate endDate, int start, int limit, String searchString, javax.ws.rs.core.UriInfo uriInfo)
Deprecated.Fetch a paginated list of AuditRecord instances based on a date range.Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type AuditRecord Modifier and Type Method Description AuditRecord
AuditResource. storeRecord(AuditRecord record, javax.ws.rs.core.UriInfo uriInfo)
Deprecated.
-