The business rules plugin
Important: If you install embedded analytics for Guidewire PolicyCenter, the default implementation class for the
IBizRulesPlugin plugin
changes to the following class:ADSBizRulesPlugin
Any changes that you make to the IBizRulesPlugin plugin must be made in this implementation
class.
Guidewire provides a business rules plugin, the IBizRulesPlugin
plugin, that you configure to manage certain business rule functionality. In the
base configuration, Gosu class BizRulesPlugin provides the
default implementation for this plugin. BizRulesPlugin implements
the IBizRulesPlugin interface.
By modifying the default
IBizRulesPlugin plugin implementation, you
can do the following: - Create new rule contexts and add context symbols
- Add, modify, or delete rule contexts, rule actions, and rule triggers
- Modify the set of functions and entity properties that are visible in the Rule Condition editor in the Business Rules screens
- Create methods on the Util class that are available in autocompletion in the Rule Condition editor
- Change the rule permission provider
