|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeLocator
A strategy for locating a NodeRef
in the repository, given a source node and an arbitrary set of parameters.
Method Summary | |
---|---|
org.alfresco.service.cmr.repository.NodeRef |
getNode(org.alfresco.service.cmr.repository.NodeRef source,
java.util.Map params)
Finds a NodeRef given a starting NodeRef and a
Map of parameters. |
java.util.List |
getParameterDefinitions()
A list containing the parmameter defintions for this NodeLocator . |
Method Detail |
---|
org.alfresco.service.cmr.repository.NodeRef getNode(org.alfresco.service.cmr.repository.NodeRef source, java.util.Map params)
NodeRef
given a starting NodeRef
and a
Map
of parameters.
Returns null
if the specified node could not be found.
sourceNode
- the starting point for locating a new node. The source node. Can be null
.params
- an arbitrary Map
of parameters.Can be null
.
null
.java.util.List getParameterDefinitions()
NodeLocator
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |