Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
Form Permission Plugins is used to control permission at Form level and Form Section level. One must extends the UserviewPermission class in the implementation.
org.joget.apps.form.model.FormPermission
Code Block |
---|
// 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.