com.atlassian.jira.plugin.jql.function
Class JqlFunctionModuleDescriptorImpl

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
      extended by com.atlassian.jira.plugin.AbstractJiraModuleDescriptor<JqlFunction>
          extended by com.atlassian.jira.plugin.jql.function.JqlFunctionModuleDescriptorImpl
All Implemented Interfaces:
JiraResourcedModuleDescriptor<JqlFunction>, JqlFunctionModuleDescriptor, com.atlassian.plugin.ModuleDescriptor<JqlFunction>, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware

public class JqlFunctionModuleDescriptorImpl
extends AbstractJiraModuleDescriptor<JqlFunction>
implements JqlFunctionModuleDescriptor

Implementation of JqlFunctionModuleDescriptor.

Since:
v4.3

Field Summary
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources, singleton
 
Constructor Summary
JqlFunctionModuleDescriptorImpl(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.module.ModuleFactory moduleFactory)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFunctionName()
           
 int hashCode()
           
 void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element)
           
 boolean isList()
           
 
Methods inherited from class com.atlassian.jira.plugin.AbstractJiraModuleDescriptor
assertResourceExists, createModule, createVelocityParams, disabled, enabled, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, isResourceExist, writeHtml
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, destroy, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getHtml, getI18nBean, writeHtml
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 

Constructor Detail

JqlFunctionModuleDescriptorImpl

public JqlFunctionModuleDescriptorImpl(JiraAuthenticationContext authenticationContext,
                                       com.atlassian.plugin.module.ModuleFactory moduleFactory)
Method Detail

init

public void init(com.atlassian.plugin.Plugin plugin,
                 org.dom4j.Element element)
          throws com.atlassian.plugin.PluginParseException
Specified by:
init in interface com.atlassian.plugin.ModuleDescriptor<JqlFunction>
Overrides:
init in class AbstractJiraModuleDescriptor<JqlFunction>
Throws:
com.atlassian.plugin.PluginParseException

getFunctionName

public String getFunctionName()
Specified by:
getFunctionName in interface JqlFunctionModuleDescriptor

isList

public boolean isList()
Specified by:
isList in interface JqlFunctionModuleDescriptor

equals

public boolean equals(Object obj)
Specified by:
equals in interface com.atlassian.plugin.ModuleDescriptor<JqlFunction>
Overrides:
equals in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<JqlFunction>

hashCode

public int hashCode()
Specified by:
hashCode in interface com.atlassian.plugin.ModuleDescriptor<JqlFunction>
Overrides:
hashCode in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<JqlFunction>


Copyright © 2002-2013 Atlassian. All Rights Reserved.