org.alfresco.jcr.api
Class JCRNodeRef

java.lang.Object
  extended by org.alfresco.jcr.api.JCRNodeRef

public class JCRNodeRef
extends java.lang.Object

Helper to retrieve an Alfresco Node Reference from a JCR Node


Constructor Summary
JCRNodeRef()
           
 
Method Summary
static org.alfresco.service.cmr.repository.NodeRef getNodeRef(javax.jcr.Node node)
          Gets the Node Reference for the specified Node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCRNodeRef

public JCRNodeRef()
Method Detail

getNodeRef

public static org.alfresco.service.cmr.repository.NodeRef getNodeRef(javax.jcr.Node node)
                                                              throws javax.jcr.RepositoryException
Gets the Node Reference for the specified Node

Parameters:
node - JCR Node
Returns:
Alfresco Node Reference
Throws:
javax.jcr.RepositoryException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.