Class ContentId

  • All Implemented Interfaces:
    Comparable<ContentId>
    Direct Known Subclasses:
    AttachmentContentId

    @ExperimentalApi
    public class ContentId
    extends Object
    implements Comparable<ContentId>
    Identifies a Content instance.

    Within the Confluence API, an instance of this id class should only refer to the latest version of a piece of content, regardless of that content's status or version. The id should not point directly to a database object with a particular status or version - when a reference with a status or version is required a ContentSelector should be used instead.

    See Also:
    ContentSelector