Modifier and Type | Method and Description |
---|---|
static com.atlassian.audit.entity.AuditAuthor |
AuditAuthors.from(AuditLogDTO auditLogDTO,
UserManager userManager)
Creates
AuditAuthor from getAuthorKey() . |
Modifier and Type | Method and Description |
---|---|
AuditLogDTO |
MigrationAuditLog.getAuditLog() |
Constructor and Description |
---|
MigrationAuditLog(AuditLogDTO auditLog,
Collection<AuditItemDTO> auditItems,
Collection<AuditChangedValueDTO> changedValues) |
Modifier and Type | Method and Description |
---|---|
Collection<com.atlassian.audit.entity.AuditAttribute> |
AuditExtraAttributesConverter.apply(AuditLogDTO auditLog) |
com.atlassian.audit.entity.AuditAuthor |
AuditAuthorConverter.apply(AuditLogDTO auditLog) |
List<com.atlassian.audit.entity.AuditResource> |
AuditResourcesConverter.apply(AuditLogDTO auditLog,
Collection<AuditItemDTO> auditItems) |
com.atlassian.audit.entity.AuditEntity |
AuditEntityConverter.convert(AuditLogDTO auditLog,
Collection<AuditItemDTO> auditItems,
Collection<AuditChangedValueDTO> changedValues) |
Modifier and Type | Method and Description |
---|---|
AuditLogDTO |
AuditLogDTO.Builder.build() |
static AuditLogDTO |
AuditLogDTO.fromGenericValue(org.ofbiz.core.entity.GenericValue gv)
Constructs a new instance of this Data Transfer object from the values in the given GenericValue.
|
Modifier and Type | Method and Description |
---|---|
static AuditLogDTO.Builder |
AuditLogDTO.builder(AuditLogDTO auditLogDTO) |
Constructor and Description |
---|
Builder(AuditLogDTO auditLogDTO) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.