是否可以拦截 Documentum API 调用?

发布于 2024-12-17 09:03:14 字数 111 浏览 8 评论 0原文

我需要处理 Documentum (DFC 6.5) 中的不同发布事件。发布内容后,我想向我的应用程序发送一条 JMS 消息。

有什么方法可以拦截 API 调用,以便我可以处理我的业务逻辑吗?

I have a need to handle different publication events in Documentum (DFC 6.5). When content is published, I would like to fire a JMS message back to my application.

Is there any way to intercept the API calls so that I can handle my business logic?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南烟 2024-12-24 09:03:14

如果您的文档应用了生命周期,则在生命周期状态的“更改后”选项卡上添加自定义 java 模块

From Composer (6.7) 帮助

状态转换完成后执行更改后过程。当事务中发生的转换部分完成时,系统执行更改后过程。变更后程序的任何部分失败都不会妨碍过渡的成功

如果不使用生命周期,可以在文档 TBO 中或通过附加方面来完成此操作

If your document has a lifecycle applied to it then add a custom java module on the "Post Change" tab of the lifecycle state

From Composer (6.7) help

A post-change procedure executes after the state transition is complete. When the part of a transition that occurs within the transaction is complete, the system executes the post-change procedure. Failure of any part of the post-change procedure does not prevent the transition from succeeding

If not using lifecycles then, could do this in a document TBO or by attaching an Aspect

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文