public interface BlueprintDescriptor
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.plugin.ModuleCompleteKey |
getBlueprintKey() |
com.atlassian.plugin.ModuleCompleteKey |
getContentTemplateKey()
Deprecated.
since Confluence 5.1. Use
getFirstContentTemplateKey(). |
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
getContentTemplateKey() method, returning the first defined content-template-key
for this Blueprint. |
String |
getHowToUseTemplate() |
String |
getIndexKey() |
com.atlassian.plugin.ModuleCompleteKey |
getIndexTemplate() |
String |
getIndexTitleI18nKey() |
boolean |
isIndexDisabled() |
@Deprecated com.atlassian.plugin.ModuleCompleteKey getContentTemplateKey()
getFirstContentTemplateKey().com.atlassian.plugin.ModuleCompleteKey getFirstContentTemplateKey()
getContentTemplateKey() method, returning the first defined content-template-key
for this Blueprint.List<com.atlassian.plugin.ModuleCompleteKey> getContentTemplates()
PageTemplates associated with this Blueprint.com.atlassian.plugin.ModuleCompleteKey getContentTemplateKey(String contentTemplateModuleKey)
com.atlassian.plugin.ModuleCompleteKey getIndexTemplate()
com.atlassian.plugin.ModuleCompleteKey getBlueprintKey()
String getIndexKey()
String getCreateResult()
String getIndexTitleI18nKey()
String getHowToUseTemplate()
com.atlassian.confluence.plugins.dialog.wizard.api.DialogWizard getDialogWizard()
boolean isIndexDisabled()
Copyright © 2017 Atlassian. All rights reserved.