public class SharePermissionDeleteUtils extends Object
Constructor and Description |
---|
SharePermissionDeleteUtils(ShareManager shareManager) |
Modifier and Type | Method and Description |
---|---|
void |
deleteGroupPermissions(String groupName)
This is called when a group is about to be deleted.
|
void |
deleteProjectSharePermissions(Long projectId)
This is called when a project is about to be deleted.
|
void |
deleteRoleSharePermissions(Long roleId)
This is called when a role is about to be deleted.
|
void |
deleteUserPermissions(String userKey)
This is called when a user is about to be deleted.
|
public SharePermissionDeleteUtils(ShareManager shareManager)
public void deleteGroupPermissions(String groupName)
groupName
- the name of the group being deletedpublic void deleteRoleSharePermissions(Long roleId)
roleId
- the id of the role being deletedpublic void deleteProjectSharePermissions(Long projectId)
projectId
- the id of the project being deletedpublic void deleteUserPermissions(String userKey)
userKey
- the key of the user being deletedCopyright © 2002-2022 Atlassian. All Rights Reserved.