|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of VersionHistorySummary in com.atlassian.confluence.core |
|---|
| Methods in com.atlassian.confluence.core that return types with arguments of type VersionHistorySummary | |
|---|---|
java.util.List<VersionHistorySummary> |
DefaultContentEntityManager.getVersionHistorySummaries(ContentEntityObject ceo)
|
java.util.List<VersionHistorySummary> |
ContentEntityManager.getVersionHistorySummaries(ContentEntityObject ceo)
Get a VersionHistorySummary for all previous versions of a ContentEntityObject, starting with the current content. |
| Uses of VersionHistorySummary in com.atlassian.confluence.core.persistence |
|---|
| Methods in com.atlassian.confluence.core.persistence that return types with arguments of type VersionHistorySummary | |
|---|---|
java.util.List<VersionHistorySummary> |
ContentEntityObjectDao.getVersionHistorySummary(long originalContentId)
|
| Uses of VersionHistorySummary in com.atlassian.confluence.core.persistence.hibernate |
|---|
| Methods in com.atlassian.confluence.core.persistence.hibernate that return types with arguments of type VersionHistorySummary | |
|---|---|
java.util.List<VersionHistorySummary> |
ContentEntityObjectHibernateDao.getVersionHistorySummary(long originalContentId)
|
| Uses of VersionHistorySummary in com.atlassian.confluence.mail |
|---|
| Methods in com.atlassian.confluence.mail that return types with arguments of type VersionHistorySummary | |
|---|---|
java.util.List<VersionHistorySummary> |
DefaultMailContentManager.getVersionHistorySummaries(ContentEntityObject ceo)
Deprecated. |
| Uses of VersionHistorySummary in com.atlassian.confluence.pages.actions |
|---|
| Methods in com.atlassian.confluence.pages.actions that return types with arguments of type VersionHistorySummary | |
|---|---|
java.util.List<VersionHistorySummary> |
PageInfoAction.getLatestChanges()
returns the last five versions/revisions of this current page (if they exist) |
java.util.List<VersionHistorySummary> |
ViewPreviousVersionsAction.getPreviousVersions()
|
java.util.List<VersionHistorySummary> |
AbstractDiffPagesAction.getPreviousVersions()
Required when an error occurs. |
| Uses of VersionHistorySummary in com.atlassian.confluence.pages.persistence.dao.hibernate |
|---|
| Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type VersionHistorySummary | |
|---|---|
java.util.List<VersionHistorySummary> |
CachingPageDao.getVersionHistorySummary(long originalContentId)
|
| Uses of VersionHistorySummary in com.atlassian.confluence.rpc.soap.beans |
|---|
| Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type VersionHistorySummary | |
|---|---|
RemotePageHistory(VersionHistorySummary page)
|
|
| Uses of VersionHistorySummary in com.atlassian.confluence.util |
|---|
| Methods in com.atlassian.confluence.util with parameters of type VersionHistorySummary | |
|---|---|
static java.lang.String |
GeneralUtil.getPageUrl(VersionHistorySummary summary)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||