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 |
getUsers(PermissionContext ctx)
Get users specified by this permission (eg.
|
Set getUsers(PermissionContext ctx)
User
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-2016 Atlassian. All Rights Reserved.