Interface | Description |
---|---|
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
NodeRef s in the repository using NodeLocator strategies. |
Class | Description |
---|---|
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. |
SelfNodeLocator |
This
NodeLocator returns the source node. |
SharedHomeNodeLocator |
Locates the Shared Home
NodeRef . |
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–2017 Alfresco Software. All rights reserved.