public class NodeContentContext
extends org.alfresco.repo.content.ContentContext
Constructor and Description |
---|
NodeContentContext(org.alfresco.service.cmr.repository.ContentReader existingContentReader,
String contentUrl,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.namespace.QName propertyQName)
Construct the instance with the content URL.
|
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef() |
org.alfresco.service.namespace.QName |
getPropertyQName() |
String |
toString() |
public NodeContentContext(org.alfresco.service.cmr.repository.ContentReader existingContentReader, String contentUrl, org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.namespace.QName propertyQName)
existingContentReader
- content with which to seed the new writer - may be nullcontentUrl
- the content URL - may be nullnodeRef
- the node holding the content metadata - may not be nullpropertyQName
- the property holding the content metadata - may not be nullpublic String toString()
toString
in class org.alfresco.repo.content.ContentContext
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
public org.alfresco.service.namespace.QName getPropertyQName()
Copyright © 2005–2017 Alfresco Software. All rights reserved.