Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Description

Form Permission Plugins is used to control permission at Form level and Form Section level. One must extends the UserviewPermission class in the implementation.

Interface Classes

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();


Sample Plugin

Coming soon.

Related Community Plugin

  •  

Related Tutorial

  •