| Constructor and Description |
|---|
RowImpl(QueryResultImpl result,
org.apache.jackrabbit.oak.api.ResultRow row,
String pathSelector) |
| 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) |
Value[] |
getValues() |
String |
toString() |
public RowImpl(QueryResultImpl result, org.apache.jackrabbit.oak.api.ResultRow row, String pathSelector)
public Node getNode() throws RepositoryException
getNode in interface RowRepositoryExceptionpublic Node getNode(String selectorName) throws RepositoryException
getNode in interface RowRepositoryExceptionpublic String getPath() throws RepositoryException
getPath in interface RowRepositoryExceptionpublic String getPath(String selectorName) throws RepositoryException
getPath in interface RowRepositoryExceptionpublic double getScore()
throws RepositoryException
getScore in interface RowRepositoryExceptionpublic double getScore(String selectorName) throws RepositoryException
getScore in interface RowRepositoryExceptionpublic Value getValue(String columnName) throws RepositoryException
getValue in interface RowRepositoryExceptionpublic Value[] getValues() throws RepositoryException
getValues in interface RowRepositoryExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.