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