Class ContentfulObject

All Implemented Interfaces:
com.emc.documentum.rest.conditional.Digestible, Linkable
Direct Known Subclasses:
DocumentObject

public class ContentfulObject extends SysObject
A contentful sysobject
  • Constructor Details

    • ContentfulObject

      public ContentfulObject()
  • Method Details

    • getContents

      @Deprecated public List<ContentDataSource> getContents()
      Deprecated.
      Return the content list of the object Only the first element is valid
      Returns:
      the content list of the object
    • setParts

      public void setParts(Iterator<? extends jakarta.servlet.http.Part> parts)
    • setSize

      public void setSize(int size)
    • setFormats

      public void setFormats(Iterator<String> formats)
    • setContentLengths

      public void setContentLengths(Iterator<Long> sizes)
    • setCharsets

      public void setCharsets(Iterator<String> charsets)
    • setModifiers

      public void setModifiers(Iterator<String> modifiers)
    • hasContent

      public boolean hasContent()
      Returns:
      whether the object has content
    • hasContentAttributes

      public boolean hasContentAttributes()
    • size

      public int size()
      Returns:
      the content count
    • nextContent

      public ContentDataSource nextContent()
      Returns:
      the next ContentDataSource
    • getDfcFormat

      public String getDfcFormat()
      Returns:
      the calculated dfc format for the content
    • setDfcFormat

      public void setDfcFormat(String dfcFormat)
    • setContentOnly

      public void setContentOnly(boolean contentOnly)
    • isContentOnly

      public boolean isContentOnly()
    • getContentAttributes

      public List<ContentAttribute> getContentAttributes()
    • setContentAttributes

      public void setContentAttributes(List<ContentAttribute> contentAttributes)