| Package | Description |
|---|---|
| com.atlassian.crowd.plugin.rest.entity.audit | |
| com.atlassian.crowd.plugin.rest.service.controller |
| Modifier and Type | Method and Description |
|---|---|
AuditLogEntityRestDTO |
AuditLogEntityRestDTO.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<AuditLogEntityRestDTO> |
AuditLogChangesetRestDTO.getEntities() |
| Modifier and Type | Method and Description |
|---|---|
AuditLogChangesetRestDTO.Builder |
AuditLogChangesetRestDTO.Builder.addEntity(AuditLogEntityRestDTO entity) |
static AuditLogEntityRestDTO.Builder |
AuditLogEntityRestDTO.builder(AuditLogEntityRestDTO data) |
| Modifier and Type | Method and Description |
|---|---|
AuditLogChangesetRestDTO.Builder |
AuditLogChangesetRestDTO.Builder.addEntities(Iterable<AuditLogEntityRestDTO> entities) |
AuditLogChangesetRestDTO.Builder |
AuditLogChangesetRestDTO.Builder.setEntities(Set<AuditLogEntityRestDTO> entities) |
| Constructor and Description |
|---|
AuditLogChangesetRestDTO(Long id,
Date timestamp,
AuditLogAuthorRestDTO author,
AuditLogAuthorType authorType,
Long authorId,
String authorName,
AuditLogEventType eventType,
AuditLogEntityType entityType,
Long entityId,
String entityName,
Set<AuditLogEntityRestDTO> entities,
String ipAddress,
String eventMessage,
AuditLogEventSource source,
Set<AuditLogEntryRestDTO> entries) |
| Modifier and Type | Method and Description |
|---|---|
List<AuditLogEntityRestDTO> |
AuditEntityTranslator.translateEntities(Collection<AuditLogEntity> entities) |
Copyright © 2024 Atlassian. All rights reserved.