org.modeshape.jcr.query
Class JcrQueryResult.MultiSelectorQueryResultRow
java.lang.Object
org.modeshape.jcr.query.JcrQueryResult.MultiSelectorQueryResultRow
- All Implemented Interfaces:
- Row
- Enclosing class:
- JcrQueryResult
protected static class JcrQueryResult.MultiSelectorQueryResultRow
- extends Object
- implements Row
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iterator
protected final JcrQueryResult.QueryResultRowIterator iterator
tuple
protected final Object[] tuple
JcrQueryResult.MultiSelectorQueryResultRow
protected JcrQueryResult.MultiSelectorQueryResultRow(JcrQueryResult.QueryResultRowIterator iterator,
Node[] nodes,
int[] locationIndexes,
Object[] tuple)
getNode
public Node getNode(String selectorName)
throws RepositoryException
-
- Specified by:
getNode
in interface Row
- Throws:
RepositoryException
- See Also:
Row.getNode(java.lang.String)
getValue
public Value getValue(String columnName)
throws ItemNotFoundException,
RepositoryException
-
- Specified by:
getValue
in interface Row
- Throws:
ItemNotFoundException
RepositoryException
- See Also:
Row.getValue(java.lang.String)
getValues
public Value[] getValues()
throws RepositoryException
-
- Specified by:
getValues
in interface Row
- Throws:
RepositoryException
- See Also:
Row.getValues()
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
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.