PermissionManager
.@Deprecated public class SchemePermissions extends Object
TODO: delete this class (see SOFT-80)
Constructor and Description |
---|
SchemePermissions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,Permission> |
getAttachmentsPermissions()
Deprecated.
|
Map<Integer,Permission> |
getCommentsPermissions()
Deprecated.
|
Map<Integer,Permission> |
getIssuePermissions()
Deprecated.
|
String |
getPermissionDescription(int id)
Deprecated.
Gets the description for the permission
|
String |
getPermissionName(Integer id)
Deprecated.
Get the name of the permission
|
Map<Integer,Permission> |
getProjectPermissions()
Deprecated.
|
Map<Integer,Permission> |
getSchemePermissions()
Deprecated.
Get a map of the permissions that can be part of a permission scheme.
|
Map<Integer,Permission> |
getTimeTrackingPermissions()
Deprecated.
|
Map<Integer,Permission> |
getVotersAndWatchersPermissions()
Deprecated.
|
boolean |
schemePermissionExists(Integer id)
Deprecated.
Checks to see if the permission exists
|
public Map<Integer,Permission> getProjectPermissions()
public Map<Integer,Permission> getIssuePermissions()
public Map<Integer,Permission> getVotersAndWatchersPermissions()
public Map<Integer,Permission> getCommentsPermissions()
public Map<Integer,Permission> getAttachmentsPermissions()
public Map<Integer,Permission> getTimeTrackingPermissions()
public Map<Integer,Permission> getSchemePermissions()
public boolean schemePermissionExists(Integer id)
id
- The permission Idpublic String getPermissionName(Integer id)
id
- The permission Idpublic String getPermissionDescription(int id)
id
- Id of the permission that you want to get the description forCopyright © 2002-2019 Atlassian. All Rights Reserved.