Uses of Enum Class
org.alfresco.service.cmr.search.CategoryService.Depth
Packages that use CategoryService.Depth
-
Uses of CategoryService.Depth in org.alfresco.repo.search.impl
Methods in org.alfresco.repo.search.impl with parameters of type CategoryService.DepthModifier and TypeMethodDescriptionAbstractCategoryServiceImpl.getCategories(StoreRef storeRef, QName aspectQName, CategoryService.Depth depth) AbstractCategoryServiceImpl.getChildren(NodeRef categoryRef, CategoryService.Mode mode, CategoryService.Depth depth) AbstractCategoryServiceImpl.getChildren(NodeRef categoryRef, CategoryService.Mode mode, CategoryService.Depth depth, String filter) -
Uses of CategoryService.Depth in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return CategoryService.DepthModifier and TypeMethodDescriptionstatic CategoryService.DepthReturns the enum constant of this class with the specified name.static CategoryService.Depth[]CategoryService.Depth.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.service.cmr.search with parameters of type CategoryService.DepthModifier and TypeMethodDescriptionCategoryService.getCategories(StoreRef storeRef, QName aspectQName, CategoryService.Depth depth) Get a list of all the categories appropriate for a given property.CategoryService.getChildren(NodeRef categoryRef, CategoryService.Mode mode, CategoryService.Depth depth) Get the children of a given category node