public class DefaultBlueprintWebItemService extends Object implements BlueprintWebItemService
| Constructor and Description |
|---|
DefaultBlueprintWebItemService(BlueprintStateController contentBlueprintStateController,
SpaceBlueprintStateController spaceBlueprintStateController,
com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
com.atlassian.confluence.security.PermissionManager permissionManager,
UserBlueprintConfigManager userBlueprintConfigManager,
ContentBlueprintManager contentBlueprintManager,
IconUrlProvider iconUrlProvider,
com.atlassian.plugin.PluginAccessor pluginAccessor,
PageTemplateWebItemService pageTemplateWebItemService,
SpaceBlueprintManager spaceBlueprintManager,
BlueprintDiscoveryService blueprintDiscoverer,
BlueprintSorter blueprintSorter,
com.atlassian.confluence.plugins.dialog.wizard.api.DialogManager dialogManager) |
| Modifier and Type | Method and Description |
|---|---|
BlueprintModuleDescriptor |
getBlueprintDescriptorForWebItem(com.atlassian.plugin.ModuleDescriptor webItemDescriptor)
Deprecated.
|
List<CreateDialogWebItemEntity> |
getCreateContentWebItems(com.atlassian.confluence.spaces.Space space,
com.atlassian.confluence.util.i18n.I18NBean i18NBean,
com.atlassian.confluence.util.i18n.DocumentationBean documentationBean,
com.atlassian.confluence.user.ConfluenceUser user) |
List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> |
getCreateDialogWebItemModuleDescriptors(com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext context) |
List<CreateDialogWebItemEntity> |
getCreatePersonalSpaceWebItems(com.atlassian.confluence.util.i18n.I18NBean i18NBean,
com.atlassian.confluence.util.i18n.DocumentationBean documentationBean,
com.atlassian.confluence.user.ConfluenceUser remoteUser) |
List<CreateDialogWebItemEntity> |
getCreateSpaceWebItems(com.atlassian.confluence.util.i18n.I18NBean i18NBean,
com.atlassian.confluence.util.i18n.DocumentationBean documentationBean,
com.atlassian.confluence.user.ConfluenceUser user) |
public DefaultBlueprintWebItemService(BlueprintStateController contentBlueprintStateController, SpaceBlueprintStateController spaceBlueprintStateController, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, com.atlassian.confluence.security.PermissionManager permissionManager, UserBlueprintConfigManager userBlueprintConfigManager, ContentBlueprintManager contentBlueprintManager, IconUrlProvider iconUrlProvider, com.atlassian.plugin.PluginAccessor pluginAccessor, PageTemplateWebItemService pageTemplateWebItemService, @Qualifier(value="spaceBlueprintManager") SpaceBlueprintManager spaceBlueprintManager, BlueprintDiscoveryService blueprintDiscoverer, BlueprintSorter blueprintSorter, com.atlassian.confluence.plugins.dialog.wizard.api.DialogManager dialogManager)
public List<CreateDialogWebItemEntity> getCreateContentWebItems(com.atlassian.confluence.spaces.Space space, com.atlassian.confluence.util.i18n.I18NBean i18NBean, com.atlassian.confluence.util.i18n.DocumentationBean documentationBean, com.atlassian.confluence.user.ConfluenceUser user)
getCreateContentWebItems in interface BlueprintWebItemServicepublic List<CreateDialogWebItemEntity> getCreateSpaceWebItems(com.atlassian.confluence.util.i18n.I18NBean i18NBean, com.atlassian.confluence.util.i18n.DocumentationBean documentationBean, com.atlassian.confluence.user.ConfluenceUser user)
getCreateSpaceWebItems in interface BlueprintWebItemService@Deprecated public BlueprintModuleDescriptor getBlueprintDescriptorForWebItem(com.atlassian.plugin.ModuleDescriptor webItemDescriptor)
BlueprintConstants.BLUEPRINT_PARAM_KEY as a param.getBlueprintDescriptorForWebItem in interface BlueprintWebItemServicewebItemDescriptor - the web-item module descriptor that should have a param with key BlueprintConstants.BLUEPRINT_PARAM_KEYpublic List<CreateDialogWebItemEntity> getCreatePersonalSpaceWebItems(com.atlassian.confluence.util.i18n.I18NBean i18NBean, com.atlassian.confluence.util.i18n.DocumentationBean documentationBean, com.atlassian.confluence.user.ConfluenceUser remoteUser)
getCreatePersonalSpaceWebItems in interface BlueprintWebItemServicepublic List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getCreateDialogWebItemModuleDescriptors(com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext context)
getCreateDialogWebItemModuleDescriptors in interface BlueprintWebItemServicecontext - the context in which the create dialog web items will be displayed inCopyright © 2017 Atlassian. All rights reserved.