Package org.apache.jackrabbit.oak.query
Class ResultRowImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.query.ResultRowImpl
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static Comparator<ResultRowImpl>getComparator(OrderingImpl[] orderings)StringgetPath()The path, assuming there is only one selector.StringgetPath(String selectorName)The path for the given selector name.TreegetTree(String selectorName)The tree for the given selector name.PropertyValuegetValue(String columnName)The property value.PropertyValue[]getValues()Get the list of values.inthashCode()StringtoString()
-
-
-
Method Detail
-
getPath
public String getPath()
Description copied from interface:ResultRowThe path, assuming there is only one selector.
-
getPath
public String getPath(String selectorName)
Description copied from interface:ResultRowThe path for the given selector name.
-
getTree
public Tree getTree(String selectorName)
Description copied from interface:ResultRowThe tree for the given selector name.
-
getValue
public PropertyValue getValue(String columnName)
Description copied from interface:ResultRowThe property value.
-
getValues
public PropertyValue[] getValues()
Description copied from interface:ResultRowGet the list of values.
-
getComparator
public static Comparator<ResultRowImpl> getComparator(OrderingImpl[] orderings)
-
-