Uses of Class
com.atlassian.confluence.pages.PageStatisticsDTO
-
-
Uses of PageStatisticsDTO in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return types with arguments of type PageStatisticsDTO Modifier and Type Method Description Optional<PageStatisticsDTO>DefaultPageManager. getPageStatistics() -
Uses of PageStatisticsDTO in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return types with arguments of type PageStatisticsDTO Modifier and Type Method Description Optional<PageStatisticsDTO>PageManager. getPageStatistics()Fetches statistics about pages -
Uses of PageStatisticsDTO in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type PageStatisticsDTO Modifier and Type Method Description Optional<PageStatisticsDTO>DelegatingPageDao. getPageStatistics()Optional<PageStatisticsDTO>PageDao. getPageStatistics()Fetches statistics about pages -
Uses of PageStatisticsDTO in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type PageStatisticsDTO Modifier and Type Method Description Optional<PageStatisticsDTO>HibernatePageDao. getPageStatistics()
-