|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.permission.SchemePermissions
public class SchemePermissions
This class gets a list of all the permissions that can be part of a permission scheme
Constructor Summary | |
---|---|
SchemePermissions()
|
Method Summary | |
---|---|
Map<Integer,Permission> |
getAttachmentsPermissions()
|
Map<Integer,Permission> |
getCommentsPermissions()
|
Map<Integer,Permission> |
getIssuePermissions()
|
String |
getPermissionDescription(int id)
Gets the description for the permission |
String |
getPermissionName(Integer id)
Get the name of the permission |
Map<Integer,Permission> |
getProjectPermissions()
|
Map<Integer,Permission> |
getSchemePermissions()
Get a map of the permissions that can be part of a permission scheme. |
Map<Integer,Permission> |
getTimeTrackingPermissions()
|
Map<Integer,Permission> |
getVotersAndWatchersPermissions()
|
boolean |
schemePermissionExists(Integer id)
Checks to see if the permission exists |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemePermissions()
Method Detail |
---|
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 Id
public String getPermissionName(Integer id)
id
- The permission Id
public String getPermissionDescription(int id)
id
- Id of the permission that you want to get the description for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |