Interface OakValue


  • public interface OakValue
    TODO: document
    • Method Detail

      • getBlob

        org.apache.jackrabbit.oak.api.Blob getBlob()
                                            throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
      • getOakString

        java.lang.String getOakString()
                               throws javax.jcr.RepositoryException
        Returns the Oak internal String representation of a value. Thus, similar to Value.getString() but ignoring any JCR specific namespace mapping.
        Returns:
        A String representation of the value of this property.
        Throws:
        javax.jcr.RepositoryException