Uses of Interface
info.magnolia.dam.asset.Asset

Packages that use Asset
info.magnolia.dam   
info.magnolia.dam.asset   
info.magnolia.dam.asset.builder   
info.magnolia.dam.asset.field   
info.magnolia.dam.asset.functions   
info.magnolia.dam.asset.model   
info.magnolia.dam.asset.renderer   
info.magnolia.dam.provider   
info.magnolia.dam.providers.jcr   
info.magnolia.dam.util   
 

Uses of Asset in info.magnolia.dam
 

Methods in info.magnolia.dam that return Asset
 Asset DefaultDamManager.getAssetForId(String assetIdentifier)
           
 Asset DamManager.getAssetForId(String assetIdentifier)
          Retrieve an Asset based on an assetIdentifier.
Deleted/Hidden Assets will not be returned.
 Asset DefaultDamManager.getAssetForPath(String assetPath)
           
 Asset DamManager.getAssetForPath(String assetPath)
          Retrieve an Asset based on an Asset path.
 

Methods in info.magnolia.dam that return types with arguments of type Asset
 List<Asset> DefaultDamManager.getAssetsForFilter(AssetFilter assetFilter)
           
 List<Asset> DamManager.getAssetsForFilter(AssetFilter assetFilter)
          Retrieve an Asset List based on an AssetFilter.
 List<Asset> DefaultDamManager.getAssetsFromFolderId(String folderIdentifier)
           
 List<Asset> DamManager.getAssetsFromFolderId(String folderIdentifier)
          Retrieve an Asset List based on a folder identifier.
 

Methods in info.magnolia.dam with parameters of type Asset
 AssetMap DefaultDamManager.getAssetMap(Asset asset)
           
 AssetMap DamManager.getAssetMap(Asset asset)
          Return the AssetMap representation of the Asset.
 

Uses of Asset in info.magnolia.dam.asset
 

Classes in info.magnolia.dam.asset that implement Asset
 class AbstractBaseAsset
          Abstract implementation of Asset.
 class AssetWrapper
          Wrapper used for decoration, delegates method calls to a target asset.
 

Methods in info.magnolia.dam.asset that return Asset
 Asset AssetWrapper.getTarget()
           
static Asset AssetWrapper.unwrapAsset(Asset asset)
           
 

Methods in info.magnolia.dam.asset with parameters of type Asset
static Asset AssetWrapper.unwrapAsset(Asset asset)
           
 

Constructors in info.magnolia.dam.asset with parameters of type Asset
AssetWrapper(Asset target)
           
 

Uses of Asset in info.magnolia.dam.asset.builder
 

Classes in info.magnolia.dam.asset.builder with type parameters of type Asset
 interface AssetBuilder<T extends Asset,O>
          Generic definition of an Asset Builder.
 

Uses of Asset in info.magnolia.dam.asset.field
 

Methods in info.magnolia.dam.asset.field that return Asset
protected  Asset DamFilePreviewComponent.refreshItem(String itemPath)
           
 

Methods in info.magnolia.dam.asset.field with parameters of type Asset
 com.vaadin.ui.Component DamFilePreviewComponent.refreshContentDetail(Asset item)
           
 com.vaadin.ui.Component DamFilePreviewComponent.refreshContentPreview(Asset item)
           
 

Uses of Asset in info.magnolia.dam.asset.functions
 

Methods in info.magnolia.dam.asset.functions that return Asset
 Asset DamTemplatingFunctions.getAssetForId(String assetIdentifier)
          Retrieve an Asset based on an Asset identifier.
 Asset DamTemplatingFunctions.getAssetForPath(String assetPath)
          Retrieve an Asset based on an Asset path.
 Asset DamTemplatingFunctions.getAssetRendition(Asset asset, String renditionName)
          Return the specified Asset Rendition.
 Asset DamTemplatingFunctions.getAssetRenditionForAssetId(String assetIdentifier, String renditionName)
          Return the specified Asset Rendition based on the assetIdentifier.
 

Methods in info.magnolia.dam.asset.functions that return types with arguments of type Asset
 List<Asset> DamTemplatingFunctions.getAssetsForFilter(AssetFilter assetFilter)
          Retrieve an Asset List based on an AssetFilter.
 List<Asset> DamTemplatingFunctions.getAssetsFromFolderId(String folderIdentifier)
          Retrieve an Asset List based on a folder identifier.
 

