public class PluginSpaceBlueprintManager extends Object implements PluginSpaceBlueprintAccessor
| Constructor and Description |
|---|
PluginSpaceBlueprintManager(com.atlassian.plugin.PluginAccessor pluginAccessor,
ContentTemplateRefManager contentTemplateRefManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
com.atlassian.confluence.util.i18n.I18NBeanFactory i18NBeanFactory,
com.atlassian.confluence.languages.LocaleManager localeManager) |
| Modifier and Type | Method and Description |
|---|---|
List<SpaceBlueprint> |
getAll()
Returns all SpaceBlueprint from the plugin system.
|
SpaceBlueprint |
getByModuleCompleteKey(com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey)
Returns a SpaceBlueprint with the given key from the plugin system.
|
com.atlassian.confluence.plugins.dialog.wizard.api.DialogWizard |
getDialogByModuleCompleteKey(com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey)
Returns the dialog of the specified Space Blueprint
|
public PluginSpaceBlueprintManager(com.atlassian.plugin.PluginAccessor pluginAccessor,
ContentTemplateRefManager contentTemplateRefManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
com.atlassian.confluence.util.i18n.I18NBeanFactory i18NBeanFactory,
com.atlassian.confluence.languages.LocaleManager localeManager)
@Nonnull public SpaceBlueprint getByModuleCompleteKey(@Nonnull com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey)
PluginSpaceBlueprintAccessorgetByModuleCompleteKey in interface PluginSpaceBlueprintAccessor@Nullable public com.atlassian.confluence.plugins.dialog.wizard.api.DialogWizard getDialogByModuleCompleteKey(@Nonnull com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey)
PluginSpaceBlueprintAccessorgetDialogByModuleCompleteKey in interface PluginSpaceBlueprintAccessor@Nonnull public List<SpaceBlueprint> getAll()
PluginSpaceBlueprintAccessorgetAll in interface PluginSpaceBlueprintAccessorCopyright © 2017 Atlassian. All rights reserved.