Interface IDfFtContentSpec


public interface IDfFtContentSpec
Specify a content object.
  • Method Details

    • getSysObjectId

      IDfId getSysObjectId() throws DfException
      Returns:
      the id of the SysObject for the content.
      Throws:
      DfException
    • getPage

      int getPage() throws DfException
      Returns:
      the page within the specified SysObject for the content.
      Throws:
      DfException
    • getFormat

      String getFormat() throws DfException
      Returns:
      the name of the format for the specified content.
      Throws:
      DfException
    • getPageModifier

      String getPageModifier() throws DfException
      Returns:
      the page modifier for the specified content.
      Throws:
      DfException
    • getCustomMetaDataMap

      Map getCustomMetaDataMap()
      Returns:
      a map containing String attributes to include in the dmftcontentcustom node of the DFTXML for this content (key=attribute name, value=attribute value).