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 TypeMethodDescriptionvoidrefreshAfterChangingCustomFieldContext(com.atlassian.jira.issue.fields.CustomField customField) When a custom field's context has changed, some JIRA caches need refreshing.voidWhen 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:FieldCacheRefreshServiceWhen a custom field's context has changed, some JIRA caches need refreshing.- Specified by:
refreshAfterChangingCustomFieldContextin interfaceFieldCacheRefreshService- Parameters:
customField- the field which changed
-
refreshOptionCaches
Description copied from interface:FieldCacheRefreshServiceWhen options related to a custom field have changed.- Specified by:
refreshOptionCachesin interfaceFieldCacheRefreshService- Throws:
IllegalStateException- when the reference to the OptionsManager we received was not a CachedOptionsManager
-