com.atlassian.jira.issue.util
Interface IssueImplAggregateTimeTrackingCalculator.PermissionChecker

Enclosing class:
IssueImplAggregateTimeTrackingCalculator

public static interface IssueImplAggregateTimeTrackingCalculator.PermissionChecker

Responsible for doing permission checks for an issue.

Since:
v3.11

Method Summary
 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.
 

Method Detail

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


Copyright © 2002-2013 Atlassian. All Rights Reserved.