public abstract class AbstractConfigurableModuleDescriptor<T> extends AbstractJiraModuleDescriptor<T> implements ConfigurableModuleDescriptor
ObjectConfiguration
.Constructor and Description |
---|
AbstractConfigurableModuleDescriptor(JiraAuthenticationContext authenticationContext,
com.atlassian.plugin.module.ModuleFactory moduleFactory) |
Modifier and Type | Method and Description |
---|---|
void |
disabled() |
void |
enabled() |
ObjectConfiguration |
getObjectConfiguration(Map params) |
protected ObjectDescriptor |
getObjectDescriptor() |
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
assertResourceExists, createModule, createVelocityParams, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, isResourceExist, writeHtml
assertModuleClassImplements, checkPermissions, destroy, equals, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
destroy, equals, getCompleteKey, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getParams, getPlugin, getPluginKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
public AbstractConfigurableModuleDescriptor(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.module.ModuleFactory moduleFactory)
public void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
init
in interface com.atlassian.plugin.ModuleDescriptor<T>
init
in class AbstractJiraModuleDescriptor<T>
com.atlassian.plugin.PluginParseException
public void enabled()
enabled
in interface com.atlassian.plugin.StateAware
enabled
in class AbstractJiraModuleDescriptor<T>
public void disabled()
disabled
in interface com.atlassian.plugin.StateAware
disabled
in class AbstractJiraModuleDescriptor<T>
protected ObjectDescriptor getObjectDescriptor()
public ObjectConfiguration getObjectConfiguration(Map params) throws ObjectConfigurationException
getObjectConfiguration
in interface ConfigurableModuleDescriptor
ObjectConfigurationException
Copyright © 2002-2021 Atlassian. All Rights Reserved.