Uses of Class
info.magnolia.dam.api.ItemKey

Packages that use ItemKey
info.magnolia.dam.api   
 

Uses of ItemKey in info.magnolia.dam.api
 

Methods in info.magnolia.dam.api that return ItemKey
static ItemKey ItemKey.from(String compositeKey)
           
 ItemKey Item.getItemKey()
           
 ItemKey AssetDecorator.getItemKey()
           
 ItemKey AbstractItem.getItemKey()
           
 

Methods in info.magnolia.dam.api with parameters of type ItemKey
 Asset AssetProvider.getAsset(ItemKey assetKey)
          Cast-less convenience method for AssetProvider.getItem(ItemKey).
 Folder AssetProvider.getFolder(ItemKey folderKey)
          Cast-less convenience method for AssetProvider.getItem(ItemKey).
 Item AssetProvider.getItem(ItemKey itemKey)
          Returns the item associated with the given ItemKey, regardless of its type.
 AssetProvider AssetProviderRegistry.getProviderFor(ItemKey itemKey)
          TODO The below is currently not implemented/implementable, we'd need a canHandle(ItemKey) method on providers Returns the first provider that declares it can handle this key.
 

Constructors in info.magnolia.dam.api with parameters of type ItemKey
AbstractItem(T assetProvider, ItemKey key)
           
AssetProvider.AssetNotFoundException(ItemKey itemKey)
           
AssetProvider.IllegalItemKeyException(ItemKey itemKey, AssetProvider provider, String reason)
           
AssetProviderRegistry.NoSuchAssetProviderException(ItemKey itemKey)
           
 



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