com.day.cq.dam.api
Interface DamManager
public interface DamManager
The DamManager class ...
createTempFile
File createTempFile(String prefix,
String suffix)
throws IOException
- Throws:
IOException
createMetadataPath
String createMetadataPath(String assetNodePath)
createBinaryUploadLocationPath
String createBinaryUploadLocationPath(String metadataNodePath)
getSession
Session getSession()
throws RepositoryException
- Throws:
RepositoryException
addAssetNode
Node addAssetNode(String assetNodePath,
Session session)
getAssetNode
Node getAssetNode(String assetNodePath,
Session session)
removeAssetNode
void removeAssetNode(String assetNodePath,
Session session)
createAssetContent
Node createAssetContent(String assetNodePath,
Session session)
Copyright © 2009 Day Management AG. All Rights Reserved.