Package org.apache.jackrabbit.api.query
Interface JackrabbitQueryResult
-
- All Superinterfaces:
QueryResult
public interface JackrabbitQueryResult extends 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.-
Methods inherited from interface javax.jcr.query.QueryResult
getColumnNames, getNodes, getRows, getSelectorNames
-
-