Class FieldCacheRefreshServiceImpl
java.lang.Object
com.atlassian.greenhopper.issue.fields.FieldCacheRefreshServiceImpl
- All Implemented Interfaces:
FieldCacheRefreshService
@Service
public class FieldCacheRefreshServiceImpl
extends Object
implements FieldCacheRefreshService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
refreshAfterChangingCustomFieldContext
(com.atlassian.jira.issue.fields.CustomField customField) When a custom field's context has changed, some JIRA caches need refreshing.void
When options related to a custom field have changed.
-
Constructor Details
-
FieldCacheRefreshServiceImpl
public FieldCacheRefreshServiceImpl()
-
-
Method Details
-
refreshAfterChangingCustomFieldContext
public void refreshAfterChangingCustomFieldContext(com.atlassian.jira.issue.fields.CustomField customField) Description copied from interface:FieldCacheRefreshService
When a custom field's context has changed, some JIRA caches need refreshing.- Specified by:
refreshAfterChangingCustomFieldContext
in interfaceFieldCacheRefreshService
- Parameters:
customField
- the field which changed
-
refreshOptionCaches
Description copied from interface:FieldCacheRefreshService
When options related to a custom field have changed.- Specified by:
refreshOptionCaches
in interfaceFieldCacheRefreshService
- Throws:
IllegalStateException
- when the reference to the OptionsManager we received was not a CachedOptionsManager
-