Uses of Class
org.alfresco.service.cmr.search.CategoryService.Mode
-
Packages that use CategoryService.Mode Package Description org.alfresco.repo.search.impl.lucene org.alfresco.service.cmr.search -
-
Uses of CategoryService.Mode in org.alfresco.repo.search.impl.lucene
Methods in org.alfresco.repo.search.impl.lucene with parameters of type CategoryService.Mode Modifier and Type Method Description 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.Mode in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return CategoryService.Mode Modifier and Type Method Description static CategoryService.ModeCategoryService.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CategoryService.Mode[]CategoryService.Mode. 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.Mode Modifier and Type Method Description 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
-