Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Table of Contents

Description

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.

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

  • Bean Shell Script
  • Department
  • Group
  • Logged In User
  • Organization
  • User

Related Tutorial

  •