【发布时间】:2014-11-19 13:42:40
【问题描述】:
是否可以在调用会话的保存方法之前获取修改的节点列表?我想知道修改或添加了哪些节点,现在我为此使用了一种非常低效的方法:
Looping through the 'content' path and calling these methods for each node:
node.isModified()
node.isNew()
看起来很糟糕的解决方案,但我没有找到更好的解决方案。
提前感谢您的帮助!
【问题讨论】: