Class ManagedFieldRestrictorImpl
java.lang.Object
com.atlassian.greenhopper.manager.issue.fields.ManagedFieldRestrictorImpl
- All Implemented Interfaces:
ManagedFieldRestrictor
-
Constructor Summary
ConstructorsConstructorDescriptionManagedFieldRestrictorImpl(com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemService managedConfigurationItemService) -
Method Summary
Modifier and TypeMethodDescriptionlockField(com.atlassian.jira.issue.fields.CustomField field) Attempts to lock the given custom field.
-
Constructor Details
-
ManagedFieldRestrictorImpl
public ManagedFieldRestrictorImpl(com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemService managedConfigurationItemService)
-
-
Method Details
-
lockField
Description copied from interface:ManagedFieldRestrictorAttempts to lock the given custom field.- Specified by:
lockFieldin interfaceManagedFieldRestrictor- Parameters:
field-- Returns:
- the result; errors if locking the field failed
-