Usages


This is a new feature in Joget DX 8.2.

This plugin type makes a plugin aware of the plugin install & uninstall events.

Common Use Cases:

Interface Class

org.joget.plugin.base.ActivationAwarePlugin

Method Detail

Interface Methods
afterRegister
public void afterRegister()

This method will be called after the plugin is registered with the service.

beforeUnregister
public void beforeUnregister()

This method will be called before the plugin is going to be unregistered from the service.

Sample Plugins

All Web Filter plugins are a sample of this plugin interface, as the web filter plugin uses it to auto-register and unregister the filter after installation and before uninstalling.