com.atlassian.jira.application.ApplicationRoleDefinitions |
![]() |
Manager for accessing the ApplicationRoleDefinitions.ApplicationRoleDefinition
s in JIRA.
An ApplicationRoleDefinition
can be in these states:
ApplicationRoleDefinition
defined by a plugin or by JIRA directly. A defined plugin
may or may not have a license associated.ApplicationRoleDefinition
has an associated license in JIRA
(irrespective of the license state whether it has expired or it user limit has been exceeded).
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ApplicationRoleDefinitions.ApplicationRoleDefinition | Definition of an ApplicationRole . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return all the defined
ApplicationRoleDefinition s. | |||||||||||
Return the
ApplicationRoleDefinitions.ApplicationRoleDefinition associated with the passed ApplicationKey
provided it is defined. | |||||||||||
Return the
ApplicationRoleDefinitions.ApplicationRoleDefinition associated with the passed ApplicationKey
provided it has a license (irrespective of the license state whether it has expired or it user limit has been
exceeded). | |||||||||||
Return all the licensed
ApplicationRoleDefinition s. | |||||||||||
Return
true if the ApplicationRoleDefinitions.ApplicationRoleDefinition identified by the given ApplicationKey
is defined. | |||||||||||
Return
true if the ApplicationRoleDefinitions.ApplicationRoleDefinition identified by the given ApplicationKey
is licensed. |
Return all the defined ApplicationRoleDefinition
s.
ApplicationRoleDefinition
s.
Return the ApplicationRoleDefinitions.ApplicationRoleDefinition
associated with the passed ApplicationKey
provided it is defined. A value of none()
is returned if the passed
ApplicationKey
is undefined.
key | the ID to check. |
---|
ApplicationRoleDefinitions.ApplicationRoleDefinition
associated with the passed
ApplicationKey if it is defined or none()
otherwise.
Return the ApplicationRoleDefinitions.ApplicationRoleDefinition
associated with the passed ApplicationKey
provided it has a license (irrespective of the license state whether it has expired or it user limit has been
exceeded). A value of none()
is returned if the passed ApplicationKey
does not have a license.
key | the ID to check. |
---|
ApplicationRoleDefinitions.ApplicationRoleDefinition
associated with the passed
ApplicationKey if it has a license or none()
otherwise.
Return all the licensed ApplicationRoleDefinition
s.
ApplicationRoleDefinition
s.
Return true
if the ApplicationRoleDefinitions.ApplicationRoleDefinition
identified by the given ApplicationKey
is defined.
key | the key to check. |
---|
true
when the passed ApplicationRoleDefinitions.ApplicationRoleDefinition
is defined.
Return true
if the ApplicationRoleDefinitions.ApplicationRoleDefinition
identified by the given ApplicationKey
is licensed.
key | the key to check. |
---|
true
when the passed ApplicationRoleDefinitions.ApplicationRoleDefinition
is licensed.