protected static class JcrQueryResult.MultiSelectorQueryResultRow extends Object implements Row
Modifier and Type | Field and Description |
---|---|
protected JcrQueryResult.QueryResultRowIterator |
iterator |
protected Object[] |
tuple |
Modifier | Constructor and Description |
---|---|
protected |
JcrQueryResult.MultiSelectorQueryResultRow(JcrQueryResult.QueryResultRowIterator iterator,
Node[] nodes,
int[] locationIndexes,
Object[] tuple) |
protected final JcrQueryResult.QueryResultRowIterator iterator
protected final Object[] tuple
protected JcrQueryResult.MultiSelectorQueryResultRow(JcrQueryResult.QueryResultRowIterator iterator, Node[] nodes, int[] locationIndexes, Object[] tuple)
public Node getNode(String selectorName) throws RepositoryException
getNode
in interface Row
RepositoryException
public Value getValue(String columnName) throws ItemNotFoundException, RepositoryException
getValue
in interface Row
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-2014 JBoss, a division of Red Hat. All Rights Reserved.