Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<VersionHistorySummary> |
ContentEntityObjectDao.getVersionHistorySummary(long originalContentId) |
Modifier and Type | Method and Description |
---|---|
List<VersionHistorySummary> |
ContentEntityObjectHibernateDao.getVersionHistorySummary(long originalContentId) |
Modifier and Type | Method and Description |
---|---|
List<VersionHistorySummary> |
DefaultMailContentManager.getVersionHistorySummaries(ContentEntityObject ceo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
RemotePageHistory(VersionHistorySummary page) |
Modifier and Type | Method and Description |
---|---|
static String |
GeneralUtil.getPageUrl(VersionHistorySummary summary) |
Copyright © 2003–2016 Atlassian. All rights reserved.