org.alfresco.repo.cmis.reference
Class ObjectIdReference

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

public class ObjectIdReference
extends java.lang.Object
implements org.alfresco.cmis.CMISObjectReference

CMIS Object ID reference. A CMIS object ID encapsulates both a store and a node and identifies a specific version.


Constructor Summary
ObjectIdReference(org.alfresco.cmis.CMISServices cmisServices, java.lang.String objectId)
          Construct
 
Method Summary
 org.alfresco.service.cmr.repository.NodeRef getNodeRef()
           
 org.alfresco.cmis.CMISRepositoryReference getRepositoryReference()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectIdReference

public ObjectIdReference(org.alfresco.cmis.CMISServices cmisServices,
                         java.lang.String objectId)
Construct

Parameters:
cmisServices -
storeRef -
Method Detail

getNodeRef

public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
Specified by:
getNodeRef in interface org.alfresco.cmis.CMISObjectReference

getRepositoryReference

public org.alfresco.cmis.CMISRepositoryReference getRepositoryReference()
Specified by:
getRepositoryReference in interface org.alfresco.cmis.CMISObjectReference

toString

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


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