Uses of Interface
org.alfresco.repo.nodelocator.NodeLocator
Packages that use NodeLocator
Package
Description
Provides the implementation of the site service which is used to provide services used by the sites of the
Share interface.
-
Uses of NodeLocator in org.alfresco.repo.nodelocator
Classes in org.alfresco.repo.nodelocator that implement NodeLocatorModifier and TypeClassDescriptionclassBase class for allNodeLocatorimplementations.classThisNodeLocatoridentifies an ancestor of the source node.classLocates the Company HomeNodeRef.classThisNodeLocatorreturns the source node.classLocates the Shared HomeNodeRef.classLocates the Sites HomeNodeRef.classThisNodeLocatoridentifies and returns the node representing the current users home folder.classThisNodeLocatoridentifies a node from an XPath provided via thexpathparameter.Methods in org.alfresco.repo.nodelocator with parameters of type NodeLocatorModifier and TypeMethodDescriptionvoidNodeLocatorService.register(String locatorName, NodeLocator locator) voidNodeLocatorServiceImpl.register(String locatorName, NodeLocator locator) -
Uses of NodeLocator in org.alfresco.repo.rendition.executer
Constructors in org.alfresco.repo.rendition.executer with parameters of type NodeLocatorModifierConstructorDescriptionAbstractRenderingEngine(NodeLocator temporaryParentNodeLocator, QName temporaryRenditionLinkType) Deprecated. -
Uses of NodeLocator in org.alfresco.repo.site
Classes in org.alfresco.repo.site that implement NodeLocatorModifier and TypeClassDescriptionclassThisNodeLocatoridentifies the site in which the source node resides and returns the Document Library container for that site.