Class ContentAssociation

  • All Implemented Interfaces:
    java.io.Serializable

    @StableMinor(version="17.0",
                 sinceVersion="4.2")
    public class ContentAssociation
    extends java.lang.Object
    implements java.io.Serializable
    Represents an association from a ContentVersion to a Content.

    This object also describes the type of association between the content version and the content.

    Since:
    4.2.0
    Version:
    $Revision: 26586 $ $Date: 2024-08-26 21:06:04 -0300 (Mon, 26 Aug 2024) $
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_CATEGORIZATION_TERM

        public static final java.lang.String TYPE_CATEGORIZATION_TERM
        See Also:
        Constant Field Values
    • Method Detail

      • getAssociatedContent

        public Content getAssociatedContent()
      • setAssociatedContent

        public void setAssociatedContent​(Content associatedContent)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getId

        public java.lang.String getId()