Interface ModelPermissions

All Known Subinterfaces:
CommentBasePermissions, CommentPermissions, DocumentPermissions, FieldPermissions, ModelObjectPermissions, RichPagePermissions, SpacePermissions, TestRunPermissions, WorkflowObjectPermissions, WorkItemPermissions

public interface ModelPermissions
Since:
3.9.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ModelPermissions
     
    static final ModelPermissions
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check the modify permission, including the repository write access and the license allowing write access.
    boolean
    Check the read permission, including the repository read access and the license allowing read access.
  • Field Details

  • Method Details

    • read

      boolean read()
      Check the read permission, including the repository read access and the license allowing read access.
    • modify

      boolean modify()
      Check the modify permission, including the repository write access and the license allowing write access.