Uses of Class
com.atlassian.confluence.pages.AttachmentStatisticsDTO
-
-
Uses of AttachmentStatisticsDTO in com.atlassian.confluence.impl.pages.attachments
Methods in com.atlassian.confluence.impl.pages.attachments that return types with arguments of type AttachmentStatisticsDTO Modifier and Type Method Description Optional<AttachmentStatisticsDTO>
ReadThroughCachingAttachmentManager. getAttachmentStatistics()
-
Uses of AttachmentStatisticsDTO in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return types with arguments of type AttachmentStatisticsDTO Modifier and Type Method Description Optional<AttachmentStatisticsDTO>
AttachmentManager. getAttachmentStatistics()
Fetches statistics about attachmentsOptional<AttachmentStatisticsDTO>
DefaultAttachmentManager. getAttachmentStatistics()
Optional<AttachmentStatisticsDTO>
DelegatorAttachmentManager. getAttachmentStatistics()
-
Uses of AttachmentStatisticsDTO in com.atlassian.confluence.pages.attachments
Methods in com.atlassian.confluence.pages.attachments that return types with arguments of type AttachmentStatisticsDTO Modifier and Type Method Description Optional<AttachmentStatisticsDTO>
AbstractDelegatingAttachmentDao. getAttachmentStatistics()
-
Uses of AttachmentStatisticsDTO in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type AttachmentStatisticsDTO Modifier and Type Method Description Optional<AttachmentStatisticsDTO>
AttachmentDao. getAttachmentStatistics()
Fetches statistics about attachments -
Uses of AttachmentStatisticsDTO in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type AttachmentStatisticsDTO Modifier and Type Method Description Optional<AttachmentStatisticsDTO>
AbstractHibernateAttachmentDao. getAttachmentStatistics()
-