org.alfresco.repo.solr
Interface SOLRTrackingComponent.NodeMetaDataQueryCallback

Enclosing interface:
SOLRTrackingComponent

public static interface SOLRTrackingComponent.NodeMetaDataQueryCallback

The interface that will be used to give query results to the calling code.


Method Summary
 boolean handleNodeMetaData(NodeMetaData nodeMetaData)
          Handle a node.
 

Method Detail

handleNodeMetaData

boolean handleNodeMetaData(NodeMetaData nodeMetaData)
Handle a node.

Parameters:
node - the node meta data
Returns:
Return true to continue processing rows or false to stop


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.