Uses of Interface
info.magnolia.dam.api.Item

Packages that use Item
info.magnolia.dam.api   
 

Uses of Item in info.magnolia.dam.api
 

Subinterfaces of Item in info.magnolia.dam.api
 interface Asset
          An asset is a digital resource with associated metadata.
 interface Folder
          A Folder represents a structural item holding Assets.
 

Classes in info.magnolia.dam.api that implement Item
 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.
 

Methods in info.magnolia.dam.api that return Item
 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.
 

Methods in info.magnolia.dam.api that return types with arguments of type Item
 Iterator<Item> Folder.getChildren()
          Returns an iterator over the direct elements under this folder; returns both Assets and Folders.
 Iterator<Item> AssetProvider.list(AssetQuery assetQuery)
          Returns an iterator over the results matching the given AssetQuery.
 



Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.