Uses of Interface
org.alfresco.service.namespace.NamespaceService
-
Packages that use NamespaceService Package Description org.alfresco.opencmis.mapping org.alfresco.repo.dictionary org.alfresco.repo.tenant org.alfresco.service.namespace -
-
Uses of NamespaceService in org.alfresco.opencmis.mapping
Fields in org.alfresco.opencmis.mapping declared as NamespaceService Modifier and Type Field Description protected NamespaceServiceCMISMapping. namespaceServiceMethods in org.alfresco.opencmis.mapping that return NamespaceService Modifier and Type Method Description NamespaceServiceCMISMapping. getNamespaceService()Methods in org.alfresco.opencmis.mapping with parameters of type NamespaceService Modifier and Type Method Description voidCMISMapping. setNamespaceService(NamespaceService namespaceService) -
Uses of NamespaceService in org.alfresco.repo.dictionary
Classes in org.alfresco.repo.dictionary that implement NamespaceService Modifier and Type Class Description classDictionaryNamespaceComponentData Dictionary Namespace Service Implementation -
Uses of NamespaceService in org.alfresco.repo.tenant
Methods in org.alfresco.repo.tenant with parameters of type NamespaceService Modifier and Type Method Description NodeRefSingleTServiceImpl. getRootNode(NodeService nodeService, SearchService searchService, NamespaceService namespaceService, String rootPath, NodeRef rootNodeRef)NodeRefTenantService. getRootNode(NodeService nodeService, SearchService searchService, NamespaceService namespaceService, String rootPath, NodeRef rootNodeRef) -
Uses of NamespaceService in org.alfresco.service.namespace
Classes in org.alfresco.service.namespace that implement NamespaceService Modifier and Type Class Description classDynamicNamespacePrefixResolverA delegating namespace prefix resolver which allows local over rides from the delegate.classNamespaceServiceMemoryImplA basic implementation of the NamespaceService interface intended for use in unit tests.
-