org.alfresco.repo.search
Class DocumentNavigator.JCRRootNodeChildAssociationRef

java.lang.Object
  extended by org.alfresco.service.cmr.repository.ChildAssociationRef
      extended by org.alfresco.repo.search.DocumentNavigator.JCRRootNodeChildAssociationRef
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable, EntityRef
Enclosing class:
DocumentNavigator

public class DocumentNavigator.JCRRootNodeChildAssociationRef
extends ChildAssociationRef

See Also:
Serialized Form

Constructor Summary
DocumentNavigator.JCRRootNodeChildAssociationRef(QName assocTypeQName, NodeRef parentRef, QName childQName, NodeRef childRef)
           
DocumentNavigator.JCRRootNodeChildAssociationRef(QName assocTypeQName, NodeRef parentRef, QName childQName, NodeRef childRef, boolean isPrimary, int nthSibling)
           
 
Method Summary
 
Methods inherited from class org.alfresco.service.cmr.repository.ChildAssociationRef
compareTo, equals, getChildRef, getNthSibling, getParentRef, getQName, getTypeQName, hashCode, isPrimary, setNthSibling, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentNavigator.JCRRootNodeChildAssociationRef

public DocumentNavigator.JCRRootNodeChildAssociationRef(QName assocTypeQName,
                                                        NodeRef parentRef,
                                                        QName childQName,
                                                        NodeRef childRef)

DocumentNavigator.JCRRootNodeChildAssociationRef

public DocumentNavigator.JCRRootNodeChildAssociationRef(QName assocTypeQName,
                                                        NodeRef parentRef,
                                                        QName childQName,
                                                        NodeRef childRef,
                                                        boolean isPrimary,
                                                        int nthSibling)


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