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, SitesHomeNodeLocator, UserHomeNodeLocator, XPathNodeLocator
public abstract class AbstractNodeLocator
- extends java.lang.Object
- implements NodeLocator
Base class for all NodeLocator
implementations.
Extending this class with automatically register the node locator with the NodeLocatorService.
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractNodeLocator
public AbstractNodeLocator()
setNodeLocatorService
public void setNodeLocatorService(NodeLocatorService nodeLocatorService)
getParameterDefinitions
public java.util.List getParameterDefinitions()
- A list containing the parmameter defintions for this
NodeLocator
.
- Specified by:
getParameterDefinitions
in interface NodeLocator
- Returns:
- a list of parameter definitions
getName
public abstract java.lang.String getName()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.