com.atlassian.jira.security.type
Interface SecurityType

All Superinterfaces:
SchemeType
All Known Implementing Classes:
AbstractSecurityType

public interface SecurityType
extends SchemeType

Created by IntelliJ IDEA. User: Owen Date: 23/06/2003 Time: 12:46:52 To change this template use Options | File Templates.


Method Summary
 Query getQuery(User searcher, GenericValue entity)
           
 
Methods inherited from interface com.atlassian.jira.scheme.SchemeType
doValidation, getDisplayName, getType, hasPermission, hasPermission
 

Method Detail

getQuery

public Query getQuery(User searcher,
                      GenericValue entity)