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

Packages that use VersionHistorySummary
com.atlassian.confluence.core   
com.atlassian.confluence.core.persistence   
com.atlassian.confluence.core.persistence.hibernate   
com.atlassian.confluence.mail   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.persistence.dao.hibernate   
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
 List<VersionHistorySummary> DefaultContentEntityManager.getVersionHistorySummaries(ContentEntityObject ceo)
           
 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.core.persistence
 

Methods in com.atlassian.confluence.core.persistence that return types with arguments of type VersionHistorySummary
 List<VersionHistorySummary> ContentEntityObjectDao.getVersionHistorySummary(long originalContentId)
           
 

Uses of VersionHistorySummary in com.atlassian.confluence.core.persistence.hibernate
 

Methods in com.atlassian.confluence.core.persistence.hibernate that return types with arguments of type VersionHistorySummary
 List<VersionHistorySummary> ContentEntityObjectHibernateDao.getVersionHistorySummary(long originalContentId)
           
 

Uses of VersionHistorySummary in com.atlassian.confluence.mail
 

Methods in com.atlassian.confluence.mail that return types with arguments of type VersionHistorySummary
 List<VersionHistorySummary> DefaultMailContentManager.getVersionHistorySummaries(ContentEntityObject ceo)
           
 

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()
           
 List<VersionHistorySummary> AbstractDiffPagesAction.getPreviousVersions()
          Required when an error occurs.
 

Uses of VersionHistorySummary in com.atlassian.confluence.pages.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type VersionHistorySummary
 List<VersionHistorySummary> CachingPageDao.getVersionHistorySummary(long originalContentId)
           
 

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 String GeneralUtil.getPageUrl(VersionHistorySummary summary)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.