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)
ApplicationUsers.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-2017 Atlassian. All Rights Reserved.