Class ProxyQueryResult
java.lang.Object
org.apache.sling.jcr.base.internal.mount.ProxyWrapper<javax.jcr.query.QueryResult>
org.apache.sling.jcr.base.internal.mount.ProxyQueryResult
- All Implemented Interfaces:
javax.jcr.query.QueryResult
public class ProxyQueryResult
extends ProxyWrapper<javax.jcr.query.QueryResult>
implements javax.jcr.query.QueryResult
-
Constructor Summary
ConstructorsConstructorDescriptionProxyQueryResult
(ProxySession<?> mountSession, javax.jcr.query.QueryResult delegate) -
Method Summary
-
Constructor Details
-
ProxyQueryResult
-
-
Method Details
-
getColumnNames
- Specified by:
getColumnNames
in interfacejavax.jcr.query.QueryResult
- Throws:
javax.jcr.RepositoryException
-
getRows
public javax.jcr.query.RowIterator getRows() throws javax.jcr.RepositoryException- Specified by:
getRows
in interfacejavax.jcr.query.QueryResult
- Throws:
javax.jcr.RepositoryException
-
getNodes
public javax.jcr.NodeIterator getNodes() throws javax.jcr.RepositoryException- Specified by:
getNodes
in interfacejavax.jcr.query.QueryResult
- Throws:
javax.jcr.RepositoryException
-
getSelectorNames
- Specified by:
getSelectorNames
in interfacejavax.jcr.query.QueryResult
- Throws:
javax.jcr.RepositoryException
-