Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
Get plugin properties.
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
Set plugin properties.
public java.lang.Object getProperty(java.lang.String property)
...
public java.lang.String getLabel()
Return plugin label. This value will be used when a Resource Bundle Message Key "plugin.className.pluginlabel" is not found by getI18nLabel() method.
public java.lang.String getClassName()
Return Class Name for the plugin.
public java.lang.String getPropertyOptions()
Return the plugin properties options in JSON format. Please refer to Plugin Properties Options.
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
Get plugin properties.
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
Set plugin properties.
public java.lang.Object getProperty(java.lang.String property)
Get a plugin property value by property key.
...
public void setProperty(java.lang.String property, java.lang.Object value)
Set a plugin property.
public java.lang.String getPropertyString(java.lang.String property)
Get a plugin property value by property key and return in java.lang.String. Non-exist key need to return an empty string instead of NULL value.