public class TrashRemovalStatistic extends Object
| Constructor and Description |
|---|
TrashRemovalStatistic() |
TrashRemovalStatistic(int purgedPageCnt,
int purgedAttachmentCnt,
long purgedAttachmentTotalSizeInBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
attachmentDeleted(List<Attachment> deletedVersions) |
int |
getPurgedAttachmentCnt() |
long |
getPurgedAttachmentTotalSizeInBytes() |
int |
getPurgedPageCnt() |
void |
pageOrBlogDeleted(AbstractPage deletedPageOrBlog) |
public TrashRemovalStatistic()
public TrashRemovalStatistic(int purgedPageCnt,
int purgedAttachmentCnt,
long purgedAttachmentTotalSizeInBytes)
public void pageOrBlogDeleted(AbstractPage deletedPageOrBlog)
public void attachmentDeleted(List<Attachment> deletedVersions)
public int getPurgedPageCnt()
public int getPurgedAttachmentCnt()
public long getPurgedAttachmentTotalSizeInBytes()
Copyright © 2003–2022 Atlassian. All rights reserved.