public class PermissionInfo
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
PermissionInfo(java.lang.String viewName,
long viewId,
java.lang.String sharedBy) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilterCriteria()
This method is used to get the filter criteria associated to this PermissionInfo.
|
java.lang.String |
getSharedBy()
This method is used to get the email address of the user who shared the View.
|
long |
getViewId()
This method is used to get the id of the View that is shared.
|
java.lang.String |
getViewName()
This method is used to get the name of the View that is shared.
|
java.lang.Boolean |
hasAddRowPermission()
This method is used to find whether this permission entry has ADDROW permission.
|
java.lang.Boolean |
hasAppendImportPermission()
This method is used to find whether this permission entry has APPEND IMPORT permission.
|
java.lang.Boolean |
hasDeleteAllRowsPermission()
This method is used to find whether this permission entry has DELETEALLROWS permission.
|
java.lang.Boolean |
hasDeleteRowPermission()
This method is used to find whether this permission entry has DELETEROW permission.
|
java.lang.Boolean |
hasDeleteUpdateAddImportPermission()
This method is used to find whether this permission entry has DELETE UPDATEADD IMPORT permission.
|
java.lang.Boolean |
hasDiscussionPermission()
This method is used to find whether this permission entry has DISCUSSION permission.
|
java.lang.Boolean |
hasDrillDownPermission()
This method is used to find whether this permission entry has DRILLDOWN permission.
|
java.lang.Boolean |
hasExportPermission()
This method is used to find whether this permission entry has EXPORT permission.
|
java.lang.Boolean |
hasReadPermission()
This method is used to find whether this permission entry has READ permission.
|
java.lang.Boolean |
hasSharePermission()
This method is used to find whether this permission entry has SHARE permission.
|
java.lang.Boolean |
hasTruncateImportPermission()
This method is used to find whether this permission entry has TRUNCATE IMPORT permission.
|
java.lang.Boolean |
hasUpdateImportPermission()
This method is used to find whether this permission entry has UPDATE IMPORT permission.
|
java.lang.Boolean |
hasUpdateRowPermission()
This method is used to find whether this permission entry has UPDATEROW permission.
|
java.lang.Boolean |
hasVUDPermission()
This method is used to find whether this permission entry has View Underlying Data permission.
|
protected PermissionInfo(java.lang.String viewName,
long viewId,
java.lang.String sharedBy)
public java.lang.String getViewName()
String value holds the name of the view.public long getViewId()
Long value holds the id of the view.public java.lang.String getSharedBy()
String value holds the email address of the user who shared the view.public java.lang.String getFilterCriteria()
String value holds the filter criteria.public java.lang.Boolean hasReadPermission()
Boolean value holds whether the READ operation is allowed or not.public java.lang.Boolean hasExportPermission()
Boolean value holds whether EXPORT operation is allowed or not.public java.lang.Boolean hasVUDPermission()
Boolean value holds whether View Underlying Data operation is allowed or not.public java.lang.Boolean hasAddRowPermission()
Boolean value holds whether the ADDROW operation is allowed or not.public java.lang.Boolean hasUpdateRowPermission()
Boolean value holds whether the UPDATEROW operation is allowed or not.public java.lang.Boolean hasDeleteRowPermission()
Boolean value holds whether the DELETEROW operation is allowed or not.public java.lang.Boolean hasDeleteAllRowsPermission()
Boolean value holds whether the DELETE ALL ROWS operation is allowed or not.public java.lang.Boolean hasAppendImportPermission()
Boolean value holds whether the APPEND IMPORT operation is allowed or not.public java.lang.Boolean hasUpdateImportPermission()
Boolean value holds whether the UPDATE IMPORT operation is allowed or not.public java.lang.Boolean hasTruncateImportPermission()
Boolean value holds whether the TRUNCATE IMPORT operation is allowed or not.public java.lang.Boolean hasDeleteUpdateAddImportPermission()
Boolean value holds whether the DELETE UPDATEADD IMPORT operation is allowed or not.public java.lang.Boolean hasDrillDownPermission()
Boolean value holds whether the DRILLDOWN permission operation is allowed or not.public java.lang.Boolean hasSharePermission()
Boolean value holds whether the SHARE permission operation is allowed or not.public java.lang.Boolean hasDiscussionPermission()
Boolean value holds whether the DISCUSSION permission operation is allowed or not.Copyright © 2023 AdventNet Inc. All Rights Reserved.