public interface SpaceBlueprintStateController
| Modifier and Type | Method and Description |
|---|---|
void |
disableSpaceBlueprint(UUID blueprintId)
Disable a space blueprint plugin by its id.
|
void |
disableSpaceBlueprints(Set<UUID> blueprintIds)
Disable a set of space blueprint plugin ids.
|
void |
enableSpaceBlueprint(UUID blueprintId)
Enable a space blueprint plugin by its id.
|
Map<UUID,BlueprintState> |
getAllSpaceBlueprintState(String section,
com.atlassian.confluence.user.ConfluenceUser user)
Returns a set of space blueprint keys that are available to a user.
|
Set<UUID> |
getDisabledSpaceBlueprintIds()
Returns a set of disabled space blueprints UUIDs.
|
Set<String> |
getDisabledSpaceBlueprintModuleCompleteKeys()
Returns a set of space disabled blueprints module complete keys.
|
void enableSpaceBlueprint(UUID blueprintId)
blueprintId - id of the blueprint to be enabledvoid disableSpaceBlueprint(UUID blueprintId)
blueprintId - id of the blueprint to be disabledvoid disableSpaceBlueprints(Set<UUID> blueprintIds)
blueprintIds - set of blueprint ids to be disabledSet<UUID> getDisabledSpaceBlueprintIds()
Set<String> getDisabledSpaceBlueprintModuleCompleteKeys()
Map<UUID,BlueprintState> getAllSpaceBlueprintState(@Nonnull String section, @Nullable com.atlassian.confluence.user.ConfluenceUser user)
user - (optional) the user. null for anonymousCopyright © 2017 Atlassian. All rights reserved.