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 |
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 AbstractRow(JcrQueryResult.QueryResultRowIterator iterator, NodeSequence.Batch batchAtRow)
public Node getNode(String selectorName) throws RepositoryException
getNode
in interface Row
RepositoryException
protected Value getValue(String columnName, CachedNode cachedNode, int nodeIndex) throws ItemNotFoundException, RepositoryException
public Value[] getValues() throws RepositoryException
getValues
in interface Row
RepositoryException
public Node getNode() throws RepositoryException
getNode
in interface Row
RepositoryException
public String getPath() throws RepositoryException
getPath
in interface Row
RepositoryException
public double getScore() throws RepositoryException
getScore
in interface Row
RepositoryException
public String getPath(String selectorName) throws RepositoryException
getPath
in interface Row
RepositoryException
public double getScore(String selectorName) throws RepositoryException
getScore
in interface Row
RepositoryException
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.