|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Permission | |
|---|---|
| com.atlassian.jira.permission | |
| com.atlassian.jira.plugin.workflow | |
| com.atlassian.jira.security | |
| Uses of Permission in com.atlassian.jira.permission |
|---|
| Methods in com.atlassian.jira.permission that return Permission | |
|---|---|
static Permission |
Permission.getPermissionById(int permissionId)
|
static Permission |
Permission.valueOf(int permissionId)
|
static Permission |
Permission.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Permission[] |
Permission.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.jira.permission that return types with arguments of type Permission | |
|---|---|
Map<Integer,Permission> |
SchemePermissions.getAttachmentsPermissions()
|
Map<Integer,Permission> |
SchemePermissions.getCommentsPermissions()
|
Map<Integer,Permission> |
SchemePermissions.getIssuePermissions()
|
Map<Integer,Permission> |
SchemePermissions.getProjectPermissions()
|
Map<Integer,Permission> |
SchemePermissions.getSchemePermissions()
Get a map of the permissions that can be part of a permission scheme. |
Map<Integer,Permission> |
SchemePermissions.getTimeTrackingPermissions()
|
Map<Integer,Permission> |
SchemePermissions.getVotersAndWatchersPermissions()
|
| Uses of Permission in com.atlassian.jira.plugin.workflow |
|---|
| Methods in com.atlassian.jira.plugin.workflow that return types with arguments of type Permission | |
|---|---|
protected Map<String,Map<String,Permission>> |
AbstractWorkflowPermissionPluginFactory.getGroupedPermissions()
JRA-14306: building a map of maps, so we can use optgroups to display each group of permissions. |
| Uses of Permission in com.atlassian.jira.security |
|---|
| Methods in com.atlassian.jira.security that return types with arguments of type Permission | |
|---|---|
Map<Integer,Permission> |
DefaultGlobalPermissionManager.getGlobalPermissions()
|
Map<Integer,Permission> |
GlobalPermissionManager.getGlobalPermissions()
Return map of all global permissions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||