Search code examples
messagingdocumentumdfc

Is it possible to intercept Documentum API calls?


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?


Solution

  • 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