문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top