通过我自己的自定义监听器,我想从nuxeo文档中删除主文件和附件。 删除文档似乎很简单,因为您可以使用以下代码。
doc.getCoreSession()removeDocument(doc.getRef())。 doc.getCoreSession()保存();
但是如何通过我的java代码删除文件和附件。请提供一小段代码。
答案 0 :(得分:1)
代码将是......
DocumentHelper.removeProperty(documentModel, path);
path = file:主文件的内容。对于附件"文件/内容[数组索引]"