@Version("1.7.0")
Package com.adobe.granite.asset.api
This package defines Asset API to manage digital assets. The API is implementation agnostic, thus the persistence
model is outside the scope of this API.
-
Interface Summary Interface Description Asset Assetrepresents a digital resource.AssetManager AssetManageris a primary interface which provides methods to manageAssets.AssetMetadata AssetMetadatadefines theAssetmetadata.AssetRelation AssetRelationdefines theAssetrelation.AssetVersion AssetVersionrepresents a particular version of anAsset.AssetVersionManager AssetVersionManagerprovides methods to manageAssetVersions.BinaryRendition BinaryRenditionis a read only representation of a particular rendition of anAsset.Rendition Renditionis a read only representation of a particular rendition of anAsset.RenditionHandler TheRenditionHandlerinterface defines the API for rendition handlers. -
Exception Summary Exception Description AssetException Exception facade for all Asset related exceptions.AssetIOException Exception to be used for all Asset I/O related operations