Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您能否告诉我是否有可能创建父文档是另一个文档。
ObjectId parentId = session.createObjectId(someDocumentStringId); session.createDocument(properties, parentId, stream, VersioningState.None);
现在我得到错误:该对象的存储库不支持操作!
文档不是 CMIS 中的容器。只有文件夹可以是文档的父级。
查看 CMIS 关系。他们可能会解决您的问题。