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

Compare with Current View Page History

« Previous Version 4 Current »

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".

Plugin Properties Options

  • Does not support.

Tutorials

  • Not available right now

Related Community Plugins

  • Not available right now
  • No labels