Uses of Class
com.atlassian.confluence.ui.rest.builder.LegacyContentBodyBuilder
-
Packages that use LegacyContentBodyBuilder Package Description com.atlassian.confluence.ui.rest.builder com.atlassian.confluence.ui.rest.service.content -
-
Uses of LegacyContentBodyBuilder in com.atlassian.confluence.ui.rest.builder
Constructors in com.atlassian.confluence.ui.rest.builder with parameters of type LegacyContentBodyBuilder Constructor Description LegacyContentBuilder(LegacyPersonBuilder personBuilder, LegacyContentBodyBuilder contentBodyBuilder, LegacySpaceSummaryBuilder spaceSummaryBuilder, PermissionManager permissionManager, ContentEntityManager contentEntityManager)
Deprecated. -
Uses of LegacyContentBodyBuilder in com.atlassian.confluence.ui.rest.service.content
Constructors in com.atlassian.confluence.ui.rest.service.content with parameters of type LegacyContentBodyBuilder Constructor Description LegacyContentServiceImpl(PageManager pageManager, CommentManager commentManager, ContentEntityManager contentEntityManager, PermissionManager permissionManager, LegacyContentBuilder contentBuilder, LegacyContentBodyBuilder contentBodyBuilder, FormatConverter formatConverter, ThemeManager themeManager, CustomLayoutManager customLayoutManager, LabelsService labelsService)
Deprecated.
-