Class AbstractNodeFinder

java.lang.Object
org.alfresco.repo.transfer.AbstractNodeFinder
All Implemented Interfaces:
NodeFinder
Direct Known Subclasses:
ChildAssociatedNodeFinder, CompositeNodeFinder, PeerAssociatedNodeFinder, PrimaryParentNodeFinder

public abstract class AbstractNodeFinder extends Object implements NodeFinder
A utility base class that simplifies the creation of new node finders. When used in conjunction with the standard node crawler (StandardNodeCrawlerImpl), node filters that extend this base class will automatically have the service registry injected into them and their init operations invoked at the appropriate time.
Since:
3.3
Author:
Brian
  • Field Details

  • Constructor Details

    • AbstractNodeFinder

      public AbstractNodeFinder()
  • Method Details

    • init

      public void init()
    • setServiceRegistry

      public void setServiceRegistry(ServiceRegistry serviceRegistry)