public class RenditionLocationImpl extends java.lang.Object implements RenditionLocation
| Constructor and Description |
|---|
RenditionLocationImpl(org.alfresco.service.cmr.repository.NodeRef parentRef,
org.alfresco.service.cmr.repository.NodeRef childRef,
java.lang.String childName) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public RenditionLocationImpl(org.alfresco.service.cmr.repository.NodeRef parentRef,
org.alfresco.service.cmr.repository.NodeRef childRef,
java.lang.String childName)
public java.lang.String getChildName()
RenditionLocationgetChildName in interface RenditionLocationpublic org.alfresco.service.cmr.repository.NodeRef getParentRef()
RenditionLocationgetParentRef in interface RenditionLocationpublic org.alfresco.service.cmr.repository.NodeRef getChildRef()
RenditionLocationgetChildRef in interface RenditionLocationCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.