public class QueryResultImpl extends Object implements javax.jcr.query.QueryResult
| Modifier and Type | Field and Description |
|---|---|
protected SessionContext |
sessionContext |
| Constructor and Description |
|---|
QueryResultImpl(SessionContext sessionContext,
org.apache.jackrabbit.oak.api.Result result) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumnNames() |
javax.jcr.NodeIterator |
getNodes() |
javax.jcr.query.RowIterator |
getRows() |
String[] |
getSelectorNames() |
protected final SessionContext sessionContext
public QueryResultImpl(SessionContext sessionContext, org.apache.jackrabbit.oak.api.Result result)
public String[] getColumnNames() throws javax.jcr.RepositoryException
getColumnNames in interface javax.jcr.query.QueryResultjavax.jcr.RepositoryExceptionpublic String[] getSelectorNames()
getSelectorNames in interface javax.jcr.query.QueryResultpublic javax.jcr.query.RowIterator getRows()
throws javax.jcr.RepositoryException
getRows in interface javax.jcr.query.QueryResultjavax.jcr.RepositoryExceptionpublic javax.jcr.NodeIterator getNodes()
throws javax.jcr.RepositoryException
getNodes in interface javax.jcr.query.QueryResultjavax.jcr.RepositoryExceptionCopyright © 2012-2019 The Apache Software Foundation. All Rights Reserved.