Interface | Description |
---|---|
Asset |
An asset is a digital resource with associated metadata.
|
AssetProvider | |
AssetProviderRegistry |
Entry point to retrieve
AssetProvider s. |
AssetQuery |
Represents a query to an AssetProvider.
|
AssetRenderer |
An AssetRenderer provides
AssetRendition s by bridging an Asset's data and some type of converter. |
AssetRendition |
An AssetRendition is a "view" on a asset, for a specific MimeType.
|
Folder |
A Folder represents a structural item holding
Asset s. |
Item | |
PathAwareAssetProvider |
Expose specific operations for AssetProviders which are aware of paths.
|
RenditionAwareAssetProvider | Deprecated
since 2.0.8 - should not be used, and will be removed in 2.1.
|
Class | Description |
---|---|
AbstractAssetProvider |
Convenient abstract base class for
implementations . |
AbstractItem<T extends AssetProvider> |
Common superclass for any dam Item.
|
AssetDecorator |
TODO : do we need this ? If so, maybe call it AssetWrapper to be consistent.
|
AssetQuery.Builder |
A builder for
AssetQuery which provides a fluent API. |
AssetQuery.OrderBy |
Represents a sorting rule to be applied to a query.
|
ItemKey |
Enum | Description |
---|---|
AssetProviderCapability |
Features optional implemented/provided by
AssetProvider . |
AssetQuery.Order |
Enumeration specifying the order of sorting.
|
Exception | Description |
---|---|
AssetProvider.AssetNotFoundException |
Thrown when the given ItemKey can't be found.
|
AssetProvider.IllegalItemKeyException |
Thrown when the given ItemKey isn't usable by the provider.
|
AssetProviderRegistry.NoSuchAssetProviderException |
Thrown when no
AssetProvider can be found for the given ItemKey or String id. |
AssetProviderRegistry.NoSuchAssetRendererException |
Thrown when no
AssetRenderer can be found for the given Asset to be converted to the given MediaType . |
DamException |
An abstract exception class that all DAM exceptions should extend.
|
PathAwareAssetProvider.PathNotFoundException |
Thrown when no Item can be found at the given path.
|
RenditionAwareAssetProvider.AssetRenditionException |
Thrown when rendition couldn't be generated.
|
Copyright © 2015 Magnolia International Ltd.. All rights reserved.