Package com.fatwire.assetapi.data

Interface Summary
AssetData This interface represents an asset instance (data of a single asset).
AssetDataManager This interface is the primary access point for getting to Asset's data.
AssetDataReadStrategy TODO: Add class/interface details
AssetDataWriteStrategy The primary inteface for saving assets back to Content Server
AssetId This interface identifies an instance of the asset uniquely in the system.
AttributeData This interface represents data that is associated with an attribute.
BlobObject This interface represents an attribute data of BLOB/URL type.
BlobObject.BlobAddress This interface represent the address information of a corresponding BlobObject.
MutableAssetData Interface that is a mutable extension of AssetData
RevisionTrackingManager This interface acts as accessor for Revision tracking functionality.
 

Class Summary
AssetDataImpl AssetData interface implementation class
AssetDataManagerImpl AssetDataManager implementation class The class has two variant of read methods: 1.
AssetDataStrategyFactory The class returns the proper asset data read/write strategy giving an asset type.
AttributeDataFactory  
AttributeDataImpl  
BasicAssetDataWriteStrategy TODO: Add class/interface details
BlobObjectImpl  
CSElementReadStrategy TODO: Add class/interface details
RevisionTrackingManagerImpl  
 

Enum Summary
AssetDataWriteStrategy.AssetActionType