Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Usages

Abstract Class

org.joget.apps.app.model.DefaultHashVariablePlugin

Method Detail

Abstract Methods
getPrefix
public abstract java.lang.String getPrefix()

Prefix of a Hash Variable use as identifier 

processHashVariable
public abstract java.lang.String processHashVariable(java.lang.String variableKey)

Processing the Hash Variable and return a value to replace the Hash Variable.

Return Null to skip the replacement of Hash Variable.

Overridable Methods
escapeHashVariable
public java.lang.String escapeHashVariable(java.lang.String variable)

Escape special character in the value. Default to escape Regex in the value

availableSyntax
public java.util.Collection<java.lang.String> availableSyntax()

List the possible syntax combination to populate in Hash Variable Assistants in Property Editor. Default to "prefix.KEY".

Tutorials

  • Not available right now

Related Community Plugins

  • Not available right now