public class AttachmentStatisticsDTO extends Object
AttachmentDao.getAttachmentStatistics()| Constructor and Description |
|---|
AttachmentStatisticsDTO(int allAttachmentsCount,
int currentAttachmentsCount,
long allAttachmentsFileSize,
long currentAttachmentsFileSize,
long deletedAttachmentsFileSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAllAttachmentsCount() |
long |
getAllAttachmentsFileSize() |
int |
getCurrentAttachmentsCount() |
long |
getCurrentAttachmentsFileSize() |
long |
getDeletedAttachmentsFileSize() |
public AttachmentStatisticsDTO(int allAttachmentsCount,
int currentAttachmentsCount,
long allAttachmentsFileSize,
long currentAttachmentsFileSize,
long deletedAttachmentsFileSize)
public int getAllAttachmentsCount()
public int getCurrentAttachmentsCount()
public long getAllAttachmentsFileSize()
public long getCurrentAttachmentsFileSize()
public long getDeletedAttachmentsFileSize()
Copyright © 2003–2022 Atlassian. All rights reserved.