IBM InfoSphere Master Data Management, Version 11.3Java™ behavior extensions can be created by developers and are used by default to implement additional business rules, or when a new module needs to be invoked.
For example, in the post stage of all inquiry transactions, you may want to invoke the rules of visibility engine to filter out data that the user is not entitled to view.
A Java extension is a class that extends com.dwl.base.extensionFramework.ClientJavaExtensionSet. It must provide an execute(ExtensionParameters) method.