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.
|
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 deletedCopyright © 2002-2017 Atlassian. All Rights Reserved.