Interface ITrackerProjectPermissions

All Superinterfaces:
IPObjectPermissions

public interface ITrackerProjectPermissions extends IPObjectPermissions
Since:
3.8.2
Author:
Roman Kratochvil, Polarion Software
  • Method Details

    • createWorkItemOfType

      boolean createWorkItemOfType(@NotNull String typeId)
    • createWorkItemOfTypes

      @NotNull Collection<ITypeOpt> createWorkItemOfTypes()
    • readDocument

      boolean readDocument(@Nullable String spaceId)
      Checks if current user can read Documents in space with given space id
      Parameters:
      spaceId - the id of the space to perform the check. If the parameter is null, the check will be performed in default space
      Since:
      3.9.2
    • createDocument

      boolean createDocument(@Nullable String spaceId)
      Checks if current user can create Documents in space with given space id
      Parameters:
      spaceId - the id of the space to perform the check. If the parameter is null, the check will be performed in default space
      Since:
      3.9.2
    • createWikiPage

      boolean createWikiPage(@Nullable String spaceId)
      Checks if current user can create Wiki Pages in space with given space id
      Parameters:
      spaceId - the id of the space to perform the check. If the parameter is null, the check will be performed in default space
      Since:
      3.9.2
    • createRichPage

      boolean createRichPage(@Nullable String spaceId)
      Checks if current user can create Rich Pages in space with given space id
      Parameters:
      spaceId - the id of the space to perform the check. If the parameter is null, the check will be performed in default space
      Since:
      3.9.2