org.apache.jackrabbit.core.query
Interface ExecutableQuery
- All Known Subinterfaces:
- ExecutablePreparedQuery
- All Known Implementing Classes:
- AbstractQueryImpl, PreparedQueryImpl, QueryImpl
public interface ExecutableQuery
Specifies an interface for a query object implementation that can just be
executed.
- See Also:
QueryImpl
execute
QueryResult execute(long offset,
long limit)
throws RepositoryException
- Executes this query and returns a
QueryResult.
- Parameters:
offset - the offset in the total result setlimit - the maximum result size
- Returns:
- a
QueryResult
- Throws:
RepositoryException - if an error occurs
Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.