The Binary interface and its related methods in
Property, Value and ValueFactory
replace the deprecated
Value.getStream and
Property.getStream methods.
Exception thrown by the write methods of Node and Property
and by save and refresh if an attempted change would conflict with a
change to the persistent workspace made through another
Session.
Each repository has a single, persistent namespace registry represented by
the NamespaceRegistry object, accessed via Workspace.getNamespaceRegistry().
The namespace registry contains the default prefixes of the registered
namespaces.
The Workspace object represents a "view" of an actual repository workspace
entity as seen through the authorization settings of its associated Session.
Each Workspace object is associated one-to-one with a Session
object.