org.alfresco.repo.cmis.reference
Class ObjectPathReference

java.lang.Object
  extended by org.alfresco.repo.cmis.reference.AbstractObjectReference
      extended by org.alfresco.repo.cmis.reference.ObjectPathReference
All Implemented Interfaces:
org.alfresco.cmis.CMISObjectReference

public class ObjectPathReference
extends AbstractObjectReference

Path Object Reference Note: This path is relative to the CMIS root path


Field Summary
protected  java.lang.String path
           
protected  java.lang.String[] reference
           
 
Fields inherited from class org.alfresco.repo.cmis.reference.AbstractObjectReference
cmisServices, repo
 
Constructor Summary
ObjectPathReference(org.alfresco.cmis.CMISServices cmisServices, org.alfresco.cmis.CMISRepositoryReference repo, java.lang.String path)
          Construct
 
Method Summary
 org.alfresco.service.cmr.repository.NodeRef getNodeRef()
           
 java.lang.String getPath()
           
 java.lang.String toString()
           
 
Methods inherited from class org.alfresco.repo.cmis.reference.AbstractObjectReference
getRepositoryReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

path

protected java.lang.String path

reference

protected java.lang.String[] reference
Constructor Detail

ObjectPathReference

public ObjectPathReference(org.alfresco.cmis.CMISServices cmisServices,
                           org.alfresco.cmis.CMISRepositoryReference repo,
                           java.lang.String path)
Construct

Parameters:
cmisServices -
repo -
path -
Method Detail

getNodeRef

public org.alfresco.service.cmr.repository.NodeRef getNodeRef()

getPath

public java.lang.String getPath()
Returns:
path

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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