Uses of Interface
com.atlassian.jira.permission.Permission

Packages that use Permission
com.atlassian.jira.permission   
com.atlassian.jira.plugin.workflow   
 

Uses of Permission in com.atlassian.jira.permission
 

Classes in com.atlassian.jira.permission that implement Permission
 class PermissionImpl
          Default implementation fo Permission
 

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<Integer,Permission>> AbstractWorkflowPermissionPluginFactory.getGroupedPermissions()
          JRA-14306: building a map of maps, so we can use optgroups to display each group of permissions.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.