org.alfresco.repo.cmis.reference
Class AbstractObjectReference

java.lang.Object
  extended by org.alfresco.repo.cmis.reference.AbstractObjectReference
All Implemented Interfaces:
org.alfresco.cmis.CMISObjectReference
Direct Known Subclasses:
AVMPathReference, NodeIdReference, NodePathReference, ObjectPathReference

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

Abstract Object Reference


Field Summary
protected  org.alfresco.cmis.CMISServices cmisServices
           
protected  org.alfresco.cmis.CMISRepositoryReference repo
           
 
Constructor Summary
AbstractObjectReference(org.alfresco.cmis.CMISServices cmisServices, org.alfresco.cmis.CMISRepositoryReference repo)
          Construct
 
Method Summary
 org.alfresco.cmis.CMISRepositoryReference getRepositoryReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.alfresco.cmis.CMISObjectReference
getNodeRef
 

Field Detail

cmisServices

protected org.alfresco.cmis.CMISServices cmisServices

repo

protected org.alfresco.cmis.CMISRepositoryReference repo
Constructor Detail

AbstractObjectReference

public AbstractObjectReference(org.alfresco.cmis.CMISServices cmisServices,
                               org.alfresco.cmis.CMISRepositoryReference repo)
Construct

Parameters:
cmisServices -
repo -
Method Detail

getRepositoryReference

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


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