public interface WorkflowPermission
Modifier and Type | Method and Description |
---|---|
boolean |
allows(ProjectPermissionKey permission,
Issue issue,
ApplicationUser user)
Whether this workflow permission allows a permission.
|
Set<ApplicationUser> |
getUsers(PermissionContext ctx)
Get users specified by this permission (eg.
|
Set<ApplicationUser> getUsers(PermissionContext ctx)
ApplicationUser
s.boolean allows(ProjectPermissionKey permission, Issue issue, ApplicationUser user)
permission
- The requested permissionissue
- The current issue whose workflow step we consider.user
- The user requesting the permissionCopyright © 2002-2019 Atlassian. All Rights Reserved.