Class ChildAssociation

java.lang.Object
org.alfresco.repo.jscript.ChildAssociation
All Implemented Interfaces:
Serializable, Scopeable

public class ChildAssociation extends Object implements Scopeable, Serializable
Object representing a child association
Author:
Roy Wetherall
See Also:
  • Constructor Details

    • ChildAssociation

      public ChildAssociation(ServiceRegistry services, ChildAssociationRef childAssocRef)
    • ChildAssociation

      public ChildAssociation(ServiceRegistry services, ChildAssociationRef childAssocRef, org.mozilla.javascript.Scriptable scope)
      Constructor
      Parameters:
      services - ServiceRegistry
      childAssocRef - ChildAssociationRef
      scope - Scriptable
  • Method Details