Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Table of Contents

Description

The Audit Trail Plugin is triggered after a process-related event to provide extra processing capabilities (e.g., capturing reporting data or user notification).

Abstract Classes

org.joget.plugin.base.DefaultAuditTrailPlugin

Code Block
// Variables
private Map<String, Object> properties;

// Abstract and Interface Methods
public String getName();

public String getDescription();

public String getVersion();

public String getLabel();

public String getClassName();

public String getPropertyOptions();

public Object execute(Map properties);

// Available Methods
public Map<String, Object> getProperties();

public void setProperties(Map<String, Object> properties);

public Object getProperty(String property);

public String getPropertyString(String property);

public void setProperty(String property, Object value);

Sample Plugin

Coming soon.

Related Community Plugins

  • User Notification
  • Process Data Collector