java.lang.Object | |
↳ | com.atlassian.jira.application.MockApplicationRoleDefinitions |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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 all the licensed ApplicationRoleDefinition
s.
ApplicationRoleDefinition
s.
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 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.