ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.query
Class JcrQueryResult.MultiSelectorQueryResultRow

java.lang.Object
  extended by org.modeshape.jcr.query.JcrQueryResult.MultiSelectorQueryResultRow
All Implemented Interfaces:
Row
Enclosing class:
JcrQueryResult

protected static class JcrQueryResult.MultiSelectorQueryResultRow
extends Object
implements Row


Field Summary
protected  JcrQueryResult.QueryResultRowIterator iterator
           
protected  Object[] tuple
           
 
Constructor Summary
protected JcrQueryResult.MultiSelectorQueryResultRow(JcrQueryResult.QueryResultRowIterator iterator, Node[] nodes, int[] locationIndexes, Object[] tuple)
           
 
Method Summary
 Node getNode()
           
 Node getNode(String selectorName)
           
 String getPath()
           
 String getPath(String selectorName)
           
 double getScore()
           
 double getScore(String selectorName)
           
 Value getValue(String columnName)
           
 Value[] getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iterator

protected final JcrQueryResult.QueryResultRowIterator iterator

tuple

protected final Object[] tuple
Constructor Detail

JcrQueryResult.MultiSelectorQueryResultRow

protected JcrQueryResult.MultiSelectorQueryResultRow(JcrQueryResult.QueryResultRowIterator iterator,
                                                     Node[] nodes,
                                                     int[] locationIndexes,
                                                     Object[] tuple)
Method Detail

getNode

public Node getNode(String selectorName)
             throws RepositoryException
Specified by:
getNode in interface Row
Throws:
RepositoryException

getValue

public Value getValue(String columnName)
               throws ItemNotFoundException,
                      RepositoryException
Specified by:
getValue in interface Row
Throws:
ItemNotFoundException
RepositoryException

getValues

public Value[] getValues()
                  throws RepositoryException
Specified by:
getValues in interface Row
Throws:
RepositoryException

getNode

public Node getNode()
             throws RepositoryException
Specified by:
getNode in interface Row
Throws:
RepositoryException

getPath

public String getPath()
               throws RepositoryException
Specified by:
getPath in interface Row
Throws:
RepositoryException

getScore

public double getScore()
                throws RepositoryException
Specified by:
getScore in interface Row
Throws:
RepositoryException

getPath

public String getPath(String selectorName)
               throws RepositoryException
Specified by:
getPath in interface Row
Throws:
RepositoryException

getScore

public double getScore(String selectorName)
                throws RepositoryException
Specified by:
getScore in interface Row
Throws:
RepositoryException

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.