public class NodeContentContext extends ContentContext
NULL_CONTEXT| Constructor and Description |
|---|
NodeContentContext(ContentReader existingContentReader,
String contentUrl,
NodeRef nodeRef,
QName propertyQName)
Construct the instance with the content URL.
|
| Modifier and Type | Method and Description |
|---|---|
NodeRef |
getNodeRef() |
QName |
getPropertyQName() |
String |
toString() |
getContentUrl, getExistingContentReaderpublic NodeContentContext(ContentReader existingContentReader, String contentUrl, NodeRef nodeRef, 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 ContentContextpublic NodeRef getNodeRef()
public QName getPropertyQName()
Copyright © 2005–2021 Alfresco Software. All rights reserved.