|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.rendition.RenditionLocationImpl
public class RenditionLocationImpl
This simple class is a struct containing a rendition node, its parent and its name.
Constructor Summary | |
---|---|
RenditionLocationImpl(org.alfresco.service.cmr.repository.NodeRef parentRef,
org.alfresco.service.cmr.repository.NodeRef childRef,
java.lang.String childName)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenditionLocationImpl(org.alfresco.service.cmr.repository.NodeRef parentRef, org.alfresco.service.cmr.repository.NodeRef childRef, java.lang.String childName)
Method Detail |
---|
public java.lang.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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |