java.lang.Object | |
↳ | com.atlassian.jira.sharing.SharePermissionDeleteUtils |
This is an adapter class that can be called when an entity, like groups and projects and roles, is deleted to allow the other associated SharePermissions to be deleted as well.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is called when a group is about to be deleted.
| |||||||||||
This is called when a project is about to be deleted.
| |||||||||||
This is called when a role is about to be deleted.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This is called when a group is about to be deleted. This will clean up any SharePermissions associated with that group
groupName | the name of the group being deleted |
---|
This is called when a project is about to be deleted. This will clean up any SharePermissions associated with that Project, including those share with a role in that project.
projectId | the id of the project being deleted |
---|
This is called when a role is about to be deleted. This will clean up any SharePermissions associated with that role for ALL projects.
roleId | the id of the role being deleted |
---|