Package org.alfresco.repo.nodelocator

Interface Summary
NodeLocator A strategy for locating a NodeRef in the repository, given a source node and an arbitrary set of parameters.
NodeLocatorService This service is responsible for locating NodeRefs in the repository using NodeLocator strategies.
 

Class Summary
AbstractNodeLocator Base class for all NodeLocator implementations.
AncestorNodeLocator This NodeLocator identifies an ancestor of the source node.
CompanyHomeNodeLocator Locates the Company Home NodeRef.
NodeLocatorServiceImpl Implementation of the NodeLocatorService which is responsible for locating a NodeRef using a named lookup strategy.
NodeLocatorServiceImplTest  
SelfNodeLocator This NodeLocator returns the source node.
SitesHomeNodeLocator Locates the Sites Home NodeRef.
UserHomeNodeLocator This NodeLocator identifies and returns the node representing the current users home folder.
XPathNodeLocator This NodeLocator identifies a node from an XPath provided via the xpath parameter.
 



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.