Package org.alfresco.repo.search
Interface SearchTrackingComponent.NodeQueryCallback
- Enclosing interface:
- SearchTrackingComponent
public static interface SearchTrackingComponent.NodeQueryCallback
The interface that will be used to give query results to the calling code.
-
Method Summary
-
Method Details
-
handleNode
Handle a node.- Parameters:
node- the node- Returns:
- Return true to continue processing rows or false to stop
-