Interface IssueImplAggregateTimeTrackingCalculator.PermissionChecker

Enclosing class:
IssueImplAggregateTimeTrackingCalculator

public static interface IssueImplAggregateTimeTrackingCalculator.PermissionChecker
Responsible for doing permission checks for an issue.
Since:
v3.11
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if a user in this context has a browse permission Permissions.BROWSE for given issue (sub-task), false otherwise.
  • Method Details

    • hasPermission

      boolean hasPermission(Issue subTask)
      Returns true if a user in this context has a browse permission Permissions.BROWSE for given issue (sub-task), false otherwise.
      Parameters:
      subTask - sub-task to check the permission for
      Returns:
      true if a user in this context has a browse permission for given issue (sub-task), false otherwise