org.apache.jackrabbit.core.query
Interface ExecutableQuery

All Known Implementing Classes:
AbstractQueryImpl, QueryImpl

public interface ExecutableQuery

Specifies an interface for a query object implementation that can just be executed.

See Also:
QueryImpl

Method Summary
 QueryResult execute(long offset, long limit)
          Executes this query and returns a QueryResult.
 

Method Detail

execute

QueryResult execute(long offset,
                    long limit)
                    throws RepositoryException
Executes this query and returns a QueryResult.

Parameters:
offset - the offset in the total result set
limit - the maximum result size
Returns:
a QueryResult
Throws:
RepositoryException - if an error occurs


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