com.atlassian.jira.web.action.admin.issuesecurity
Class SchemeAwareIssueSecurityAction

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.web.action.JiraWebActionSupport
              extended bycom.atlassian.jira.scheme.AbstractSchemeAwareAction
                  extended bycom.atlassian.jira.web.action.admin.issuesecurity.SchemeAwareIssueSecurityAction
All Implemented Interfaces:
SchemeAware
Direct Known Subclasses:
AddIssueSecurity, DeleteIssueSecurity, DeleteIssueSecurityLevel, EditIssueSecurities

public class SchemeAwareIssueSecurityAction
extends AbstractSchemeAwareAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
PERMISSION_VIOLATION_RESULT, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
SchemeAwareIssueSecurityAction()
           
 
Method Summary
 java.lang.String getRedirectURL()
           
 SchemeManager getSchemeManager()
           
 SchemeType getType(java.lang.String id)
           
 boolean isDefault(java.lang.Long levelId)
          Is this Level the default level for the scheme
 
Methods inherited from class com.atlassian.jira.scheme.AbstractSchemeAwareAction
doNameValidation, getScheme, getSchemeId, setSchemeId
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
getCachedGroups, getConstantsManager, getGlobalColumns, getPropertySet, getRedirect, getRemoteUser, getUserPreferences, isHasIssuePermission, isHasPermission, isHasPermission, isHasProjectPermission
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getResult, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemeAwareIssueSecurityAction

public SchemeAwareIssueSecurityAction()
Method Detail

getType

public SchemeType getType(java.lang.String id)

getSchemeManager

public SchemeManager getSchemeManager()
Specified by:
getSchemeManager in class AbstractSchemeAwareAction

getRedirectURL

public java.lang.String getRedirectURL()
Specified by:
getRedirectURL in class AbstractSchemeAwareAction

isDefault

public boolean isDefault(java.lang.Long levelId)
Is this Level the default level for the scheme

Parameters:
levelId - The id of the level to check if it is the default
Returns:
true if the level is the default otherwise false