| Package | Description |
|---|---|
| org.exoplatform.services.jcr.webdav.resource |
| Modifier and Type | Field and Description |
|---|---|
protected List<HierarchicalProperty> |
HierarchicalProperty.children
The list of property's children.
|
| Modifier and Type | Method and Description |
|---|---|
HierarchicalProperty |
HierarchicalProperty.addChild(HierarchicalProperty prop)
adds prop as a children to this property.
|
HierarchicalProperty |
HierarchicalProperty.getChild(int index)
retrieves children property by 0 based index.
|
HierarchicalProperty |
HierarchicalProperty.getChild(QName name)
retrieves children property by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<HierarchicalProperty> |
HierarchicalProperty.getChildren()
Returns this property children.
|
| Modifier and Type | Method and Description |
|---|---|
HierarchicalProperty |
HierarchicalProperty.addChild(HierarchicalProperty prop)
adds prop as a children to this property.
|
Copyright © 2016 eXo Platform SAS. All Rights Reserved.