Versions Compared

Key

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

Description

Process Tool Plugins to integrate  are used for integrating with external systems.

Abstract Classes

...

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 props);

// 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

...

Related Community

...

Plugins

  • Bean Shell Tool
  • Database Update Tool
  • Email Tool
  • JSON Tool