public class ProxyQueryResult extends ProxyWrapper<javax.jcr.query.QueryResult> implements javax.jcr.query.QueryResult
| Constructor and Description |
|---|
ProxyQueryResult(ProxySession<?> mountSession,
javax.jcr.query.QueryResult delegate) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumnNames() |
javax.jcr.NodeIterator |
getNodes() |
javax.jcr.query.RowIterator |
getRows() |
String[] |
getSelectorNames() |
public ProxyQueryResult(ProxySession<?> mountSession, javax.jcr.query.QueryResult delegate)
public String[] getColumnNames() throws javax.jcr.RepositoryException
getColumnNames in interface javax.jcr.query.QueryResultjavax.jcr.RepositoryExceptionpublic 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.RepositoryExceptionpublic String[] getSelectorNames() throws javax.jcr.RepositoryException
getSelectorNames in interface javax.jcr.query.QueryResultjavax.jcr.RepositoryExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.