java.lang.Object | |
↳ | com.atlassian.jira.permission.DefaultPermissionContextFactory |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
| |||||||||||
Checks if we're in a workflow operation, and if so constructs a PermissionContext with the destination status.
| |||||||||||
Get the permission context for the given issue if it was in the given status.
| |||||||||||
Get the permission context for the given issue.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||
![]()
|
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. |
Checks if we're in a workflow operation, and if so constructs a PermissionContext with the destination status. Otherwise returns a normal PC wrapping the issue.
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. |
---|---|
issueStatus | 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. |
---|