oracle.syndication.ice.payload
Interface ContentItem

All Known Implementing Classes:
Ice_item_content

public abstract interface ContentItem
extends Item

Interface for all item classes that represent content. This includes the following two classes:

See Also:
Ice_item_content, Ice_item_ref

Fields inherited from class oracle.syndication.ice.payload.Item
CONTENT_TRANSFER_ENCODING_BASE64, CONTENT_TRANSFER_ENCODING_X_NATIVE_XML
 
Method Summary
TypeMethod
 void encrypt()
          Performs the encryption
 java.lang.String getContent_transfer_encryption()
          Gets the transfer encryption of the content
 void setContent_transfer_encryption(java.lang.String szEncryptionType)
          Sets the transfer encryption of the content
 
Methods inherited from interface oracle.syndication.ice.payload.Item
enableShowCredit, getActivationDate, getContent_transfer_encoding, getContent_type, getContentFilename, getExpirationDate, getGroupItem, getIntellectualStatus, getItemId, getItemLanguage, getLicense, getName, getRefItem, getRightsHolder, getSingleItem, getSubscriptionElement, isGroupItem, isRefItem, isSingleItem, setActivationDate, setContent_transfer_encoding, setContent_type, setContentFilename, setExpirationDate, setIntellectualStatus, setItemId, setItemLanguage, setLicense, setName, setRightsHolder, setSubscriptionElement, showCredit
 

Method Detail

setContent_transfer_encryption

public void setContent_transfer_encryption(java.lang.String szEncryptionType)
Sets the transfer encryption of the content

getContent_transfer_encryption

public java.lang.String getContent_transfer_encryption()
Gets the transfer encryption of the content

encrypt

public void encrypt()
Performs the encryption