Class NodeBrowserPost.ChildAssocRefWrapper
- java.lang.Object
-
- org.alfresco.repo.web.scripts.admin.NodeBrowserPost.ChildAssocRefWrapper
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NodeBrowserPost
public class NodeBrowserPost.ChildAssocRefWrapper extends Object implements Serializable
Wrapper to resolve Assoc Type and QName to short form with resolved prefix- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChildAssocRefWrapper(ChildAssociationRef r)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeRef
getChildRef()
NodeRef
getParentRef()
String
getQName()
String
getTypeQName()
boolean
isChildLocked()
boolean
isPrimary()
-
-
-
Constructor Detail
-
ChildAssocRefWrapper
public ChildAssocRefWrapper(ChildAssociationRef r)
-
-