在 KendoUI Grid 的 Xpages 中使用 xe:RestService 删除文档

Deleting documents using xe:RestService in Xpages from KendoUI Grid

我有一个很好的 KendoUI Grid 集成到我的应用程序中。

我可以在按钮中编写一个 CSJS 函数,它将 return 用户选择的文档的 UNID。但随后我需要删除文档,方法是将 UNID 以某种方式传递给 SSJS 命令,或者通过对我的数据调用休息服务。

我已经在使用 Rest 服务将数据导入网格,但无论如何我找不到编写删除 REST 服务的方法。从文档中有一个documentJsonService,但是我如何配置它来删除一个文档呢?

也许这个 link 到 Assonos 的博客可以指导您如何做到这一点。 http://www.assono.de/blog/d6plinks/REST-Services-with-the-XPages-Extension-Library

我认为您不需要在您的 REST 服务中指定它,但在您对 REST 服务的调用中