Package com.atlassian.confluence.core
Class VersionHistorySummaryCollaborator
java.lang.Object
com.atlassian.confluence.core.VersionHistorySummaryCollaborator
Represents a collaborator and the version history of a piece of content they have worked on.
Note that this is an interim object used to store a single result from the set returned by the query: confluence.content_findVersionHistory
There may be other collaborators on the content which are not represented in a single VersionHistorySummaryCollaborator object.
- Since:
- 5.11
-
Constructor Summary
ConstructorsConstructorDescriptionVersionHistorySummaryCollaborator
(long id, int version, Date lastModificationDate, String versionComment, ConfluenceUser lastModifier, ConfluenceUser collaborator) -
Method Summary
-
Constructor Details
-
VersionHistorySummaryCollaborator
public VersionHistorySummaryCollaborator(long id, int version, Date lastModificationDate, String versionComment, ConfluenceUser lastModifier, ConfluenceUser collaborator)
-
-
Method Details
-
getId
public long getId() -
getVersion
public int getVersion() -
getLastModificationDate
-
getVersionComment
-
getLastModifier
-
getCollaborator
-