public class ChildAssociation extends java.lang.Object implements Scopeable, java.io.Serializable
| Constructor and Description |
|---|
ChildAssociation(ServiceRegistry services,
org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef) |
ChildAssociation(ServiceRegistry services,
org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef,
org.mozilla.javascript.Scriptable scope)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ScriptNode |
getChild() |
org.alfresco.service.cmr.repository.ChildAssociationRef |
getChildAssociationRef() |
java.lang.String |
getName() |
int |
getNthSibling() |
ScriptNode |
getParent() |
java.lang.String |
getType() |
boolean |
isPrimary() |
void |
setScope(org.mozilla.javascript.Scriptable scope)
Set the Scriptable global scope
|
public ChildAssociation(ServiceRegistry services, org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
public ChildAssociation(ServiceRegistry services, org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef, org.mozilla.javascript.Scriptable scope)
services - childAssocRef - public void setScope(org.mozilla.javascript.Scriptable scope)
ScopeablesetScope in interface ScopeableScopeable.setScope(org.mozilla.javascript.Scriptable)public org.alfresco.service.cmr.repository.ChildAssociationRef getChildAssociationRef()
public java.lang.String getType()
public java.lang.String getName()
public ScriptNode getParent()
public ScriptNode getChild()
public boolean isPrimary()
public int getNthSibling()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.