Uses of Class
org.alfresco.search.model.PathElement
-
Packages that use PathElement Package Description org.alfresco.search.model -
-
Uses of PathElement in org.alfresco.search.model
Methods in org.alfresco.search.model that return PathElement Modifier and Type Method Description PathElementPathElement. id(String id)PathElementPathElement. name(String name)Methods in org.alfresco.search.model that return types with arguments of type PathElement Modifier and Type Method Description @Valid List<PathElement>PathInfo. getElements()Get elementsMethods in org.alfresco.search.model with parameters of type PathElement Modifier and Type Method Description PathInfoPathInfo. addElementsItem(PathElement elementsItem)Method parameters in org.alfresco.search.model with type arguments of type PathElement Modifier and Type Method Description PathInfoPathInfo. elements(List<PathElement> elements)voidPathInfo. setElements(List<PathElement> elements)
-