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()
RenditionLocation
getChildName
in interface RenditionLocation
public org.alfresco.service.cmr.repository.NodeRef getParentRef()
RenditionLocation
getParentRef
in interface RenditionLocation
public org.alfresco.service.cmr.repository.NodeRef getChildRef()
RenditionLocation
getChildRef
in interface RenditionLocation
Copyright © 2005–2017 Alfresco Software. All rights reserved.