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