Package | Description |
---|---|
org.xwiki.rest.model.jaxb |
Modifier and Type | Field and Description |
---|---|
protected Hierarchy |
SearchResult.hierarchy |
protected Hierarchy |
Page.hierarchy |
protected Hierarchy |
Attachment.hierarchy |
Modifier and Type | Method and Description |
---|---|
Hierarchy |
ObjectFactory.createHierarchy()
Create an instance of
Hierarchy |
Hierarchy |
SearchResult.getHierarchy()
Gets the value of the hierarchy property.
|
Hierarchy |
Page.getHierarchy()
Gets the value of the hierarchy property.
|
Hierarchy |
Attachment.getHierarchy()
Gets the value of the hierarchy property.
|
Hierarchy |
Hierarchy.withItems(Collection<HierarchyItem> values) |
Hierarchy |
Hierarchy.withItems(HierarchyItem... values) |
Modifier and Type | Method and Description |
---|---|
void |
SearchResult.setHierarchy(Hierarchy value)
Sets the value of the hierarchy property.
|
void |
Page.setHierarchy(Hierarchy value)
Sets the value of the hierarchy property.
|
void |
Attachment.setHierarchy(Hierarchy value)
Sets the value of the hierarchy property.
|
SearchResult |
SearchResult.withHierarchy(Hierarchy value) |
Page |
Page.withHierarchy(Hierarchy value) |
Attachment |
Attachment.withHierarchy(Hierarchy value) |
Copyright © 2004–2021 XWiki. All rights reserved.