protected static class JcrQueryResult.SingleSelectorQueryResultRow extends Object implements Row
Modifier and Type | Field and Description |
---|---|
protected JcrQueryResult.SingleSelectorQueryResultRowIterator |
iterator |
protected Node |
node |
protected Object[] |
tuple |
Modifier | Constructor and Description |
---|---|
protected |
JcrQueryResult.SingleSelectorQueryResultRow(JcrQueryResult.SingleSelectorQueryResultRowIterator iterator,
Node node,
Object[] tuple) |
protected final JcrQueryResult.SingleSelectorQueryResultRowIterator iterator
protected final Node node
protected final Object[] tuple
protected JcrQueryResult.SingleSelectorQueryResultRow(JcrQueryResult.SingleSelectorQueryResultRowIterator iterator, Node node, Object[] tuple)
public Node getNode(String selectorName) throws RepositoryException
getNode
in interface Row
RepositoryException
public Value getValue(String columnName) throws ItemNotFoundException, RepositoryException
getValue
in interface Row
ItemNotFoundException
RepositoryException
public Value[] getValues() throws RepositoryException
getValues
in interface Row
RepositoryException
public String getPath() throws RepositoryException
getPath
in interface Row
RepositoryException
public String getPath(String selectorName) throws RepositoryException
getPath
in interface Row
RepositoryException
public double getScore() throws RepositoryException
getScore
in interface Row
RepositoryException
public double getScore(String selectorName) throws RepositoryException
getScore
in interface Row
RepositoryException
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.