Interface OakValue
public interface OakValue
TODO: document
-
Method Summary
Modifier and TypeMethodDescriptiongetBlob()
Returns the Oak internal String representation of a value.
-
Method Details
-
getBlob
- Throws:
RepositoryException
-
getOakString
Returns the Oak internal String representation of a value. Thus, similar toValue.getString()
but ignoring any JCR specific namespace mapping.- Returns:
- A String representation of the value of this property.
- Throws:
RepositoryException
-