org.alfresco.repo.rendition
Interface RenditionLocation

All Known Implementing Classes:
RenditionLocationImpl

public interface RenditionLocation

This simple interface defines a data class which identifies a rendition node, its parent and its name.


Method Summary
 java.lang.String getChildName()
          Gets the name of the rendition.
 org.alfresco.service.cmr.repository.NodeRef getChildRef()
          Gets the rendition node itself.
 org.alfresco.service.cmr.repository.NodeRef getParentRef()
          Gets the parent node of the rendition.
 

Method Detail

getParentRef

org.alfresco.service.cmr.repository.NodeRef getParentRef()
Gets the parent node of the rendition.

Returns:

getChildRef

org.alfresco.service.cmr.repository.NodeRef getChildRef()
Gets the rendition node itself.

Returns:

getChildName

java.lang.String getChildName()
Gets the name of the rendition.

Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.