Uses of Interface
com.atlassian.jira.issue.security.IssueSecurityLevel

Packages that use IssueSecurityLevel
com.atlassian.jira.issue.fields.rest.json.beans   
com.atlassian.jira.issue.security   
 

Uses of IssueSecurityLevel in com.atlassian.jira.issue.fields.rest.json.beans
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type IssueSecurityLevel
static SecurityLevelJsonBean SecurityLevelJsonBean.shortBean(IssueSecurityLevel securityLevel, JiraBaseUrls urls)
           
 

Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type IssueSecurityLevel
static Collection<SecurityLevelJsonBean> SecurityLevelJsonBean.shortBeans(Collection<IssueSecurityLevel> securitylevels, JiraBaseUrls urls)
           
 

Uses of IssueSecurityLevel in com.atlassian.jira.issue.security
 

Methods in com.atlassian.jira.issue.security that return IssueSecurityLevel
 IssueSecurityLevel IssueSecurityLevelManager.createIssueSecurityLevel(long schemeId, String name, String description)
          Creates an Issue Security Level with the given properties.
 IssueSecurityLevel IssueSecurityLevelManager.getSecurityLevel(long id)
          Returns the IssueSecurityLevel with the given ID.
 

Methods in com.atlassian.jira.issue.security that return types with arguments of type IssueSecurityLevel
 Collection<IssueSecurityLevel> IssueSecurityLevelManager.getAllIssueSecurityLevels()
          Get all the different levels of security across all schemes.
 Collection<IssueSecurityLevel> IssueSecurityLevelManager.getAllSecurityLevelsForUser(com.atlassian.crowd.embedded.api.User user)
          Get the different levels of security that the user can see across all projects.
 List<IssueSecurityLevel> IssueSecurityLevelManager.getIssueSecurityLevels(long schemeId)
          Returns the list of Security Levels for the given Issue Security Level Scheme.
 Collection<IssueSecurityLevel> IssueSecurityLevelManager.getIssueSecurityLevelsByName(String securityLevelName)
          Get the different levels of security that have the specified name.
 Collection<IssueSecurityLevel> IssueSecurityLevelManager.getSecurityLevelsForUserByName(com.atlassian.crowd.embedded.api.User user, String securityLevelName)
          Get the different levels of security that a user can see that have the specified name.
 List<IssueSecurityLevel> IssueSecurityLevelManager.getUsersSecurityLevels(Issue issue, com.atlassian.crowd.embedded.api.User user)
          Get the different levels of security that can be set for this issue.
 List<IssueSecurityLevel> IssueSecurityLevelManager.getUsersSecurityLevels(Project project, com.atlassian.crowd.embedded.api.User user)
          Get the different levels of security that can be set for an issue created in this project.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.