java.lang.Object | |
↳ | com.atlassian.jira.jql.query.QueryCreationContextImpl |
Default implementation of QueryCreationContext
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Use this constructor unless you know you need to override security.
| |||||||||||
Use this constructor if you need to override security.
| |||||||||||
This constructor is deprecated.
since 6.1 use
QueryCreationContextImpl(com.atlassian.jira.user.ApplicationUser) instead
| |||||||||||
This constructor is deprecated.
since 6.1 use
QueryCreationContextImpl(com.atlassian.jira.user.ApplicationUser, boolean) instead
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the User.
| |||||||||||
Get the User.
| |||||||||||
Get the User.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||
From interface
com.atlassian.jira.jql.query.QueryCreationContext
|
Use this constructor unless you know you need to override security.
user | the user performing the search |
---|
Use this constructor if you need to override security.
user | the user performing the search |
---|---|
securityOverriden | true if you want to override security; false otherwise |
This constructor is deprecated.
since 6.1 use QueryCreationContextImpl(com.atlassian.jira.user.ApplicationUser)
instead
Use this constructor unless you know you need to override security.
user | the user performing the search |
---|
This constructor is deprecated.
since 6.1 use QueryCreationContextImpl(com.atlassian.jira.user.ApplicationUser, boolean)
instead
Use this constructor if you need to override security.
user | the user performing the search |
---|---|
securityOverriden | true if you want to override security; false otherwise |
Get the User.
Get the User.
Get the User.