Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Form Permission Plugins are used to control permission at Form level and Form Section level. One must extend the Userview Permission class in the implementation.
org.joget.apps.form.model.FormPermission
// 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 boolean isAuthorize();
Coming soon.