public class RowImpl extends Object implements javax.jcr.query.Row
| Constructor and Description |
|---|
RowImpl(QueryResultImpl result,
org.apache.jackrabbit.oak.api.ResultRow row,
String pathSelector) |
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.Node |
getNode() |
javax.jcr.Node |
getNode(String selectorName) |
String |
getPath() |
String |
getPath(String selectorName) |
double |
getScore() |
double |
getScore(String selectorName) |
javax.jcr.Value |
getValue(String columnName) |
javax.jcr.Value[] |
getValues() |
String |
toString() |
public RowImpl(QueryResultImpl result, org.apache.jackrabbit.oak.api.ResultRow row, String pathSelector)
public javax.jcr.Node getNode()
throws javax.jcr.RepositoryException
getNode in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionpublic javax.jcr.Node getNode(String selectorName) throws javax.jcr.RepositoryException
getNode in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionpublic String getPath() throws javax.jcr.RepositoryException
getPath in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionpublic String getPath(String selectorName) throws javax.jcr.RepositoryException
getPath in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionpublic double getScore()
throws javax.jcr.RepositoryException
getScore in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionpublic double getScore(String selectorName) throws javax.jcr.RepositoryException
getScore in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionpublic javax.jcr.Value getValue(String columnName) throws javax.jcr.RepositoryException
getValue in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionpublic javax.jcr.Value[] getValues()
throws javax.jcr.RepositoryException
getValues in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionCopyright © 2012-2019 The Apache Software Foundation. All Rights Reserved.