Uses of Class
com.atlassian.confluence.core.VersionHistorySummary

Packages that use VersionHistorySummary
com.atlassian.confluence.core   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.util   
 

Uses of VersionHistorySummary in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return types with arguments of type VersionHistorySummary
 List<VersionHistorySummary> ContentEntityManager.getVersionHistorySummaries(ContentEntityObject ceo)
          Get a VersionHistorySummary for all previous versions of a ContentEntityObject, starting with the current content.
 

Uses of VersionHistorySummary in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions that return types with arguments of type VersionHistorySummary
 List<VersionHistorySummary> PageInfoAction.getLatestChanges()
          returns the last five versions/revisions of this current page (if they exist)
 List<VersionHistorySummary> ViewPreviousVersionsAction.getPreviousVersions()
           
 

Uses of VersionHistorySummary in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util with parameters of type VersionHistorySummary
static String GeneralUtil.getPageUrl(VersionHistorySummary summary)
           
 



Confluence is developed by Atlassian.