Class VersionHistorySummaryCollaborator

java.lang.Object
com.atlassian.confluence.core.VersionHistorySummaryCollaborator

public class VersionHistorySummaryCollaborator extends Object
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 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

      public Date getLastModificationDate()
    • getVersionComment

      public String getVersionComment()
    • getLastModifier

      public ConfluenceUser getLastModifier()
    • getCollaborator

      public ConfluenceUser getCollaborator()