Uses of Class
com.atlassian.confluence.core.VersionHistory
Packages that use VersionHistory
Package
Description
-
Uses of VersionHistory in com.atlassian.confluence.core.persistence
Methods in com.atlassian.confluence.core.persistence that return VersionHistoryMethods in com.atlassian.confluence.core.persistence that return types with arguments of type VersionHistoryModifier and TypeMethodDescriptionVersionHistoryDao.getUpgradeHistory
(int start, int maxResults) Get the history of all the upgrades. -
Uses of VersionHistory in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate that return VersionHistoryModifier and TypeMethodDescriptionCachingVersionHistoryDao.getVersionHistory
(int buildNumber) HibernateVersionHistoryDao.getVersionHistory
(int buildNumber) Methods in com.atlassian.confluence.core.persistence.hibernate that return types with arguments of type VersionHistoryModifier and TypeMethodDescriptionCachingVersionHistoryDao.getFullUpgradeHistory()
HibernateVersionHistoryDao.getFullUpgradeHistory()
HibernateVersionHistoryDao.getPersistentClass()
Methods in com.atlassian.confluence.core.persistence.hibernate with parameters of type VersionHistoryModifier and TypeMethodDescriptionvoid
CachingVersionHistoryDao.save
(VersionHistory versionHistory) -
Uses of VersionHistory in com.atlassian.confluence.internal.persistence
Methods in com.atlassian.confluence.internal.persistence that return types with arguments of type VersionHistoryModifier and TypeMethodDescriptionVersionHistoryDaoInternal.getFullUpgradeHistory()
default List<VersionHistory>
VersionHistoryDaoInternal.getUpgradeHistory
(int start, int maxResults) Methods in com.atlassian.confluence.internal.persistence with parameters of type VersionHistoryModifier and TypeMethodDescriptionvoid
VersionHistoryDaoInternal.save
(VersionHistory versionHistory) -
Uses of VersionHistory in com.atlassian.confluence.plugins.rest.jackson2.entities
Constructors in com.atlassian.confluence.plugins.rest.jackson2.entities with parameters of type VersionHistory