Uses of Interface
org.alfresco.service.cmr.search.CategoryService
-
Packages that use CategoryService Package Description org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.noindex org.alfresco.repo.search.impl.solr org.alfresco.repo.service org.alfresco.repo.tagging org.alfresco.repo.transfer Provides the implementation of the transfer service which can be used to transfer nodes from one repository to another.org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of CategoryService in org.alfresco.repo.search.impl.lucene
Classes in org.alfresco.repo.search.impl.lucene that implement CategoryService Modifier and Type Class Description classLuceneCategoryServiceImplCategory service implementation -
Uses of CategoryService in org.alfresco.repo.search.impl.noindex
Classes in org.alfresco.repo.search.impl.noindex that implement CategoryService Modifier and Type Class Description classNoIndexCategoryServiceImpl -
Uses of CategoryService in org.alfresco.repo.search.impl.solr
Classes in org.alfresco.repo.search.impl.solr that implement CategoryService Modifier and Type Class Description classSolrCategoryServiceImpl -
Uses of CategoryService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return CategoryService Modifier and Type Method Description CategoryServiceServiceDescriptorRegistry. getCategoryService() -
Uses of CategoryService in org.alfresco.repo.tagging
Methods in org.alfresco.repo.tagging with parameters of type CategoryService Modifier and Type Method Description voidTaggingServiceImpl. setCategoryService(CategoryService categoryService)Set the cateogry service -
Uses of CategoryService in org.alfresco.repo.transfer
Methods in org.alfresco.repo.transfer that return CategoryService Modifier and Type Method Description CategoryServiceDefaultManifestProcessorFactoryImpl. getCategoryService()CategoryServiceRepoPrimaryManifestProcessorImpl. getCategoryService()Methods in org.alfresco.repo.transfer with parameters of type CategoryService Modifier and Type Method Description voidDefaultManifestProcessorFactoryImpl. setCategoryService(CategoryService categoryService)voidRepoPrimaryManifestProcessorImpl. setCategoryService(CategoryService categoryService) -
Uses of CategoryService in org.alfresco.service
Methods in org.alfresco.service that return CategoryService Modifier and Type Method Description CategoryServiceServiceRegistry. getCategoryService()
-