public class NodeContentContext extends ContentContext
NULL_CONTEXT| Constructor and Description |
|---|
NodeContentContext(org.alfresco.service.cmr.repository.ContentReader existingContentReader,
java.lang.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() |
java.lang.String |
toString() |
getContentUrl, getExistingContentReaderpublic NodeContentContext(org.alfresco.service.cmr.repository.ContentReader existingContentReader,
java.lang.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 java.lang.String toString()
toString in class ContentContextpublic org.alfresco.service.cmr.repository.NodeRef getNodeRef()
public org.alfresco.service.namespace.QName getPropertyQName()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.