Interface RichPagePermissions
- All Superinterfaces:
ModelObjectPermissions
,ModelPermissions
- Since:
- 3.9.0
- Author:
- Jakub Stroleny, Polarion Software
-
Field Summary
Fields inherited from interface com.polarion.alm.shared.api.model.ModelObjectPermissions
ALLOWED
Fields inherited from interface com.polarion.alm.shared.api.model.ModelPermissions
DENIED
-
Method Summary
Methods inherited from interface com.polarion.alm.shared.api.model.ModelObjectPermissions
delete
Methods inherited from interface com.polarion.alm.shared.api.model.ModelPermissions
modify, read
-
Method Details
-
modifyWidgets
boolean modifyWidgets() -
comment
boolean comment()Checks the license if the current user can comment on Rich Pages.- Since:
- 3.23.10
-
manage
boolean manage()Checks if the current user has permission to manage the Rich Page. (Removing comments is one of the actions users can do while managing Rich Pages.)- Since:
- 3.23.10
-