Interface IRichPagePermissions

All Superinterfaces:
IPObjectPermissions

public interface IRichPagePermissions extends IPObjectPermissions
Since:
3.23.10
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if current user can comment on the rich page object
    boolean
    Checks if the current user has permission to manage the Rich Page.

    Methods inherited from interface com.polarion.platform.persistence.model.IPObjectPermissions

    delete, modify, modifyKey, read, readKey
  • Method Details

    • comment

      boolean comment()
      Checks if current user can comment on the rich page object
    • 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