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 Details

    • ProxyQueryResult

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

    • 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