com.atlassian.jira.jql.query.QueryCreationContext |
Known Indirect Subclasses
|
A parameter object that encapsulates the context required when creating queries in the JQL way.
The user specified by getUser()
represents the user that is performing the search, and thus the user to use
when performing security checks in query factories, JQL functions and resolving fields/handlers from clause names.
These security checks will be ignored when the isSecurityOverriden()
is set to true
. This is
necessary when creating queries in the context of administration searches, where you need to ensure that all the
results in the system are returned, regardless of who is performing the search.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the User.
| |||||||||||
This method is deprecated.
Use
getUser() instead. Since v5.0.
| |||||||||||
This method is deprecated.
since 6.1 use
getApplicationUser() instead
| |||||||||||
Get the User.
This method is deprecated.
Use getUser()
instead. Since v5.0.
Get the User.
This method is deprecated.
since 6.1 use getApplicationUser()
instead
Get the User.
getQueryUser()
will be ignored. If false, the user will be used to do permission checks.