Uses of Class
org.xwiki.model.reference.EntityReferenceTree
-
Packages that use EntityReferenceTree Package Description org.xwiki.model.script -
-
Uses of EntityReferenceTree in org.xwiki.model.script
Methods in org.xwiki.model.script that return EntityReferenceTree Modifier and Type Method Description EntityReferenceTree
ModelScriptService. toTree(Iterable<? extends EntityReference> references)
Convert passed references to a tree of references.EntityReferenceTree
ModelScriptService. toTree(EntityReference... references)
Convert passed references to a tree of references.
-