Package org.alfresco.repo.exporter
Class NodeContentData
- java.lang.Object
-
- org.alfresco.service.cmr.repository.ContentData
-
- org.alfresco.repo.exporter.NodeContentData
-
- All Implemented Interfaces:
Serializable
public class NodeContentData extends ContentData
ContentData with associated NodeRef- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeContentData(NodeRef nodeRef, ContentData contentData)Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeRefgetNodeRef()-
Methods inherited from class org.alfresco.service.cmr.repository.ContentData
createContentProperty, equals, getContentUrl, getEncoding, getInfoUrl, getLocale, getMimetype, getSize, hasContent, hashCode, setEncoding, setMimetype, toString
-
-
-
-
Constructor Detail
-
NodeContentData
public NodeContentData(NodeRef nodeRef, ContentData contentData)
Construct
-
-
Method Detail
-
getNodeRef
public NodeRef getNodeRef()
- Returns:
- noderef
-
-