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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
If not using lifecycles then, could do this in a document TBO or by attaching an Aspect