I see a couple of ways to obtain the Path from a Node: - Path path = ((NodeImpl) myNode).getPrimaryPath(); - Path path = ((SessionImpl) session).getHierarchyManager().getPath(((NodeImpl) myNode).getId());
Which is the preferred form? Thanks! -- OpenKM http://www.openkm.com http://www.guia-ubuntu.org
