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?
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?
Copyright © 2021 Jogjafile Inc.
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