Uses of Class
org.alfresco.repo.search.impl.solr.facet.handler.FacetLabelDisplayHandlerRegistry
-
Packages that use FacetLabelDisplayHandlerRegistry Package Description org.alfresco.repo.search.impl.solr.facet.handler org.alfresco.repo.service org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of FacetLabelDisplayHandlerRegistry in org.alfresco.repo.search.impl.solr.facet.handler
Methods in org.alfresco.repo.search.impl.solr.facet.handler with parameters of type FacetLabelDisplayHandlerRegistry Modifier and Type Method Description voidAbstractFacetLabelDisplayHandler. setRegistry(FacetLabelDisplayHandlerRegistry registry)Set the registry to register with -
Uses of FacetLabelDisplayHandlerRegistry in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return FacetLabelDisplayHandlerRegistry Modifier and Type Method Description FacetLabelDisplayHandlerRegistryServiceDescriptorRegistry. getFacetLabelDisplayHandlerRegistry() -
Uses of FacetLabelDisplayHandlerRegistry in org.alfresco.service
Methods in org.alfresco.service that return FacetLabelDisplayHandlerRegistry Modifier and Type Method Description FacetLabelDisplayHandlerRegistryServiceRegistry. getFacetLabelDisplayHandlerRegistry()Deprecated.This method has been deprecated as it would return an object that is not part of the public API.
-