Versions Compared

Key

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

Description

Userview Permission Plugins are used for handling permissions and access rights in a userview.

Abstract Classes

org.joget.apps.userview.model.UserviewPermission

Code Block
// Variables
private Map<String, Object> properties;
private User currentUser;

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

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

public User getCurrentUser();

Sample Plugin

Coming soon.

Related Community Plugins

  • User Permission
  • Group Permission
  • Department Permission
  • Organization Permission
  • Logged In User Permission