Package | Description |
---|---|
com.atlassian.confluence.core | |
com.atlassian.confluence.core.persistence | |
com.atlassian.confluence.core.persistence.hibernate | |
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.mail | |
com.atlassian.confluence.pages.actions | |
com.atlassian.confluence.pages.persistence.dao.hibernate | |
com.atlassian.confluence.rpc.soap.beans | |
com.atlassian.confluence.util |
Modifier and Type | Method and Description |
---|---|
VersionHistorySummary |
VersionHistorySummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<VersionHistorySummary> |
ContentEntityManager.getVersionHistorySummaries(ContentEntityObject ceo)
Get a VersionHistorySummary for all previous versions of a ContentEntityObject, starting with the current
content.
|
List<VersionHistorySummary> |
DefaultContentEntityManager.getVersionHistorySummaries(ContentEntityObject ceo) |
PageResponse<VersionHistorySummary> |
DefaultContentEntityManager.getVersionHistorySummaries(ContentId contentId,
LimitedRequest limitedRequest) |
Constructor and Description |
---|
Builder(VersionHistorySummary summary) |
Modifier and Type | Method and Description |
---|---|
List<VersionHistorySummary> |
ContentEntityObjectDao.getVersionHistorySummary(long originalContentId) |
PageResponse<VersionHistorySummary> |
ContentEntityObjectDao.getVersionHistorySummary(long originalContentId,
LimitedRequest request)
Get version history with pagination.
|
Modifier and Type | Method and Description |
---|---|
List<VersionHistorySummary> |
ContentEntityObjectHibernateDao.getVersionHistorySummary(long originalContentId) |
PageResponse<VersionHistorySummary> |
ContentEntityObjectHibernateDao.getVersionHistorySummary(long originalContentId,
LimitedRequest request) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<VersionHistorySummary> |
DefaultMailContentManager.getVersionHistorySummaries(ContentEntityObject ceo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<VersionHistorySummary> |
ViewPreviousVersionsAction.getAllVersions() |
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.
|
Modifier and Type | Method and Description |
---|---|
List<VersionHistorySummary> |
CachingPageDao.getVersionHistorySummary(long originalContentId) |
PageResponse<VersionHistorySummary> |
CachingPageDao.getVersionHistorySummary(long originalContentId,
LimitedRequest request) |
Constructor and Description |
---|
RemotePageHistory(VersionHistorySummary page) |
Modifier and Type | Method and Description |
---|---|
static String |
GeneralUtil.getPageUrl(VersionHistorySummary summary) |
Copyright © 2003–2017 Atlassian. All rights reserved.