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
public abstract class AbstractNodeLocator extends java.lang.Object implements NodeLocator
Base class for allNodeLocatorimplementations.Extending this class with automatically register the node locator with the NodeLocatorService.
- Since:
- 4.0
- Author:
- Nick Smith
-
-
Constructor Summary
Constructors Constructor Description AbstractNodeLocator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.StringgetName()java.util.List<ParameterDefinition>getParameterDefinitions()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, wait
-
Methods inherited from interface org.alfresco.repo.nodelocator.NodeLocator
getNode
-
-
-
-
Method Detail
-
setNodeLocatorService
public void setNodeLocatorService(NodeLocatorService nodeLocatorService)
-
getParameterDefinitions
public java.util.List<ParameterDefinition> getParameterDefinitions()
A list containing the parmameter defintions for thisNodeLocator.- Specified by:
getParameterDefinitionsin interfaceNodeLocator- Returns:
- a list of parameter definitions
-
getName
public abstract java.lang.String getName()
-
-