Interface IDfFtContentSpec
public interface IDfFtContentSpec
Specify a content object.
-
Method Summary
-
Method Details
-
getSysObjectId
- Returns:
- the id of the SysObject for the content.
- Throws:
DfException
-
getPage
- Returns:
- the page within the specified SysObject for the content.
- Throws:
DfException
-
getFormat
- Returns:
- the name of the format for the specified content.
- Throws:
DfException
-
getPageModifier
- 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).
-