Uses of Class
org.alfresco.service.cmr.search.CategoryService.Depth
-
Packages that use CategoryService.Depth Package Description org.alfresco.repo.search.impl.lucene org.alfresco.service.cmr.search -
-
Uses of CategoryService.Depth in org.alfresco.repo.search.impl.lucene
Methods in org.alfresco.repo.search.impl.lucene with parameters of type CategoryService.Depth Modifier and Type Method Description java.util.Collection<org.alfresco.service.cmr.repository.ChildAssociationRef>LuceneCategoryServiceImpl. getCategories(org.alfresco.service.cmr.repository.StoreRef storeRef, org.alfresco.service.namespace.QName aspectQName, CategoryService.Depth depth)java.util.Collection<org.alfresco.service.cmr.repository.ChildAssociationRef>LuceneCategoryServiceImpl. getChildren(org.alfresco.service.cmr.repository.NodeRef categoryRef, CategoryService.Mode mode, CategoryService.Depth depth)java.util.Collection<org.alfresco.service.cmr.repository.ChildAssociationRef>LuceneCategoryServiceImpl. getChildren(org.alfresco.service.cmr.repository.NodeRef categoryRef, CategoryService.Mode mode, CategoryService.Depth depth, java.lang.String filter) -
Uses of CategoryService.Depth in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return CategoryService.Depth Modifier and Type Method Description static CategoryService.DepthCategoryService.Depth. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CategoryService.Depth[]CategoryService.Depth. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.service.cmr.search with parameters of type CategoryService.Depth Modifier and Type Method Description java.util.Collection<org.alfresco.service.cmr.repository.ChildAssociationRef>CategoryService. getCategories(org.alfresco.service.cmr.repository.StoreRef storeRef, org.alfresco.service.namespace.QName aspectQName, CategoryService.Depth depth)Get a list of all the categories appropriate for a given property.java.util.Collection<org.alfresco.service.cmr.repository.ChildAssociationRef>CategoryService. getChildren(org.alfresco.service.cmr.repository.NodeRef categoryRef, CategoryService.Mode mode, CategoryService.Depth depth)Get the children of a given category node
-