Uses of Interface
org.alfresco.repo.nodelocator.NodeLocatorService
-
Packages that use NodeLocatorService Package Description org.alfresco.repo.nodelocator org.alfresco.repo.service org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of NodeLocatorService in org.alfresco.repo.nodelocator
Classes in org.alfresco.repo.nodelocator that implement NodeLocatorService Modifier and Type Class Description classNodeLocatorServiceImplImplementation of theNodeLocatorServicewhich is responsible for locating aNodeRefusing a named lookup strategy.Methods in org.alfresco.repo.nodelocator with parameters of type NodeLocatorService Modifier and Type Method Description voidAbstractNodeLocator. setNodeLocatorService(NodeLocatorService nodeLocatorService) -
Uses of NodeLocatorService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return NodeLocatorService Modifier and Type Method Description NodeLocatorServiceServiceDescriptorRegistry. getNodeLocatorService() -
Uses of NodeLocatorService in org.alfresco.service
Methods in org.alfresco.service that return NodeLocatorService Modifier and Type Method Description NodeLocatorServiceServiceRegistry. getNodeLocatorService()Get the node locator service (or null if one is not provided)
-