Interface FieldCacheRefreshService

All Known Implementing Classes:
FieldCacheRefreshServiceImpl

public interface FieldCacheRefreshService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.
  • Method Details

    • refreshAfterChangingCustomFieldContext

      void refreshAfterChangingCustomFieldContext(com.atlassian.jira.issue.fields.CustomField customField)
      When a custom field's context has changed, some JIRA caches need refreshing.
      Parameters:
      customField - the field which changed
    • refreshOptionCaches

      void refreshOptionCaches() throws IllegalStateException
      When options related to a custom field have changed.
      Throws:
      IllegalStateException - when the reference to the OptionsManager we received was not a CachedOptionsManager