Interface NodeFinder
-
- All Known Implementing Classes:
AbstractNodeFinder,ChildAssociatedNodeFinder,CompositeNodeFinder,PeerAssociatedNodeFinder,PrimaryParentNodeFinder
public interface NodeFinder- Author:
- brian NodeFinders find nodes related to the current node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<org.alfresco.service.cmr.repository.NodeRef>findFrom(org.alfresco.service.cmr.repository.NodeRef thisNode)
-
-
-
Method Detail
-
findFrom
Set<org.alfresco.service.cmr.repository.NodeRef> findFrom(org.alfresco.service.cmr.repository.NodeRef thisNode)
- Parameters:
thisNode- The node to use as the base from which to find other nodes.- Returns:
- The found nodes
-
-