Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Code Block |
---|
// Variables private Map<String, Object> properties; // Abstract and Interface Methods public abstract String getName(); public abstract String getDescription(); public abstract String getVersion(); public abstract String getLabel(); public abstract String getClassName(); public abstract String getPropertyOptions(); public abstract Object execute(Map properties); // 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); |
...