@AlfrescoPublicApi
public interface NodeLocatorService
NodeRef
s in the repository using NodeLocator
strategies.Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.NodeRef |
getNode(String locatorName,
org.alfresco.service.cmr.repository.NodeRef source,
Map<String,Serializable> params)
Locates and returns a
NodeRef using the specified NodeLocator . |
void |
register(String locatorName,
NodeLocator locator) |
org.alfresco.service.cmr.repository.NodeRef getNode(String locatorName, org.alfresco.service.cmr.repository.NodeRef source, Map<String,Serializable> params)
NodeRef
using the specified NodeLocator
.locatorName
- the name of the NodeLocator
to use.source
- the source node. Can be null
.params
- An arbitrary set of parameters. Can be null
.null
.void register(String locatorName, NodeLocator locator)
Copyright © 2005–2017 Alfresco Software. All rights reserved.