org.qi4j.index.rdf.query
Class CollectingQualifiedIdentityResultCallback

java.lang.Object
  extended by org.qi4j.index.rdf.query.CollectingQualifiedIdentityResultCallback
All Implemented Interfaces:
QualifiedIdentityResultCallback

public class CollectingQualifiedIdentityResultCallback
extends Object
implements QualifiedIdentityResultCallback


Constructor Summary
CollectingQualifiedIdentityResultCallback()
           
 
Method Summary
 Collection<EntityReference> getEntities()
           
 boolean processRow(long row, EntityReference entityReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectingQualifiedIdentityResultCallback

public CollectingQualifiedIdentityResultCallback()
Method Detail

processRow

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

getEntities

public Collection<EntityReference> getEntities()