congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
DefaultSearchHandlerManager.refresh
Code IndexAdd Tabnine to your IDE (free)

How to use
refresh
method
in
com.atlassian.jira.issue.search.managers.DefaultSearchHandlerManager

Best Java code snippets using com.atlassian.jira.issue.search.managers.DefaultSearchHandlerManager.refresh (Showing top 2 results out of 315)

origin: com.atlassian.jira/jira-core

private void refreshWhenModuleChanged(ModuleDescriptor<?> module)
{
  // we listen to the EntityPropertyIndexDocumentModuleDescriptor to listen for plugins that
  // might be defining JQL aliases but have no custom field searchers
  if (module instanceof CustomFieldSearcherModuleDescriptor
      || module instanceof EntityPropertyIndexDocumentModuleDescriptor)
  {
    refresh();
  }
}
origin: com.atlassian.jira/jira-core

@SuppressWarnings ({ "UnusedDeclaration" })
@EventListener
public void onClearCache(final ClearCacheEvent event)
{
  refresh();
}
com.atlassian.jira.issue.search.managersDefaultSearchHandlerManagerrefresh

Popular methods of DefaultSearchHandlerManager

  • getAllSearchers
  • getClauseHandler
  • getHelper
  • getSearcherGroups
  • getSearchersByClauseName
  • refreshWhenModuleChanged
  • returnNullAsEmpty

Popular in Java

  • Reactive rest calls using spring rest template
  • notifyDataSetChanged (ArrayAdapter)
  • compareTo (BigDecimal)
  • requestLocationUpdates (LocationManager)
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • String (java.lang)
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now