java.lang.Object | |
↳ | com.atlassian.jira.jql.permission.IssuePropertyClausePermissionChecker |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Checks to see that the provided user is able to use the clause.
| |||||||||||
Checks to see that the provided user is able to use the clause.
|
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||
From interface
com.atlassian.jira.jql.permission.ClausePermissionChecker
|
Checks to see that the provided user is able to use the clause. This method provides all the FieldLayouts visible to the given user as a shortcut otherwise individual checkers can end up looking this up dozens or even hundreds of times with causes slow downs in our search (see JRADEV-15665).
user | to check permissions against. |
---|---|
fieldLayouts | The field Layouts available to the given user (value of getVisibleFieldLayouts(User) . |
Checks to see that the provided user is able to use the clause. This may be as simple as determining if the user has permission to see the field that the clause represents.
user | to check permissions against. |
---|