Package | Description |
---|---|
info.magnolia.dam.api |
Modifier and Type | Interface and Description |
---|---|
interface |
Asset
An asset is a digital resource with associated metadata.
|
interface |
Folder
A Folder represents a structural item holding
Asset s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractItem<T extends AssetProvider>
Common superclass for any dam Item.
|
class |
AssetDecorator
TODO : do we need this ? If so, maybe call it AssetWrapper to be consistent.
|
Modifier and Type | Method and Description |
---|---|
Item |
AssetProvider.getItem(ItemKey itemKey)
Returns the item associated with the given
ItemKey , regardless of its type. |
Item |
PathAwareAssetProvider.getItem(String path) |
Item |
Folder.getItem(String name)
Returns the item directly under this folder with the given name.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Item> |
Folder.getChildren()
|
Iterator<Item> |
AssetProvider.list(AssetQuery assetQuery)
Returns an iterator over the results matching the given
AssetQuery . |
Copyright © 2015 Magnolia International Ltd.. All rights reserved.