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

Packages that use VersionHistorySummary
com.atlassian.confluence.core   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.rpc.soap.beans   
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
 java.util.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
 java.util.List<VersionHistorySummary> PageInfoAction.getLatestChanges()
          returns the last five versions/revisions of this current page (if they exist)
 java.util.List<VersionHistorySummary> ViewPreviousVersionsAction.getPreviousVersions()
           
 

Uses of VersionHistorySummary in com.atlassian.confluence.rpc.soap.beans
 

Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type VersionHistorySummary
RemotePageHistory(VersionHistorySummary page)
           
 

Uses of VersionHistorySummary in com.atlassian.confluence.util
 

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



Copyright © 2003-2011 Atlassian. All Rights Reserved.