public interface ExecutableQuery
QueryImpl
Modifier and Type | Method and Description |
---|---|
QueryResult |
execute(long offset,
long limit)
Executes this query and returns a
. |
QueryResult execute(long offset, long limit) throws RepositoryException
QueryResult
.offset
- the offset in the total result setlimit
- the maximum result sizeQueryResult
RepositoryException
- if an error occursCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.