Methods in info.magnolia.dam.asset.functions with parameters of type Asset
 AssetMap DamTemplatingFunctions.getAssetMap(Asset asset)
          Return the AssetMap representation of the Asset.
 Asset DamTemplatingFunctions.getAssetRendition(Asset asset, String renditionName)
          Return the specified Asset Rendition.
 

Uses of Asset in info.magnolia.dam.asset.model
 

Constructors in info.magnolia.dam.asset.model with parameters of type Asset
AssetMap(Asset asset, Map<String,Object> metadataMap)
           
 

Uses of Asset in info.magnolia.dam.asset.renderer
 

Subinterfaces of Asset in info.magnolia.dam.asset.renderer
 interface Rendition
          A rendition of an asset.
 

Methods in info.magnolia.dam.asset.renderer with parameters of type Asset
 Rendition AssetRenderer.getRendition(Asset asset, String renditionName)
           
 

Uses of Asset in info.magnolia.dam.provider
 

Methods in info.magnolia.dam.provider that return Asset
 Asset AssetProvider.getAsset(String assetIdentifier)
          Retrieve an Asset based on an assetIdentifier.
 

Methods in info.magnolia.dam.provider that return types with arguments of type Asset
 List<Asset> AssetProvider.getAssetsForFilter(AssetFilter assetFilter)
          Retrieve an Asset List based on an AssetFilter .
 List<Asset> AssetProvider.getAssetsFromFolderId(String folderIdentifier)
          Retrieve an Asset List based on an asset Identifier.
Returns direct children of the Folder.
 List<Asset> AssetProvider.getAssetsFromFolderPath(String folderPath)
          Retrieve an Asset List based on an asset Folder.
Returns direct children of the Folder.
 

Methods in info.magnolia.dam.provider with parameters of type Asset
 AssetMap AssetProvider.getAssetMap(Asset asset)
          Return the AssetMap representation of the Asset.
 Rendition AssetProvider.getRendition(Asset asset, String renditionName)
          Return the specified Asset Rendition.
 String AssetProvider.getURI(Asset asset, String uriPrefix)
          Get URI link to the Asset.
 

Uses of Asset in info.magnolia.dam.providers.jcr
 

Classes in info.magnolia.dam.providers.jcr that implement Asset
 class JcrAsset
          Default Asset implementation.
 

Methods in info.magnolia.dam.providers.jcr that return Asset
 Asset JcrAssetProvider.getAsset(String assetIdentifier)
           
 

Methods in info.magnolia.dam.providers.jcr that return types with arguments of type Asset
 List<Asset> JcrAssetProvider.getAssetsByQuery(String whereClause, boolean includeDeleted)
          Return an asset based on a JCR query (format Query.SQL).
 List<Asset> JcrAssetProvider.getAssetsForFilter(AssetFilter assetFilter)
           
 List<Asset> JcrAssetProvider.getAssetsFromFolderId(String folderIdentifier)
           
 List<Asset> JcrAssetProvider.getAssetsFromFolderPath(String folderPath)
           
 

Methods in info.magnolia.dam.providers.jcr with parameters of type Asset
 AssetMap JcrAssetProvider.getAssetMap(Asset asset)
           
 Rendition JcrAssetRenderer.getRendition(Asset asset, String renditionName)
           
 Rendition JcrAssetProvider.getRendition(Asset asset, String renditionName)
           
 String JcrAssetProvider.getURI(Asset asset, String uriPrefix)
           
 

Uses of Asset in info.magnolia.dam.util
 

Methods in info.magnolia.dam.util that return Asset
static Asset AssetUtil.createAsset(File file, String path)
          Deprecated. This is temporary solution. More complete solution will be provided in version 1.3.
static Asset AssetUtil.createAsset(InputStream stream, String targetPath, String extension)
          Deprecated. This is temporary solution. More complete solution will be provided in version 1.3.
 

Methods in info.magnolia.dam.util with parameters of type Asset
static String AssetUtil.getEncodedFileName(Asset asset)
          Encode the FileName in a UTF-8 bases.
 



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