public interface IndexRow
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
The path of the node, if available.
|
org.apache.jackrabbit.oak.api.PropertyValue |
getValue(String columnName)
The value of the given property, if available.
|
boolean |
isVirtualRow()
Marks if the row is virtual and behavior of
getPath is undefined. |
boolean isVirtualRow()
getPath is undefined. The implementation may
choose to return null or empty string. User of a virtual row should now rely of value of
getPath returned from virtual rows.String getPath()
org.apache.jackrabbit.oak.api.PropertyValue getValue(String columnName)
columnName - the column nameCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.