public class VersionHistorySummary extends Object
Constructor and Description |
---|
VersionHistorySummary(ContentEntityObject entity) |
VersionHistorySummary(long contentId,
int version,
ConfluenceUser lastModifier,
Date lastModifiedDate,
String versionComment) |
VersionHistorySummary(long contentId,
int version,
ConfluenceUser lastModifier,
List<ConfluenceUser> contributors,
Date lastModifiedDate,
String versionComment) |
VersionHistorySummary(long contentId,
int version,
String lastModifier,
Date lastModifiedDate,
String versionComment)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<ConfluenceUser> |
getContributors() |
long |
getId() |
Date |
getLastModificationDate() |
ConfluenceUser |
getLastModifier()
Deprecated.
since 5.11. Use
getContributors() instead |
String |
getLastModifierName()
Deprecated.
since 5.2. See
getLastModifier() instead. |
String |
getRenderedVersionComment() |
int |
getVersion() |
String |
getVersionComment() |
int |
hashCode() |
boolean |
isVersionCommentAvailable() |
static String |
renderVersionComment(String versionComment)
Provide a standard wiki-rendering for version comments.
|
@Deprecated public VersionHistorySummary(long contentId, int version, String lastModifier, Date lastModifiedDate, String versionComment)
VersionHistorySummary(long, int, com.atlassian.confluence.user.ConfluenceUser, java.util.Date, String)
public VersionHistorySummary(long contentId, int version, ConfluenceUser lastModifier, Date lastModifiedDate, String versionComment)
public VersionHistorySummary(long contentId, int version, ConfluenceUser lastModifier, List<ConfluenceUser> contributors, Date lastModifiedDate, String versionComment)
public VersionHistorySummary(ContentEntityObject entity)
public static String renderVersionComment(String versionComment)
versionComment
- public long getId()
public int getVersion()
@Deprecated public ConfluenceUser getLastModifier()
getContributors()
insteadpublic List<ConfluenceUser> getContributors()
ConfluenceUser
who have contributed to changes on the page@Deprecated public String getLastModifierName()
getLastModifier()
instead.public Date getLastModificationDate()
public String getVersionComment()
public String getRenderedVersionComment()
public boolean isVersionCommentAvailable()
Copyright © 2003–2017 Atlassian. All rights reserved.
View cookie preferences