Uses of Interface
org.apache.jackrabbit.oak.api.ResultRow
-
Packages that use ResultRow Package Description org.apache.jackrabbit.oak.api Oak repository APIorg.apache.jackrabbit.oak.jcr.query org.apache.jackrabbit.oak.query -
-
Uses of ResultRow in org.apache.jackrabbit.oak.api
Methods in org.apache.jackrabbit.oak.api that return types with arguments of type ResultRow Modifier and Type Method Description Iterable<? extends ResultRow>Result. getRows()Get the rows. -
Uses of ResultRow in org.apache.jackrabbit.oak.jcr.query
Constructors in org.apache.jackrabbit.oak.jcr.query with parameters of type ResultRow Constructor Description RowImpl(QueryResultImpl result, ResultRow row, String pathSelector) -
Uses of ResultRow in org.apache.jackrabbit.oak.query
Classes in org.apache.jackrabbit.oak.query that implement ResultRow Modifier and Type Class Description classResultRowImplA query result row that keeps all data (for this row only) in memory.Methods in org.apache.jackrabbit.oak.query that return types with arguments of type ResultRow Modifier and Type Method Description Iterable<? extends ResultRow>ResultImpl. getRows()
-