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.QueryResult
javax.jcr.RepositoryException
public javax.jcr.query.RowIterator getRows() throws javax.jcr.RepositoryException
getRows
in interface javax.jcr.query.QueryResult
javax.jcr.RepositoryException
public javax.jcr.NodeIterator getNodes() throws javax.jcr.RepositoryException
getNodes
in interface javax.jcr.query.QueryResult
javax.jcr.RepositoryException
public String[] getSelectorNames() throws javax.jcr.RepositoryException
getSelectorNames
in interface javax.jcr.query.QueryResult
javax.jcr.RepositoryException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.