Class ProxyQueryResult

  • All Implemented Interfaces:
    javax.jcr.query.QueryResult

    public class ProxyQueryResult
    extends ProxyWrapper<javax.jcr.query.QueryResult>
    implements javax.jcr.query.QueryResult
    • Constructor Detail

      • ProxyQueryResult

        public ProxyQueryResult​(ProxySession<?> mountSession,
                                javax.jcr.query.QueryResult delegate)
    • Method Detail

      • getColumnNames

        public String[] getColumnNames()
                                throws javax.jcr.RepositoryException
        Specified by:
        getColumnNames in interface javax.jcr.query.QueryResult
        Throws:
        javax.jcr.RepositoryException
      • getRows

        public javax.jcr.query.RowIterator getRows()
                                            throws javax.jcr.RepositoryException
        Specified by:
        getRows in interface javax.jcr.query.QueryResult
        Throws:
        javax.jcr.RepositoryException
      • getNodes

        public javax.jcr.NodeIterator getNodes()
                                        throws javax.jcr.RepositoryException
        Specified by:
        getNodes in interface javax.jcr.query.QueryResult
        Throws:
        javax.jcr.RepositoryException
      • getSelectorNames

        public String[] getSelectorNames()
                                  throws javax.jcr.RepositoryException
        Specified by:
        getSelectorNames in interface javax.jcr.query.QueryResult
        Throws:
        javax.jcr.RepositoryException