|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.jql.resolver.IssueSecurityLevelResolver
@InjectableComponent public class IssueSecurityLevelResolver
Resolves Issue Security Levels for the specified user.
Constructor Summary | |
---|---|
IssueSecurityLevelResolver(IssueSecurityLevelManager issueSecurityLevelManager)
|
Method Summary | |
---|---|
List<org.ofbiz.core.entity.GenericValue> |
getAllSecurityLevels(User searcher)
Returns the issue level objects that the passed user can see. |
List<org.ofbiz.core.entity.GenericValue> |
getIssueSecurityLevels(User searcher,
List<QueryLiteral> rawValues)
Resolves GenericValue s representing Issue Security Levels based on the
QueryLiteral s provided. |
List<org.ofbiz.core.entity.GenericValue> |
getIssueSecurityLevels(User searcher,
QueryLiteral rawValue)
Resolves GenericValue s representing Issue Security Levels based on the
QueryLiteral provided. |
List<org.ofbiz.core.entity.GenericValue> |
getIssueSecurityLevelsOverrideSecurity(List<QueryLiteral> rawValues)
Resolves GenericValue s representing Issue Security Levels based on the
QueryLiteral s provided. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IssueSecurityLevelResolver(IssueSecurityLevelManager issueSecurityLevelManager)
Method Detail |
---|
public List<org.ofbiz.core.entity.GenericValue> getAllSecurityLevels(User searcher)
searcher
- all the issues levels that the passed user can see.
public List<org.ofbiz.core.entity.GenericValue> getIssueSecurityLevels(User searcher, QueryLiteral rawValue)
GenericValue
s representing Issue Security Levels based on the
QueryLiteral
provided. Will only return security levels the specified
user can see.
Note: a null value in the returned list represents the "Empty" security level
searcher
- the user performing the search.rawValue
- the raw search input
public List<org.ofbiz.core.entity.GenericValue> getIssueSecurityLevels(User searcher, List<QueryLiteral> rawValues)
GenericValue
s representing Issue Security Levels based on the
QueryLiteral
s provided. Will only return security levels the specified
user can see.
Note: a null value in the returned list represents the "Empty" security level
searcher
- the user performing the search.rawValues
- the raw search inputs
public List<org.ofbiz.core.entity.GenericValue> getIssueSecurityLevelsOverrideSecurity(List<QueryLiteral> rawValues)
GenericValue
s representing Issue Security Levels based on the
QueryLiteral
s provided. Permissions are ignored.
Note: a null value in the returned list represents the "Empty" security level
rawValues
- the raw search inputs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |