com.atlassian.jira.issue.security
Class IssueSecurityLevelPermission

java.lang.Object
  extended by com.atlassian.jira.issue.security.IssueSecurityLevelPermission

public class IssueSecurityLevelPermission
extends Object

Represents a single permission for a particular Issue Security Level. An IssueSecurityLevelScheme holds a number of IssueSecurityLevels which in turn have zero or more IssueSecurityLevelPermissions (zero is technically possible but not useful).

Since:
v5.2

Constructor Summary
IssueSecurityLevelPermission(Long id, Long schemeId, Long securityLevelId, String type, String parameter)
           
 
Method Summary
 Long getId()
           
 String getParameter()
           
 Long getSchemeId()
           
 Long getSecurityLevelId()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueSecurityLevelPermission

public IssueSecurityLevelPermission(Long id,
                                    Long schemeId,
                                    Long securityLevelId,
                                    String type,
                                    String parameter)
Method Detail

getId

public Long getId()

getSchemeId

public Long getSchemeId()

getSecurityLevelId

public Long getSecurityLevelId()

getType

public String getType()

getParameter

public String getParameter()


Copyright © 2002-2013 Atlassian. All Rights Reserved.