org.alfresco.repo.cmis.reference
Class AssociationIdRelationshipReference

java.lang.Object
  extended by org.alfresco.repo.cmis.reference.AssociationIdRelationshipReference
All Implemented Interfaces:
org.alfresco.cmis.CMISRelationshipReference

public class AssociationIdRelationshipReference
extends java.lang.Object
implements org.alfresco.cmis.CMISRelationshipReference

Association ID relationship reference. An association ID can be resolved to an AssociationRef.


Constructor Summary
AssociationIdRelationshipReference(org.alfresco.cmis.CMISServices cmisServices, java.lang.String assocId)
          Construct
 
Method Summary
 org.alfresco.service.cmr.repository.AssociationRef getAssocRef()
           
 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

AssociationIdRelationshipReference

public AssociationIdRelationshipReference(org.alfresco.cmis.CMISServices cmisServices,
                                          java.lang.String assocId)
Construct

Parameters:
cmisServices -
assocId -
Method Detail

getAssocRef

public org.alfresco.service.cmr.repository.AssociationRef getAssocRef()
Specified by:
getAssocRef in interface org.alfresco.cmis.CMISRelationshipReference

getRepositoryReference

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

toString

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


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