Usages
- The Audit Trail Plugin is triggered after a audit trail event to provide extra processing capabilities (e.g., capturing reporting data or user notification).
Abstract Class
org.joget.plugin.base.DefaultAuditTrailPlugin
- Under wflow-plugin-base module
- Extended org.joget.plugin.base.ExtDefaultPlugin. Please refer to Plugin Base Abstract Class and Interface.
- Implemented org.joget.plugin.property.model.PropertyEditable. Please refer to Plugin Base Abstract Class and Interface.
- A base abstract class to develop a Audit Trail Plugin.
Method Detail
Abstract Methods
execute
public abstract java.lang.Object execute(java.util.Map props)
To execute the extra processing based on Audit Trail Event.
An org.joget.apps.app.model.AuditTrail object is passed as "auditTrail" property.
Return is not used for now.
Audit Trail Event
Plugin Properties Options
- Please refer to Plugin Properties Options for more information.
Tutorials