|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowPermission
Represents a single permission granted in the JIRA workflow XML.
Method Summary | |
---|---|
boolean |
allows(int permission,
Issue issue,
com.atlassian.crowd.embedded.api.User user)
Whether this workflow permission allows a permission. |
Set |
getUsers(PermissionContext ctx)
Get users specified by this permission (eg. |
Method Detail |
---|
Set getUsers(PermissionContext ctx)
User
s.boolean allows(int permission, Issue issue, com.atlassian.crowd.embedded.api.User user)
permission
- The requested permissionissue
- The current issue whose workflow step we consider.user
- The user requesting the permission
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |