com.atlassian.jira.application.ApplicationRoleAdminService |
![]() |
Provides access to ApplicationRole
management functionality.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ERROR_DEFAULT_GROUPS | The key for any defaultGroup related errors reported. | |||||||||
String | ERROR_GROUPS | The key for any group related errors reported. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the
ApplicationRole backed by a (potentially exceeded) license. | |||||||||||
Returns an immutable
Set of all ApplicationRole s
that are backed by a (potentially exceeded) license. | |||||||||||
Save the passed
ApplicationRole information to the database. | |||||||||||
Save the passed list of
ApplicationRole information to the database. |
The key for any defaultGroup related errors reported.
The key for any group related errors reported.
Return the ApplicationRole
backed by a (potentially exceeded) license.
key | the key that identifies the ApplicationRole . |
---|
ApplicationRole
that is backed by a (potentially exceeded)
license or an error if not possible.
Returns an immutable Set
of all ApplicationRole
s
that are backed by a (potentially exceeded) license.
Set
of all ApplicationRole
s that are backed by a (potentially exceeded) license
or an error.
Save the passed ApplicationRole
information to the database.
This method will only accept the passed role if:
role | the role to save. |
---|
Save the passed list of ApplicationRole
information to the database.
This method will only accept the passed role if:
roles | the roles to save |
---|