Package org.alfresco.repo.solr
Interface SOLRTrackingComponent.NodeMetaDataQueryCallback
-
- Enclosing interface:
- SOLRTrackingComponent
public static interface SOLRTrackingComponent.NodeMetaDataQueryCallbackThe 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 booleanhandleNodeMetaData(NodeMetaData nodeMetaData)Handle a node.
-
-
-
Method Detail
-
handleNodeMetaData
boolean handleNodeMetaData(NodeMetaData nodeMetaData)
Handle a node.- Parameters:
nodeMetaData- the node meta data- Returns:
- Return true to continue processing rows or false to stop
-
-