| Package | Description |
|---|---|
| com.atlassian.jira.config.managedconfiguration | |
| com.atlassian.jira.plugin.customfield |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationItemAccessLevel |
ManagedConfigurationItem.getConfigurationItemAccessLevel() |
static ConfigurationItemAccessLevel |
ConfigurationItemAccessLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationItemAccessLevel[] |
ConfigurationItemAccessLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultManagedConfigurationItemService.doesUserHavePermission(ApplicationUser user,
ConfigurationItemAccessLevel configurationItemAccessLevel) |
boolean |
ManagedConfigurationItemService.doesUserHavePermission(ApplicationUser user,
ConfigurationItemAccessLevel configurationItemAccessLevel)
Determine if the specified
ApplicationUser would have permission to edit an ManagedConfigurationItem with the
specified level. |
ManagedConfigurationItemBuilder |
ManagedConfigurationItemBuilder.setConfigurationItemAccessLevel(ConfigurationItemAccessLevel configurationItemAccessLevel)
Set the
ConfigurationItemAccessLevel for this item |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationItemAccessLevel |
CustomFieldTypeModuleDescriptorImpl.getManagedAccessLevel() |
ConfigurationItemAccessLevel |
CustomFieldTypeModuleDescriptor.getManagedAccessLevel() |
Copyright © 2002-2018 Atlassian. All Rights Reserved.