protected abstract static class JcrQueryResult.AbstractRow extends Object implements Row
| Modifier and Type | Field and Description |
|---|---|
protected NodeSequence.Batch |
batchAtRow |
protected JcrQueryResult.QueryResultRowIterator |
iterator |
| Modifier | Constructor and Description |
|---|---|
protected |
JcrQueryResult.AbstractRow(JcrQueryResult.QueryResultRowIterator iterator,
NodeSequence.Batch batchAtRow) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getNode() |
Node |
getNode(String selectorName) |
String |
getPath() |
String |
getPath(String selectorName) |
double |
getScore() |
double |
getScore(String selectorName) |
protected Value |
getValue(String columnName,
CachedNode cachedNode,
int nodeIndex) |
Value[] |
getValues() |
protected final JcrQueryResult.QueryResultRowIterator iterator
protected final NodeSequence.Batch batchAtRow
protected JcrQueryResult.AbstractRow(JcrQueryResult.QueryResultRowIterator iterator, NodeSequence.Batch batchAtRow)
public Node getNode(String selectorName) throws RepositoryException
getNode in interface RowRepositoryExceptionprotected Value getValue(String columnName, CachedNode cachedNode, int nodeIndex) throws ItemNotFoundException, RepositoryException
public Value[] getValues() throws RepositoryException
getValues in interface RowRepositoryExceptionpublic Node getNode() throws RepositoryException
getNode in interface RowRepositoryExceptionpublic String getPath() throws RepositoryException
getPath in interface RowRepositoryExceptionpublic double getScore()
throws RepositoryException
getScore in interface RowRepositoryExceptionpublic String getPath(String selectorName) throws RepositoryException
getPath in interface RowRepositoryExceptionpublic double getScore(String selectorName) throws RepositoryException
getScore in interface RowRepositoryExceptionCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.