public interface PluginSpaceBlueprintAccessor
| 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
|
@Nonnull SpaceBlueprint getByModuleCompleteKey(@Nonnull com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey)
@Nullable com.atlassian.confluence.plugins.dialog.wizard.api.DialogWizard getDialogByModuleCompleteKey(@Nonnull com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey)
@Nonnull List<SpaceBlueprint> getAll()
Copyright © 2017 Atlassian. All rights reserved.