public class CmsEncapsulatedContent extends CustomPackage
Represents a signed content container, consisting of a content type identifier and the content itself.
Modifier and Type | Method and Description |
---|---|
byte[] |
getContentRawData()
Gets the raw data of content info.
|
Oid |
getContentType()
Gets the object identifier uniquely specifies the content type.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final Oid getContentType()
Gets the object identifier uniquely specifies the content type.
public final byte[] getContentRawData()
Gets the raw data of content info.