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 boolean
equals(Object obj)
static Comparator<ResultRowImpl>
getComparator(OrderingImpl[] orderings)
String
getPath()
The path, assuming there is only one selector.String
getPath(String selectorName)
The path for the given selector name.Tree
getTree(String selectorName)
The tree for the given selector name.PropertyValue
getValue(String columnName)
The property value.PropertyValue[]
getValues()
Get the list of values.int
hashCode()
String
toString()
-
-
-
Method Detail
-
getPath
public String getPath()
Description copied from interface:ResultRow
The path, assuming there is only one selector.
-
getPath
public String getPath(String selectorName)
Description copied from interface:ResultRow
The path for the given selector name.
-
getTree
public Tree getTree(String selectorName)
Description copied from interface:ResultRow
The tree for the given selector name.
-
getValue
public PropertyValue getValue(String columnName)
Description copied from interface:ResultRow
The property value.
-
getValues
public PropertyValue[] getValues()
Description copied from interface:ResultRow
Get the list of values.
-
getComparator
public static Comparator<ResultRowImpl> getComparator(OrderingImpl[] orderings)
-
-