|
ManageEngine Analytics Plus API Docs | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adventnet.zoho.client.report.PermissionInfo
public class PermissionInfo
PermissionInfo contains the complete information of each permission entry
Method Summary | |
---|---|
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. |
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 APPENDIMPORT 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 DELETEUPDATEADDIMPORT 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 TRUNCATEIMPORT permission. |
java.lang.Boolean |
hasUpdateImportPermission()
This method is used to find whether this permission entry has UPDATEIMPORT 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getViewName()
String
value holds the name 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 DELETEUPDATEADD IMPORT operation is allowed or not.public java.lang.Boolean hasSharePermission()
Boolean
value holds whether the SHARE permission operation is allowed or not.
|
ManageEngine Analytics Plus API Docs | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |