Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.repo.nodelocator
Interface NodeLocatorService

@org.alfresco.api.AlfrescoPublicApi
public interface NodeLocatorService
This service is responsible for locating NodeRefs in the repository using NodeLocator strategies.
Since:
4.0
Author:
Nick Smith

Method Summary
getNode(String locatorName, NodeRef source, Map<String,Serializable> params)
          Locates and returns a NodeRef using the specified NodeLocator.
void
register(String locatorName, org.alfresco.repo.nodelocator.NodeLocator locator)
Method Detail
getNode
NodeRef getNode(String locatorName,
                NodeRef source,
                Map<String,Serializable> params)
Locates and returns a NodeRef using the specified NodeLocator.
Parameters:
locatorName - the name of the NodeLocator to use.
source - the source node. Can be null.
params - An arbitrary set of parameters. Can be null.
Returns:
the node to be found or null.

register
void register(String locatorName,
              org.alfresco.repo.nodelocator.NodeLocator locator)

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.