public class SearchQueryModuleDescriptor
extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor
Constructor and Description |
---|
SearchQueryModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory) |
Modifier and Type | Method and Description |
---|---|
Object |
getModule()
Clients should not ask for the module, the actual search query should be instantiated by the QueryFactory
|
SearchQuery |
newQuery(List parameters) |
assertModuleClassImplements, checkPermissions, destroy, destroy, disabled, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString
public SearchQueryModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
public Object getModule()
getModule
in interface com.atlassian.plugin.ModuleDescriptor
getModule
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
public SearchQuery newQuery(List parameters) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException, InstantiationException
Copyright © 2003–2018 Atlassian. All rights reserved.