Package com.adobe.cq.dam.cfm
Interface VersionedContent
-
public interface VersionedContentRepresents the content of a specific version of a content item (be it the element master or a variation of it).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContent()Gets the content as aString.java.lang.StringgetContentType()Gets the content type of the versioned content.
-