com.atlassian.jira.permission.PermissionContextFactory |
![]() |
This class is used to generate PermissionContext
for the given parameters.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the permission context for the given project.
| |||||||||||
Get the permission context for the given issue at the end of the given workflow action.
| |||||||||||
This method is deprecated.
Use
getPermissionContext(Issue, ActionDescriptor) instead. Since v5.0.
| |||||||||||
This method is deprecated.
Use
getPermissionContext(Issue) or getPermissionContext(Project) instead. Since v5.0.
| |||||||||||
Get the permission context for the given issue if it was in the given status.
| |||||||||||
Get the permission context for the given issue.
|
Get the permission context for the given project.
project | The project for which the permission context is to be generated. |
---|
Get the permission context for the given issue at the end of the given workflow action.
issue | The issue for which the permission context is to be generated. |
---|---|
actionDescriptor | The workflow action that is occurring. |
This method is deprecated.
Use getPermissionContext(Issue)
or getPermissionContext(Project)
instead. Since v5.0.
Get the permission context for the given issue if it was in the given status.
issue | The issue for which the permission context is to be generated. |
---|---|
status | The status that we pretend the issue is in for checking permissions. |
Get the permission context for the given issue.
issue | The issue for which the permission context is to be generated. |
---|