com.day.cq.dam.api
Interface DamManager


public interface DamManager

The DamManager class ...


Method Summary
 Node addAssetNode(String assetNodePath, Session session)
           
 Node createAssetContent(String assetNodePath, Session session)
           
 String createBinaryUploadLocationPath(String metadataNodePath)
           
 String createMetadataPath(String assetNodePath)
           
 File createTempFile(String prefix, String suffix)
           
 Node getAssetNode(String assetNodePath, Session session)
           
 Session getSession()
           
 void removeAssetNode(String assetNodePath, Session session)
           
 

Method Detail

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.