Uses of Class
org.alfresco.repo.nodelocator.AbstractNodeLocator
-
Packages that use AbstractNodeLocator Package Description org.alfresco.repo.nodelocator org.alfresco.repo.site Provides the implementation of the site service which is used to provide services used by the sites of the Share interface. -
-
Uses of AbstractNodeLocator in org.alfresco.repo.nodelocator
Subclasses of AbstractNodeLocator in org.alfresco.repo.nodelocator Modifier and Type Class Description classAncestorNodeLocatorThisNodeLocatoridentifies an ancestor of the source node.classCompanyHomeNodeLocatorLocates the Company HomeNodeRef.classSelfNodeLocatorThisNodeLocatorreturns the source node.classSharedHomeNodeLocatorLocates the Shared HomeNodeRef.classSitesHomeNodeLocatorLocates the Sites HomeNodeRef.classUserHomeNodeLocatorThisNodeLocatoridentifies and returns the node representing the current users home folder.classXPathNodeLocatorThisNodeLocatoridentifies a node from an XPath provided via thexpathparameter. -
Uses of AbstractNodeLocator in org.alfresco.repo.site
Subclasses of AbstractNodeLocator in org.alfresco.repo.site Modifier and Type Class Description classDocLibNodeLocatorThisNodeLocatoridentifies the site in which the source node resides and returns the Document Library container for that site.
-