org.qi4j.index.rdf.query
Class SingleQualifiedIdentityResultCallback

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

public class SingleQualifiedIdentityResultCallback
extends Object
implements QualifiedIdentityResultCallback


Constructor Summary
SingleQualifiedIdentityResultCallback()
           
 
Method Summary
 EntityReference getQualifiedIdentity()
           
 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

SingleQualifiedIdentityResultCallback

public SingleQualifiedIdentityResultCallback()
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.

getQualifiedIdentity

public EntityReference getQualifiedIdentity()