Package org.apache.jackrabbit.core.query
Interface ExecutableQuery
-
- All Known Implementing Classes:
AbstractQueryImpl,QueryImpl
public interface ExecutableQuerySpecifies an interface for a query object implementation that can just be executed.- See Also:
QueryImpl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryResultexecute(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 setlimit- the maximum result size- Returns:
- a
QueryResult - Throws:
RepositoryException- if an error occurs
-
-