public class PageStatisticsDTO extends Object
PageDao.getPageStatistics()
Constructor and Description |
---|
PageStatisticsDTO(int allPagesCount,
int currentPagesCount,
int draftPagesCount,
int pagesWithUnpublishedChangesCount) |
Modifier and Type | Method and Description |
---|---|
int |
getAllPagesCount() |
int |
getCurrentPagesCount() |
int |
getDraftPagesCount() |
int |
getPagesWithUnpublishedChangesCount() |
Copyright © 2003–2020 Atlassian. All rights reserved.