org.qi4j.index.rdf.query
Interface QualifiedIdentityResultCallback

All Known Implementing Classes:
CollectingQualifiedIdentityResultCallback, SingleQualifiedIdentityResultCallback

public interface QualifiedIdentityResultCallback


Method Summary
 boolean processRow(long row, EntityReference entityReference)
           
 

Method Detail

processRow

boolean processRow(long row,
                   EntityReference entityReference)
Parameters:
row - the current row of the resultset
entityReference - The entity reference found via the query.
Returns:
true if resultset processing should stop.