com.atlassian.jira.security.type
Class AbstractSecurityType

java.lang.Object
  extended bycom.atlassian.jira.security.type.AbstractSecurityType
All Implemented Interfaces:
SchemeType, SecurityType
Direct Known Subclasses:
AbstractIssueFieldSecurityType, AbstractProjectsSecurityType

public abstract class AbstractSecurityType
extends Object
implements SecurityType


Constructor Summary
AbstractSecurityType()
           
 
Method Summary
 String getArgumentDisplay(String argument)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.security.type.SecurityType
getQuery, getUsers
 
Methods inherited from interface com.atlassian.jira.scheme.SchemeType
doValidation, getDisplayName, getType, hasPermission, hasPermission
 

Constructor Detail

AbstractSecurityType

public AbstractSecurityType()
Method Detail

getArgumentDisplay

public String getArgumentDisplay(String argument)
Specified by:
getArgumentDisplay in interface SecurityType


Copyright © 2002-2006 Atlassian. All Rights Reserved.