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 Object implements NodeLocator
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 Details

    • AbstractNodeLocator

      public AbstractNodeLocator()
  • Method Details