Uses of Class
com.atlassian.confluence.core.VersionHistorySummary
-
Packages that use VersionHistorySummary Package Description com.atlassian.confluence.core com.atlassian.confluence.core.persistence com.atlassian.confluence.impl.content com.atlassian.confluence.internal Internal interfaces that are NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration of bootstrapContext.xml.com.atlassian.confluence.internal.persistence.hibernate com.atlassian.confluence.pages.actions com.atlassian.confluence.pages.persistence.dao 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 VersionHistorySummary Modifier and Type Method Description VersionHistorySummaryVersionHistorySummary.Builder. build()Methods in com.atlassian.confluence.core that return types with arguments of type VersionHistorySummary Modifier and Type Method Description @NonNull List<VersionHistorySummary>ContentEntityManager. getVersionHistorySummaries(ContentEntityObject ceo)Get a VersionHistorySummary for all previous versions of a ContentEntityObject, starting with the current content.Constructors in com.atlassian.confluence.core with parameters of type VersionHistorySummary Constructor Description Builder(VersionHistorySummary summary) -
Uses of VersionHistorySummary in com.atlassian.confluence.core.persistence
Methods in com.atlassian.confluence.core.persistence that return types with arguments of type VersionHistorySummary Modifier and Type Method Description List<VersionHistorySummary>ContentEntityObjectDao. getVersionHistorySummary(long originalContentId)PageResponse<VersionHistorySummary>ContentEntityObjectDao. getVersionHistorySummary(long originalContentId, LimitedRequest request)Get version history with pagination. -
Uses of VersionHistorySummary in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return types with arguments of type VersionHistorySummary Modifier and Type Method Description @NonNull PageResponse<VersionHistorySummary>DefaultContentEntityManager. getVersionHistorySummaries(ContentId contentId, LimitedRequest limitedRequest)@NonNull List<VersionHistorySummary>DefaultContentEntityManager. getVersionHistorySummaries(ContentEntityObject ceo) -
Uses of VersionHistorySummary in com.atlassian.confluence.internal
Methods in com.atlassian.confluence.internal that return types with arguments of type VersionHistorySummary Modifier and Type Method Description @NonNull PageResponse<VersionHistorySummary>ContentEntityManagerInternal. getVersionHistorySummaries(ContentId contentId, LimitedRequest limitedRequest)Get a VersionHistorySummary for all previous versions of a ContentEntityObject, list is ordered by Version number descending. -
Uses of VersionHistorySummary in com.atlassian.confluence.internal.persistence.hibernate
Methods in com.atlassian.confluence.internal.persistence.hibernate that return types with arguments of type VersionHistorySummary Modifier and Type Method Description List<VersionHistorySummary>AbstractContentEntityObjectHibernateDao. getVersionHistorySummary(long originalContentId)PageResponse<VersionHistorySummary>AbstractContentEntityObjectHibernateDao. getVersionHistorySummary(long originalContentId, LimitedRequest request) -
Uses of VersionHistorySummary in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return types with arguments of type VersionHistorySummary Modifier and Type Method Description List<VersionHistorySummary>ViewPreviousVersionsAction. getAllVersions()List<VersionHistorySummary>PageInfoAction. getLatestChanges()returns the last five versions/revisions of this current page (if they exist)List<VersionHistorySummary>AbstractDiffPagesAction. getPreviousVersions()Required when an error occurs.List<VersionHistorySummary>ViewPreviousVersionsAction. getPreviousVersions() -
Uses of VersionHistorySummary in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type VersionHistorySummary Modifier and Type Method Description List<VersionHistorySummary>DelegatingPageDao. getVersionHistorySummary(long originalContentId)PageResponse<VersionHistorySummary>DelegatingPageDao. getVersionHistorySummary(long originalContentId, LimitedRequest request) -
Uses of VersionHistorySummary in com.atlassian.confluence.rpc.soap.beans
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type VersionHistorySummary Constructor Description RemotePageHistory(VersionHistorySummary page) -
Uses of VersionHistorySummary in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with parameters of type VersionHistorySummary Modifier and Type Method Description static StringSafeGeneralUtil. getPageUrl(VersionHistorySummary summary)
-