public interface UserBlueprintConfigManager
| Modifier and Type | Method and Description |
|---|---|
Set<UUID> |
getSkipHowToUseKeys(com.atlassian.confluence.user.ConfluenceUser user)
Return a set of Blueprint complete module keys for which the user does not wish to see the How-to-Use
dialog page.
|
boolean |
isFirstBlueprintOfTypeForUser(UUID id,
com.atlassian.confluence.user.ConfluenceUser user) |
void |
setBlueprintCreatedByUser(UUID id,
com.atlassian.confluence.user.ConfluenceUser user)
Flags that a Blueprint of a certain type has been created by a given user
|
void |
setSkipHowToUse(com.atlassian.confluence.user.ConfluenceUser user,
UUID contentBlueprintId,
boolean skip)
Sets the flag to skip the How-to-Use dialog page for a certain Blueprint and User.
|
Set<UUID> getSkipHowToUseKeys(com.atlassian.confluence.user.ConfluenceUser user)
user - a Confluence user to retrieve settings forvoid setSkipHowToUse(com.atlassian.confluence.user.ConfluenceUser user,
UUID contentBlueprintId,
boolean skip)
user - the user to skip the Blueprint forcontentBlueprintId - the id for the Blueprint where How-to-Use should be skippedskip - true if the How-to-Use should be skipped, false if shownboolean isFirstBlueprintOfTypeForUser(UUID id, com.atlassian.confluence.user.ConfluenceUser user)
id - the id of the blueprintuser - the user to check againstvoid setBlueprintCreatedByUser(UUID id, com.atlassian.confluence.user.ConfluenceUser user)
Copyright © 2017 Atlassian. All rights reserved.