Class IndexRowImpl

  • All Implemented Interfaces:
    org.apache.jackrabbit.oak.spi.query.IndexRow

    public class IndexRowImpl
    extends java.lang.Object
    implements org.apache.jackrabbit.oak.spi.query.IndexRow
    A simple index row implementation.
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexRowImpl​(java.lang.String path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      org.apache.jackrabbit.oak.api.PropertyValue getValue​(java.lang.String columnName)  
      boolean isVirtualRow()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IndexRowImpl

        public IndexRowImpl​(java.lang.String path)
    • Method Detail

      • isVirtualRow

        public boolean isVirtualRow()
        Specified by:
        isVirtualRow in interface org.apache.jackrabbit.oak.spi.query.IndexRow
      • getPath

        public java.lang.String getPath()
        Specified by:
        getPath in interface org.apache.jackrabbit.oak.spi.query.IndexRow
      • getValue

        public org.apache.jackrabbit.oak.api.PropertyValue getValue​(java.lang.String columnName)
        Specified by:
        getValue in interface org.apache.jackrabbit.oak.spi.query.IndexRow