Package org.alfresco.repo.nodelocator
Interface NodeLocatorService
- All Known Implementing Classes:
NodeLocatorServiceImpl
@AlfrescoPublicApi
public interface NodeLocatorService
This service is responsible for locating
NodeRefs in the repository using NodeLocator strategies.- Since:
- 4.0
- Author:
- Nick Smith
-
Method Summary
Modifier and TypeMethodDescriptionLocates and returns aNodeRefusing the specifiedNodeLocator.voidregister(String locatorName, NodeLocator locator)
-
Method Details
-
getNode
Locates and returns aNodeRefusing the specifiedNodeLocator.- Parameters:
locatorName- the name of theNodeLocatorto use.source- the source node. Can benull.params- An arbitrary set of parameters. Can benull.- Returns:
- the node to be found or
null.
-
register
-