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 NamespaceService
CMISMapping. namespaceService
Methods in org.alfresco.opencmis.mapping that return NamespaceService Modifier and Type Method Description NamespaceService
CMISMapping. getNamespaceService()
Methods in org.alfresco.opencmis.mapping with parameters of type NamespaceService Modifier and Type Method Description void
CMISMapping. 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 class
DictionaryNamespaceComponent
Data 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 NodeRef
SingleTServiceImpl. getRootNode(NodeService nodeService, SearchService searchService, NamespaceService namespaceService, String rootPath, NodeRef rootNodeRef)
NodeRef
TenantService. 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 class
DynamicNamespacePrefixResolver
A delegating namespace prefix resolver which allows local over rides from the delegate.class
NamespaceServiceMemoryImpl
A basic implementation of the NamespaceService interface intended for use in unit tests.
-