protected static class JcrQueryResult.SingleSelectorQueryResultRow extends JcrQueryResult.AbstractRow
| Modifier and Type | Field and Description |
|---|---|
protected CachedNode |
cachedNode |
protected Node |
node |
protected int |
selectorIndex |
batchAtRow, iterator| Modifier | Constructor and Description |
|---|---|
protected |
JcrQueryResult.SingleSelectorQueryResultRow(JcrQueryResult.QueryResultRowIterator iterator,
NodeSequence.Batch batchAtRow,
int selectorIndex) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getNode() |
Node |
getNode(String selectorName) |
String |
getPath() |
String |
getPath(String selectorName) |
double |
getScore() |
double |
getScore(String selectorName) |
Value |
getValue(String columnName) |
getValue, getValuesprotected final CachedNode cachedNode
protected final Node node
protected final int selectorIndex
protected JcrQueryResult.SingleSelectorQueryResultRow(JcrQueryResult.QueryResultRowIterator iterator, NodeSequence.Batch batchAtRow, int selectorIndex)
public Node getNode(String selectorName) throws RepositoryException
getNode in interface RowgetNode in class JcrQueryResult.AbstractRowRepositoryExceptionpublic Value getValue(String columnName) throws ItemNotFoundException, RepositoryException
public Node getNode()
getNode in interface RowgetNode in class JcrQueryResult.AbstractRowpublic String getPath() throws RepositoryException
getPath in interface RowgetPath in class JcrQueryResult.AbstractRowRepositoryExceptionpublic String getPath(String selectorName) throws RepositoryException
getPath in interface RowgetPath in class JcrQueryResult.AbstractRowRepositoryExceptionpublic double getScore()
getScore in interface RowgetScore in class JcrQueryResult.AbstractRowpublic double getScore(String selectorName) throws RepositoryException
getScore in interface RowgetScore in class JcrQueryResult.AbstractRowRepositoryExceptionCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.