java.lang.Object | |
↳ | com.atlassian.jira.application.DefaultApplicationRoleAdminService |
[Expand]
Inherited Constants | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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. |
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||
![]()
|
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 |
---|