public abstract class AbstractBandanaBlueprintStateController extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBandanaBlueprintStateController(com.atlassian.bandana.BandanaManager bandanaManager,
com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
com.atlassian.plugin.PluginAccessor pluginAccessor) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<UUID,BlueprintState> |
buildBlueprintStateMap(String section,
com.atlassian.confluence.user.ConfluenceUser user,
com.atlassian.confluence.spaces.Space space,
String bandanaKey,
Collection<? extends PluginBackedBlueprint> blueprints) |
protected void |
disableBlueprint(UUID blueprintId,
com.atlassian.confluence.spaces.Space space,
String bandanaKey) |
protected void |
disableBlueprints(Set<UUID> blueprintIds,
com.atlassian.confluence.spaces.Space space,
String bandanaKey) |
protected void |
enableBlueprint(UUID blueprintId,
com.atlassian.confluence.spaces.Space space,
String bandanaKey) |
protected Set<UUID> |
getDisabledBlueprintIds(com.atlassian.confluence.spaces.Space space,
String bandanaKey) |
protected Set<UUID> |
getDisabledPluginIds(com.atlassian.confluence.setup.bandana.KeyedBandanaContext context,
String bandanaKey) |
protected Set<String> |
getDisabledSpaceBlueprintModuleCompleteKeys(com.atlassian.confluence.spaces.Space space,
String bandanaKey,
AoBackedManager<? extends PluginBackedBlueprint,? extends PluginBackedBlueprintAo> blueprintManager) |
protected AbstractBandanaBlueprintStateController(com.atlassian.bandana.BandanaManager bandanaManager,
com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
com.atlassian.plugin.PluginAccessor pluginAccessor)
protected void enableBlueprint(UUID blueprintId, com.atlassian.confluence.spaces.Space space, String bandanaKey)
protected void disableBlueprint(UUID blueprintId, com.atlassian.confluence.spaces.Space space, String bandanaKey)
protected void disableBlueprints(Set<UUID> blueprintIds, com.atlassian.confluence.spaces.Space space, String bandanaKey)
protected Set<UUID> getDisabledBlueprintIds(com.atlassian.confluence.spaces.Space space, String bandanaKey)
protected Set<UUID> getDisabledPluginIds(com.atlassian.confluence.setup.bandana.KeyedBandanaContext context, String bandanaKey)
protected Set<String> getDisabledSpaceBlueprintModuleCompleteKeys(com.atlassian.confluence.spaces.Space space, String bandanaKey, AoBackedManager<? extends PluginBackedBlueprint,? extends PluginBackedBlueprintAo> blueprintManager)
protected Map<UUID,BlueprintState> buildBlueprintStateMap(String section, com.atlassian.confluence.user.ConfluenceUser user, com.atlassian.confluence.spaces.Space space, String bandanaKey, Collection<? extends PluginBackedBlueprint> blueprints)
Copyright © 2017 Atlassian. All rights reserved.