Uses of Class
org.exoplatform.services.jcr.webdav.resource.HierarchicalProperty
-
Packages that use HierarchicalProperty Package Description org.exoplatform.services.jcr.webdav.resource -
-
Uses of HierarchicalProperty in org.exoplatform.services.jcr.webdav.resource
Fields in org.exoplatform.services.jcr.webdav.resource with type parameters of type HierarchicalProperty Modifier and Type Field Description protected List<HierarchicalProperty>HierarchicalProperty. childrenThe list of property's children.Methods in org.exoplatform.services.jcr.webdav.resource that return HierarchicalProperty Modifier and Type Method Description HierarchicalPropertyHierarchicalProperty. addChild(HierarchicalProperty prop)adds prop as a children to this property.HierarchicalPropertyHierarchicalProperty. getChild(int index)retrieves children property by 0 based index.HierarchicalPropertyHierarchicalProperty. getChild(QName name)retrieves children property by name.Methods in org.exoplatform.services.jcr.webdav.resource that return types with arguments of type HierarchicalProperty Modifier and Type Method Description List<HierarchicalProperty>HierarchicalProperty. getChildren()Returns this property children.Methods in org.exoplatform.services.jcr.webdav.resource with parameters of type HierarchicalProperty Modifier and Type Method Description HierarchicalPropertyHierarchicalProperty. addChild(HierarchicalProperty prop)adds prop as a children to this property.
-