Package org.alfresco.repo.solr
Interface SOLRTrackingComponent.NodeQueryCallback
-
- Enclosing interface:
- SOLRTrackingComponent
public static interface SOLRTrackingComponent.NodeQueryCallbackThe interface that will be used to give query results to the calling code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandleNode(Node node)Handle a node.
-
-
-
Method Detail
-
handleNode
boolean handleNode(Node node)
Handle a node.- Parameters:
node- the node- Returns:
- Return true to continue processing rows or false to stop
-
-