public final class AttachmentViewDtoConverterImpl extends Object implements AttachmentViewDtoConverter
| Constructor and Description |
|---|
AttachmentViewDtoConverterImpl(ThumbnailManager thumbnailManager,
JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
AttachmentIndexManager attachmentIndexManager,
IssueManager issueManager,
PermissionManager permissionManager,
DateTimeFormatter dateTimeFormatter,
UserManager userManager) |
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentViewJsonDto> |
convert(List<Attachment> attachments) |
public AttachmentViewDtoConverterImpl(ThumbnailManager thumbnailManager, JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, AttachmentIndexManager attachmentIndexManager, IssueManager issueManager, PermissionManager permissionManager, DateTimeFormatter dateTimeFormatter, UserManager userManager)
public List<AttachmentViewJsonDto> convert(List<Attachment> attachments)
convert in interface AttachmentViewDtoConverterCopyright © 2002-2016 Atlassian. All Rights Reserved.