ManageEngine Analytics Plus Client APIPermissionInfo

PermissionInfo contains the permission details of views.

Summary

Methods
Properties
Constants
getViewName()
getSharedBy()
getFilterCriteria()
hasReadPermission()
hasExportPermission()
hasVUDPermission()
hasAddRowPermission()
hasUpdateRowPermission()
hasDeleteRowPermission()
hasDeleteAllRowsPermission()
hasAppendImportPermission()
hasUpdateImportPermission()
hasTruncateImportPermission()
hasDeleteUpdateAddImportPermission()
hasSharePermission()
$view_name
$shared_by
$filter_criteria
$perms_map
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$view_name

$view_name : string

Type

string — View name of the user.

$shared_by

$shared_by : string

Type

string — Contails the Shared by user mail-id.

$filter_criteria

$filter_criteria : array

Type

array — Conatains Filter criterias.

$perms_map

$perms_map : array

Type

array — Contains permissions list of views.

Methods

getViewName()

getViewName() : String

This method is used to get the name of the View that is shared.

Returns

String —

A String value holds the name of the view.

getSharedBy()

getSharedBy() : String

This method is used to get the email address of the user who shared the View.

Returns

String —

A String value holds the email address of the user who shared the view.

getFilterCriteria()

getFilterCriteria() : String

This method is used to get the filter criteria associated to this PermissionInfo.

Returns

String —

A String value holds the filter criteria.

hasReadPermission()

hasReadPermission() : Boolean

This method is used to find whether this permission entry has READ permission.

Returns

Boolean —

A Boolean value holds whether the READ operation is allowed or not.

hasExportPermission()

hasExportPermission() : Boolean

This method is used to find whether this permission entry has EXPORT permission.

Returns

Boolean —

A Boolean value holds whether EXPORT operation is allowed or not.

hasVUDPermission()

hasVUDPermission() : Boolean

This method is used to find whether this permission entry has View Underlying Data permission.

Returns

Boolean —

A Boolean value holds whether View Underlying Data operation is allowed or not.

hasAddRowPermission()

hasAddRowPermission() : Boolean

This method is used to find whether this permission entry has ADDROW permission.

Returns

Boolean —

A Boolean value holds whether the ADDROW operation is allowed or not.

hasUpdateRowPermission()

hasUpdateRowPermission() : Boolean

This method is used to find whether this permission entry has UPDATEROW permission.

Returns

Boolean —

A Boolean value holds whether the UPDATEROW operation is allowed or not.

hasDeleteRowPermission()

hasDeleteRowPermission() : Boolean

This method is used to find whether this permission entry has DELETEROW permission.

Returns

Boolean —

A Boolean value holds whether the DELETEROW operation is allowed or not.

hasDeleteAllRowsPermission()

hasDeleteAllRowsPermission() : Boolean

This method is used to find whether this permission entry has DELETEALLROWS permission.

Returns

Boolean —

A Boolean value holds whether the DELETE ALL ROWS operation is allowed or not.

hasAppendImportPermission()

hasAppendImportPermission() : Boolean

This method is used to find whether this permission entry has APPENDIMPORT permission.

Returns

Boolean —

A Boolean value holds whether the APPEND IMPORT operation is allowed or not.

hasUpdateImportPermission()

hasUpdateImportPermission() : Boolean

This method is used to find whether this permission entry has UPDATEIMPORT permission.

Returns

Boolean —

A Boolean value holds whether the UPDATE IMPORT operation is allowed or not.

hasTruncateImportPermission()

hasTruncateImportPermission() : Boolean

This method is used to find whether this permission entry has TRUNCATEIMPORT permission.

Returns

Boolean —

A Boolean value holds whether the TRUNCATE IMPORT operation is allowed or not.

hasDeleteUpdateAddImportPermission()

hasDeleteUpdateAddImportPermission() : Boolean

This method is used to find whether this permission entry has DELETEUPDATEADDIMPORT permission.

Returns

Boolean —

A Boolean value holds whether the DELETEUPDATEADD IMPORT operation is allowed or not.

hasSharePermission()

hasSharePermission() : Boolean

This method is used to find whether this permission entry has SHARE permission.

Returns

Boolean —

A Boolean value holds whether the SHARE permission operation is allowed or not.