public interface NodeLocator
NodeRef
in the repository, given a source node and an arbitrary set of parameters.Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.NodeRef |
getNode(org.alfresco.service.cmr.repository.NodeRef source,
Map<String,Serializable> params)
|
List<ParameterDefinition> |
getParameterDefinitions()
A list containing the parmameter defintions for this
NodeLocator . |
org.alfresco.service.cmr.repository.NodeRef getNode(org.alfresco.service.cmr.repository.NodeRef source, Map<String,Serializable> params)
NodeRef
given a starting NodeRef
and a
Map
of parameters.
Returns null
if the specified node could not be found.source
- the starting point for locating a new node. The source node. Can be null
.params
- an arbitrary Map
of parameters.Can be null
.null
.List<ParameterDefinition> getParameterDefinitions()
NodeLocator
.Copyright © 2005–2017 Alfresco Software. All rights reserved.