java.lang.Object | |
↳ | com.atlassian.jira.permission.WorkflowPermissionFactory |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | PREFIX | ||||||||||
String | PREFIX_PARENT |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a
DefaultWorkflowPermission from a meta attribute key:value pair if it grants a certain permission | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create a DefaultWorkflowPermission
from a meta attribute key:value pair if it grants a certain permission
relevantPermission | Permission we're interested in |
---|---|
metaKey | Key, eg. 'jira.permission.comment.group' |
metaValue | Value, eg. 'jira-users' |
IllegalArgumentException | If metaKey does not correctly specify a permission. |
---|