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 RowRepositoryExceptionpublic Value getValue(String columnName) throws ItemNotFoundException, RepositoryException
getValue in interface RowItemNotFoundExceptionRepositoryExceptionpublic 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.