Package org.alfresco.repo.search
Interface SearchTrackingComponent.NodeMetaDataQueryCallback
- Enclosing interface:
- SearchTrackingComponent
public static interface SearchTrackingComponent.NodeMetaDataQueryCallback
The interface that will be used to give query results to the calling code.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhandleNodeMetaData(NodeMetaData nodeMetaData) Handle a node.
-
Method Details
-
handleNodeMetaData
Handle a node.- Parameters:
nodeMetaData- the node meta data- Returns:
- Return true to continue processing rows or false to stop
-