Package org.apache.jackrabbit.api.query
Interface JackrabbitQueryResult
-
- All Superinterfaces:
javax.jcr.query.QueryResult
@ProviderType public interface JackrabbitQueryResult extends javax.jcr.query.QueryResult
The Jackrabbit query result interface. This interface contains the Jackrabbit-specific extensions to the JCRQueryResult
interface.- Since:
- Jackrabbit 2.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getTotalSize()
Returns the total number of hits.
-