Class ChildAssociation

  • All Implemented Interfaces:
    java.io.Serializable, Scopeable

    public class ChildAssociation
    extends java.lang.Object
    implements Scopeable, java.io.Serializable
    Object representing a child association
    Author:
    Roy Wetherall
    See Also:
    Serialized Form
    • Constructor Detail

      • ChildAssociation

        public ChildAssociation​(ServiceRegistry services,
                                org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
      • ChildAssociation

        public ChildAssociation​(ServiceRegistry services,
                                org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef,
                                org.mozilla.javascript.Scriptable scope)
        Constructor
        Parameters:
        services - ServiceRegistry
        childAssocRef - ChildAssociationRef
        scope - Scriptable
    • Method Detail

      • getChildAssociationRef

        public org.alfresco.service.cmr.repository.ChildAssociationRef getChildAssociationRef()
      • getType

        public java.lang.String getType()
      • getName

        public java.lang.String getName()
      • isPrimary

        public boolean isPrimary()
      • getNthSibling

        public int getNthSibling()