Uses of Interface
org.alfresco.repo.nodelocator.NodeLocator
-
Packages that use NodeLocator Package Description org.alfresco.repo.nodelocator org.alfresco.repo.rendition.executer 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 NodeLocator in org.alfresco.repo.nodelocator
Classes in org.alfresco.repo.nodelocator that implement NodeLocator Modifier and Type Class Description classAbstractNodeLocatorBase class for allNodeLocatorimplementations.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.Methods in org.alfresco.repo.nodelocator with parameters of type NodeLocator Modifier and Type Method Description voidNodeLocatorService. register(java.lang.String locatorName, NodeLocator locator)voidNodeLocatorServiceImpl. register(java.lang.String locatorName, NodeLocator locator) -
Uses of NodeLocator in org.alfresco.repo.rendition.executer
Constructors in org.alfresco.repo.rendition.executer with parameters of type NodeLocator Constructor Description AbstractRenderingEngine(NodeLocator temporaryParentNodeLocator, org.alfresco.service.namespace.QName temporaryRenditionLinkType)Deprecated. -
Uses of NodeLocator in org.alfresco.repo.site
Classes in org.alfresco.repo.site that implement NodeLocator Modifier and Type Class Description classDocLibNodeLocatorThisNodeLocatoridentifies the site in which the source node resides and returns the Document Library container for that site.
-