Class PageStatisticsDTO

    • Constructor Detail

      • PageStatisticsDTO

        public PageStatisticsDTO​(int allPagesCount,
                                 int currentPagesCount,
                                 int draftPagesCount,
                                 int pagesWithUnpublishedChangesCount,
                                 int deletedPagesCount)
    • Method Detail

      • getAllPagesCount

        public int getAllPagesCount()
      • getCurrentPagesCount

        public int getCurrentPagesCount()
      • getDraftPagesCount

        public int getDraftPagesCount()
      • getPagesWithUnpublishedChangesCount

        public int getPagesWithUnpublishedChangesCount()
      • getDeletedPagesCount

        public int getDeletedPagesCount()
        Returns:
        the count of all deleted pages. Historical versions of deleted pages are not counted.
        Since:
        7.14