|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
com.atlassian.jira.plugin.JiraResourcedModuleDescriptor<JqlFunction>
com.atlassian.jira.plugin.jql.function.JqlFunctionModuleDescriptor
public class JqlFunctionModuleDescriptor
A module descriptor for a JQL function handler that produces a JqlFunction.
The following is an example XML descriptor for a JQL function:
<jql-function key="now-jql-function"
i18n-name-key="jql.function.plugin.now.name"
name="Now Function"
class="com.atlassian.jira.plugin.jql.function.NowFunction"
>
<description key="jql.function.plugin.now.desc">Returns the current system time.</description>
<fname>now</fname>
<list>false</list>
</jql-function>
The fname element specifies the name of the function - this element is mandatory and cannot be blank.
The list element specifies whether this function returns a list of values or a single value. If omitted, the
default is false.
| Field Summary |
|---|
| Fields inherited from class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor |
|---|
module, RESOURCE_TYPE_I18N |
| Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
plugin, resources, singleton |
| Constructor Summary | |
|---|---|
JqlFunctionModuleDescriptor(JiraAuthenticationContext authenticationContext,
JqlFunctionHandlerRegistry functionRegistry)
|
|
| Method Summary | |
|---|---|
void |
disabled()
|
void |
enabled()
|
String |
getFunctionName()
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
|
boolean |
isList()
|
| Methods inherited from class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor |
|---|
assertResourceExists, createVelocityParams, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getI18nLocations, getModule, getName, getText, getText, isResourceExist |
| Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
assertModuleClassImplements, destroy, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JqlFunctionModuleDescriptor(JiraAuthenticationContext authenticationContext,
JqlFunctionHandlerRegistry functionRegistry)
| Method Detail |
|---|
public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.ModuleDescriptor<JqlFunction>init in class JiraResourcedModuleDescriptor<JqlFunction>com.atlassian.plugin.PluginParseExceptionpublic String getFunctionName()
public boolean isList()
public void enabled()
enabled in interface com.atlassian.plugin.StateAwareenabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<JqlFunction>public void disabled()
disabled in interface com.atlassian.plugin.StateAwaredisabled in class JiraResourcedModuleDescriptor<JqlFunction>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||