| com.atlassian.bitbucket.permission.PermissionPredicateFactory |
Factory for creation permission-predicates
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves a
Predicate which applies a check to ensure the current user can access PullRequests. | |||||||||||
Retrieves a
Predicate which applies a check to ensure the current user has the specified permission with
regards to PullRequests. | |||||||||||
Retrieves a Predicate which applies a check to ensure the current user can access PullRequests.
Note: Pull requests are never accessible to anonymous users.
PullRequest predicate for pull request accessibilityRetrieves a Predicate which applies a check to ensure the current user has the specified permission with
regards to PullRequests. This predicate may be used for filtering rows from a DAO, for example.
| permission | the permission to check for |
|---|
| permission | the permission in question |
|---|
Repository predicate for given Permission