I guess you have to use

Session#getNodeByUUID(String) so something like

session.getNodeByUUID(value.getString());

Personally I'd expect one for each of these

   *  PropertyType.STRING
   * PropertyType.DATE
   * PropertyType.BINARY
   * PropertyType.DOUBLE
   * PropertyType.LONG
   * PropertyType.BOOLEAN
   (The ones above are already covered)
   * PropertyType.NAME
   * PropertyType.PATH
   * PropertyType.REFERENCE

If not then atleast some more explanation in the javadocs?


On 8/2/06, Thomas Bopp <[EMAIL PROTECTED]> wrote:
Hi there!

I was going to add a Multi-value Reference, but there is no getNode()
Method in the Value class.
Are multi value references generally not supported or am I missing
something ?

Regards,
::Thomas



Reply via email to