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, disabled, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toStringpublic SearchQueryModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
public Object getModule()
getModule in interface com.atlassian.plugin.ModuleDescriptorgetModule in class com.atlassian.plugin.descriptors.AbstractModuleDescriptorpublic SearchQuery newQuery(List parameters) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException, InstantiationException
Copyright © 2003–2021 Atlassian. All rights reserved.