Interface IPObjectPermissions

All Known Subinterfaces:
IDocumentPermissions, IRichPagePermissions, ITrackerProjectPermissions, IWikiPagePermissions, IWorkflowObjectPermissions, IWorkItemPermissions

public interface IPObjectPermissions
Since:
3.8.2
Author:
Roman Kratochvil, Polarion Software
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
  • Method Details

    • read

      boolean read()
    • modify

      boolean modify()
    • delete

      boolean delete()
    • readKey

      boolean readKey(@NotNull String key)
    • modifyKey

      boolean modifyKey(@NotNull String key)