Uses of Class
org.xwiki.rest.model.jaxb.Hierarchy
-
Packages that use Hierarchy Package Description org.xwiki.rest.model.jaxb -
-
Uses of Hierarchy in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb declared as Hierarchy Modifier and Type Field Description protected Hierarchy
Attachment. hierarchy
protected Hierarchy
Page. hierarchy
protected Hierarchy
SearchResult. hierarchy
Methods in org.xwiki.rest.model.jaxb that return Hierarchy Modifier and Type Method Description Hierarchy
ObjectFactory. createHierarchy()
Create an instance ofHierarchy
Hierarchy
Attachment. getHierarchy()
Gets the value of the hierarchy property.Hierarchy
Page. getHierarchy()
Gets the value of the hierarchy property.Hierarchy
SearchResult. getHierarchy()
Gets the value of the hierarchy property.Hierarchy
Hierarchy. withItems(Collection<HierarchyItem> values)
Hierarchy
Hierarchy. withItems(HierarchyItem... values)
Methods in org.xwiki.rest.model.jaxb with parameters of type Hierarchy Modifier and Type Method Description void
Attachment. setHierarchy(Hierarchy value)
Sets the value of the hierarchy property.void
Page. setHierarchy(Hierarchy value)
Sets the value of the hierarchy property.void
SearchResult. setHierarchy(Hierarchy value)
Sets the value of the hierarchy property.Attachment
Attachment. withHierarchy(Hierarchy value)
Page
Page. withHierarchy(Hierarchy value)
SearchResult
SearchResult. withHierarchy(Hierarchy value)
-