Package org.alfresco.repo.nodelocator
Class AbstractNodeLocator
java.lang.Object
org.alfresco.repo.nodelocator.AbstractNodeLocator
- All Implemented Interfaces:
NodeLocator
- Direct Known Subclasses:
AncestorNodeLocator,CompanyHomeNodeLocator,DocLibNodeLocator,SelfNodeLocator,SharedHomeNodeLocator,SitesHomeNodeLocator,UserHomeNodeLocator,XPathNodeLocator
Base class for all
NodeLocator implementations.
Extending this class with automatically register the node locator with the NodeLocatorService.
- Since:
- 4.0
- Author:
- Nick Smith
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetName()A list containing the parmameter defintions for thisNodeLocator.voidsetNodeLocatorService(NodeLocatorService nodeLocatorService) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.repo.nodelocator.NodeLocator
getNode
-
Constructor Details
-
AbstractNodeLocator
public AbstractNodeLocator()
-
-
Method Details
-
setNodeLocatorService
-
getParameterDefinitions
A list containing the parmameter defintions for thisNodeLocator.- Specified by:
getParameterDefinitionsin interfaceNodeLocator- Returns:
- a list of parameter definitions
-
getName
-