Package org.alfresco.repo.nodelocator
-
Interface Summary Interface Description NodeLocator A strategy for locating aNodeRefin the repository, given a source node and an arbitrary set of parameters.NodeLocatorService This service is responsible for locatingNodeRefs in the repository usingNodeLocatorstrategies. -
Class Summary Class Description AbstractNodeLocator Base class for allNodeLocatorimplementations.AncestorNodeLocator ThisNodeLocatoridentifies an ancestor of the source node.CompanyHomeNodeLocator Locates the Company HomeNodeRef.NodeLocatorServiceImpl Implementation of theNodeLocatorServicewhich is responsible for locating aNodeRefusing a named lookup strategy.SelfNodeLocator ThisNodeLocatorreturns the source node.SharedHomeNodeLocator Locates the Shared HomeNodeRef.SitesHomeNodeLocator Locates the Sites HomeNodeRef.UserHomeNodeLocator ThisNodeLocatoridentifies and returns the node representing the current users home folder.XPathNodeLocator ThisNodeLocatoridentifies a node from an XPath provided via thexpathparameter.