@Named public class AuditEntityTranslator extends Object
Constructor and Description |
---|
AuditEntityTranslator(I18nHelper i18nHelper,
CachedUserGroupResolver userResolver,
DirectoryManager directoryManager,
ApplicationManager applicationManager) |
Modifier and Type | Method and Description |
---|---|
List<AuditLogAuthorRestDTO> |
translateAuthors(Collection<AuditLogAuthor> authors) |
List<AuditLogChangesetRestDTO> |
translateChangesets(Collection<AuditLogChangeset> changesets) |
List<AuditLogEntityRestDTO> |
translateEntities(Collection<AuditLogEntity> entities) |
List<AuditLogEventTypeRestDTO> |
translateEventTypes(Collection<AuditLogEventType> types) |
@Inject public AuditEntityTranslator(I18nHelper i18nHelper, CachedUserGroupResolver userResolver, DirectoryManager directoryManager, ApplicationManager applicationManager)
public List<AuditLogChangesetRestDTO> translateChangesets(Collection<AuditLogChangeset> changesets)
public List<AuditLogAuthorRestDTO> translateAuthors(Collection<AuditLogAuthor> authors)
public List<AuditLogEventTypeRestDTO> translateEventTypes(Collection<AuditLogEventType> types)
public List<AuditLogEntityRestDTO> translateEntities(Collection<AuditLogEntity> entities)
Copyright © 2020 Atlassian. All rights reserved.