Uses of Class
com.atlassian.confluence.core.VersionHistorySummary
Packages that use VersionHistorySummary
Package
Description
Subpackages of this package are exposed to the plugin whose key starting with com.atlassian or in the internal-bundles section of public-api,yaml
-
Uses of VersionHistorySummary in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return VersionHistorySummaryMethods in com.atlassian.confluence.core that return types with arguments of type VersionHistorySummaryModifier and TypeMethodDescription@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 -
Uses of VersionHistorySummary in com.atlassian.confluence.core.persistence
Methods in com.atlassian.confluence.core.persistence that return types with arguments of type VersionHistorySummaryModifier and TypeMethodDescriptionContentEntityObjectDao.getVersionHistorySummary
(long originalContentId) ContentEntityObjectDao.getVersionHistorySummary
(long originalContentId, LimitedRequest request) Get version history with pagination. -
Uses of VersionHistorySummary in com.atlassian.confluence.dmz
Methods in com.atlassian.confluence.dmz that return types with arguments of type VersionHistorySummaryModifier and TypeMethodDescription@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.impl.content
Methods in com.atlassian.confluence.impl.content that return types with arguments of type VersionHistorySummaryModifier and TypeMethodDescription@NonNull PageResponse<VersionHistorySummary>
DefaultContentEntityManager.getVersionHistorySummaries
(ContentId contentId, LimitedRequest limitedRequest) @NonNull List<VersionHistorySummary>
DefaultContentEntityManager.getVersionHistorySummaries
(ContentEntityObject ceo) -
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 VersionHistorySummaryModifier and TypeMethodDescriptionContentEntityObjectHibernateDao.getVersionHistorySummary
(long originalContentId) ContentEntityObjectHibernateDao.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 VersionHistorySummaryModifier and TypeMethodDescriptionViewPreviousVersionsAction.getAllVersions()
PageInfoAction.getLatestChanges()
returns the last five versions/revisions of this current page (if they exist)AbstractDiffPagesAction.getPreviousVersions()
Required when an error occurs.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