You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Description

Hash Variable Plugins extend support for processing hash variables.

Abstract Classes

org.joget.apps.app.model.DefaultHashVariablePlugin

// 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 String getPrefix();

public String processHashVariable(String variableKey);

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

public User getCurrentUser();

Sample Plugin

Coming soon.

Related Community Plugin

  • App Message Hash Variable
  • Current User Hash Variable
  • Date Hash Variable
  • Environment Variable Hash Variable
  • Form Data Hash Variable
  • Performer Hash Variable
  • Request Parameter Hash Variable
  • User Hash Variable
  • User Variable Hash Variable
  • Workflow Assignment Hash Variable
  • Workflow Variable Hash Variable
  • No labels