org.apache.jackrabbit.spi2dav
Class QueryInfoImpl

java.lang.Object
  extended by org.apache.jackrabbit.spi2dav.QueryInfoImpl
All Implemented Interfaces:
QueryInfo

public class QueryInfoImpl
extends Object
implements QueryInfo

QueryInfoImpl...


Constructor Summary
QueryInfoImpl(MultiStatus ms, IdFactory idFactory, NamePathResolver resolver, ValueFactory valueFactory, QValueFactory qValueFactory)
           
 
Method Summary
 String[] getColumnNames()
           
 RangeIterator getRows()
           
 Name[] getSelectorNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryInfoImpl

public QueryInfoImpl(MultiStatus ms,
                     IdFactory idFactory,
                     NamePathResolver resolver,
                     ValueFactory valueFactory,
                     QValueFactory qValueFactory)
              throws RepositoryException
Throws:
RepositoryException
Method Detail

getRows

public RangeIterator getRows()
Specified by:
getRows in interface QueryInfo
Returns:
an iterator over the QueryResultRows.
See Also:
QueryInfo.getRows()

getColumnNames

public String[] getColumnNames()
Specified by:
getColumnNames in interface QueryInfo
Returns:
an array of Strings representing the column names of the query result.
See Also:
QueryInfo.getColumnNames()

getSelectorNames

public Name[] getSelectorNames()
Specified by:
getSelectorNames in interface QueryInfo
Returns:
an array of Names representing the selector names of the query result.
See Also:
QueryInfo.getSelectorNames()


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.