public class RenditionLocationImpl extends Object implements RenditionLocation
| Constructor and Description |
|---|
RenditionLocationImpl(org.alfresco.service.cmr.repository.NodeRef parentRef,
org.alfresco.service.cmr.repository.NodeRef childRef,
String childName) |
| Modifier and Type | Method and Description |
|---|---|
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,
String childName)
public 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–2018 Alfresco Software. All rights reserved.