public class BlueprintModuleDescriptor extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Void> implements BlueprintDescriptor
| Constructor and Description |
|---|
BlueprintModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory,
com.atlassian.confluence.util.i18n.DocumentationBeanFactory documentationBeanFactory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.atlassian.plugin.ModuleCompleteKey |
getBlueprintKey() |
com.atlassian.plugin.ModuleCompleteKey |
getContentTemplateKey()
Deprecated.
|
com.atlassian.plugin.ModuleCompleteKey |
getContentTemplateKey(String contentTemplateModuleKey)
Return a ModuleCompleteKey with this Blueprint plugin's key and the moduleKey specified.
|
List<com.atlassian.plugin.ModuleCompleteKey> |
getContentTemplates()
Return the keys of the
PageTemplates associated with this Blueprint. |
String |
getCreateResult() |
com.atlassian.confluence.plugins.dialog.wizard.api.DialogWizard |
getDialogWizard() |
com.atlassian.plugin.ModuleCompleteKey |
getFirstContentTemplateKey()
Replaces the deprecated
BlueprintDescriptor.getContentTemplateKey() method, returning the first defined content-template-key
for this Blueprint. |
String |
getHowToUseTemplate() |
String |
getIndexKey() |
com.atlassian.plugin.ModuleCompleteKey |
getIndexTemplate() |
String |
getIndexTitleI18nKey() |
Void |
getModule() |
int |
hashCode() |
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
boolean |
isIndexDisabled() |
assertModuleClassImplements, checkPermissions, destroy, destroy, disabled, enabled, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, getScopeKey, isBroken, isEnabled, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toStringpublic BlueprintModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory,
com.atlassian.confluence.util.i18n.DocumentationBeanFactory documentationBeanFactory)
public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
@Deprecated public com.atlassian.plugin.ModuleCompleteKey getContentTemplateKey()
getContentTemplateKey in interface BlueprintDescriptorpublic com.atlassian.plugin.ModuleCompleteKey getFirstContentTemplateKey()
BlueprintDescriptorBlueprintDescriptor.getContentTemplateKey() method, returning the first defined content-template-key
for this Blueprint.getFirstContentTemplateKey in interface BlueprintDescriptorpublic com.atlassian.plugin.ModuleCompleteKey getContentTemplateKey(String contentTemplateModuleKey)
BlueprintDescriptorgetContentTemplateKey in interface BlueprintDescriptorpublic List<com.atlassian.plugin.ModuleCompleteKey> getContentTemplates()
BlueprintDescriptorPageTemplates associated with this Blueprint.getContentTemplates in interface BlueprintDescriptorpublic com.atlassian.plugin.ModuleCompleteKey getIndexTemplate()
getIndexTemplate in interface BlueprintDescriptorpublic com.atlassian.plugin.ModuleCompleteKey getBlueprintKey()
getBlueprintKey in interface BlueprintDescriptorpublic String getIndexKey()
getIndexKey in interface BlueprintDescriptorpublic String getCreateResult()
getCreateResult in interface BlueprintDescriptorpublic String getIndexTitleI18nKey()
getIndexTitleI18nKey in interface BlueprintDescriptorpublic Void getModule()
public String getHowToUseTemplate()
getHowToUseTemplate in interface BlueprintDescriptorpublic com.atlassian.confluence.plugins.dialog.wizard.api.DialogWizard getDialogWizard()
getDialogWizard in interface BlueprintDescriptorpublic boolean isIndexDisabled()
isIndexDisabled in interface BlueprintDescriptorpublic boolean equals(Object obj)
Copyright © 2017 Atlassian. All rights reserved.