Package com.day.cq.dam.api
Interface MetadataManager
-
public interface MetadataManager
Deprecated.This class will be removed with no replacement.TheMetadataManager
specifies methods to handle metadata nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Node
addMetadataNode(java.lang.String assetNodePath, Session session)
Deprecated.Node
getMetadataNode(java.lang.String assetNodePath, Session session)
Deprecated.void
removeMetadataNode(java.lang.String assetNodePath, Session session)
Deprecated.
-
-
-
Method Detail
-
removeMetadataNode
void removeMetadataNode(java.lang.String assetNodePath, Session session)
Deprecated.
-
-