| Modifier and Type | Method and Description |
|---|---|
protected Map<UUID,BlueprintState> |
AbstractBandanaBlueprintStateController.buildBlueprintStateMap(String section,
com.atlassian.confluence.user.ConfluenceUser user,
com.atlassian.confluence.spaces.Space space,
String bandanaKey,
Collection<? extends PluginBackedBlueprint> blueprints) |
Map<UUID,BlueprintState> |
BlueprintStateController.getAllContentBlueprintState(String section,
com.atlassian.confluence.user.ConfluenceUser user,
com.atlassian.confluence.spaces.Space space)
Returns a set of blueprint keys that are available to a user in a given space.
|
Map<UUID,BlueprintState> |
BandanaBlueprintStateController.getAllContentBlueprintState(String section,
com.atlassian.confluence.user.ConfluenceUser user,
com.atlassian.confluence.spaces.Space space) |
Map<UUID,BlueprintState> |
BandanaSpaceBlueprintStateController.getAllSpaceBlueprintState(String section,
com.atlassian.confluence.user.ConfluenceUser user) |
Map<UUID,BlueprintState> |
SpaceBlueprintStateController.getAllSpaceBlueprintState(String section,
com.atlassian.confluence.user.ConfluenceUser user)
Returns a set of space blueprint keys that are available to a user.
|
| Modifier and Type | Field and Description |
|---|---|
static BlueprintState |
BlueprintState.FULLY_DISABLED |
static BlueprintState |
BlueprintState.FULLY_ENABLED |
| Modifier and Type | Method and Description |
|---|---|
BlueprintState |
BlueprintState.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BlueprintState.in(BlueprintState... blueprintStates) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends PluginBackedBlueprint> |
AbstractListBlueprintTemplatesContextProvider.getDisplayableBlueprints(Collection<T> blueprints,
Map<UUID,BlueprintState> blueprintStateMap,
boolean isViewingSpaceTemplateAdmin) |
protected <T extends PluginBackedBlueprint> |
AbstractListBlueprintTemplatesContextProvider.getEnabledBlueprints(Collection<T> blueprints,
Map<UUID,BlueprintState> blueprintStateMap) |
Copyright © 2017 Atlassian. All rights reserved.