Package org.alfresco.repo.jscript
Class ChildAssociation
java.lang.Object
org.alfresco.repo.jscript.ChildAssociation
- All Implemented Interfaces:
Serializable,Scopeable
Object representing a child association
- Author:
- Roy Wetherall
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChildAssociation(ServiceRegistry services, ChildAssociationRef childAssocRef) ChildAssociation(ServiceRegistry services, ChildAssociationRef childAssocRef, org.mozilla.javascript.Scriptable scope) Constructor -
Method Summary
-
Constructor Details
-
ChildAssociation
-
ChildAssociation
public ChildAssociation(ServiceRegistry services, ChildAssociationRef childAssocRef, org.mozilla.javascript.Scriptable scope) Constructor- Parameters:
services- ServiceRegistrychildAssocRef- ChildAssociationRefscope- Scriptable
-
-
Method Details
-
setScope
public void setScope(org.mozilla.javascript.Scriptable scope) Description copied from interface:ScopeableSet the Scriptable global scope -
getChildAssociationRef
-
getType
-
getName
-
getParent
-
getChild
-
isPrimary
public boolean isPrimary() -
getNthSibling
public int getNthSibling()
-