Java behavior extensions
Java™ 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.
About this task
The new Java class
module may be one of the following:
- Technical code that integrates to other systems.
- Code that does transformations on data.
- Code that hooks to engines such as a rules of visibility engine or a dynamic grouping engine.
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.