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 RowRepositoryExceptionpublic Value getValue(String columnName) throws ItemNotFoundException, RepositoryException
getValue in interface RowItemNotFoundExceptionRepositoryExceptionpublic Value[] getValues() throws RepositoryException
getValues in interface RowRepositoryExceptionpublic String getPath() throws RepositoryException
getPath in interface RowRepositoryExceptionpublic String getPath(String selectorName) throws RepositoryException
getPath in interface RowRepositoryExceptionpublic double getScore()
throws RepositoryException
getScore in interface RowRepositoryExceptionpublic double getScore(String selectorName) throws RepositoryException
getScore in interface RowRepositoryExceptionCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.