Generated by
JDiff

Interface javax.jcr.ValueFactory

Removed Methods
Value createValue(InputStream) Returns a Value object of PropertyType.BINARY with a value consisting of the content of the specified InputStream.
 

Added Methods
Binary createBinary(InputStream) Returns a Binary object with a value consisting of the content of the specified InputStream.
Value createValue(Node, boolean) Returns a Value object of PropertyType.REFERENCE (if weak is false) or PropertyType.REFERENCE (if weak is true) that holds the identifier of the specified Node.
Value createValue(BigDecimal) Returns a Value object of PropertyType.DECIMAL with the specified value.
Value createValue(InputStream) Returns a Value object of PropertyType.BINARY with a value consisting of the content of the specified InputStream.
Value createValue(Binary) Returns a Value object of PropertyType.BINARY with a value consisting of the content of the specified Binary.