Uses of Interface
com.atlassian.confluence.api.service.content.ContentService
-
-
Uses of ContentService in com.atlassian.confluence.api.impl.service.content
Classes in com.atlassian.confluence.api.impl.service.content that implement ContentService Modifier and Type Class Description class
ContentServiceImpl
Server implementation of theContentService
.Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type ContentService Constructor Description ContentLabelServiceImpl(ContentService contentService, LabelsService labelsService, ContentEntityManagerInternal contentEntityManager)
SpaceServiceImpl(SpaceManagerInternal spaceManager, SpaceFactory spaceFactory, PageManagerInternal pageManager, ContentFactory contentFactory, PaginationService paginationService, PermissionManager permissionManager, ContentService contentService, SpacePermissionManager spacePermissionManager, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, FinderProxyFactory finderProxyFactory, LabelManager labelManager, UserChecker userChecker, AccessModeService accessModeService)
Constructor parameters in com.atlassian.confluence.api.impl.service.content with type arguments of type ContentService Constructor Description ContentTrashServiceImpl(PageManager pageManager, PermissionManager permissionManager, PageService pageService, BlogPostService blogPostService, CommentService commentService, com.google.common.base.Supplier<ContentService> contentServiceSupplier, SpaceManager spaceManager, AttachmentManager attachmentManager)
-
Uses of ContentService in com.atlassian.confluence.api.impl.service.content.draft
Constructors in com.atlassian.confluence.api.impl.service.content.draft with parameters of type ContentService Constructor Description LegacyContentDraftServiceImpl(PermissionManager permissionManager, ContentService contentService, DraftManager draftManager, PermissionCheckExemptions permissionCheckExemptions, AccessModeService accessModeService, CustomContentManager customContentManager, ContentDraftManagerInternal contentDraftManager, ScopesRequestCacheDelegate scopesRequestCacheDelegate)
LegacyDraftValidator(ContentService contentService, DraftManager draftManager, PermissionManager permissionManager, PermissionCheckExemptions permissionCheckExemptions, ContentDraftManagerInternal contentDraftManager, ScopesRequestCacheDelegate scopesRequestCacheDelegate)
SharedContentDraftServiceImpl(ContentService contentService, ContentEntityManagerInternal contentEntityManager, ContentPermissionManager contentPermissionManager, RelatableResolver relatableResolver, PageManager pageManager, com.atlassian.event.api.EventPublisher eventPublisher, RelationService relationService, RelationManager relationManager, AccessModeService accessModeService)
-
Uses of ContentService in com.atlassian.confluence.api.impl.service.watch
Constructors in com.atlassian.confluence.api.impl.service.watch with parameters of type ContentService Constructor Description WatchServiceImpl(ConfluenceUserResolver confluenceUserResolver, PermissionManager permissionManager, NotificationManager notificationManager, SpaceManager spaceManager, SpaceService spaceService, ContentEntityManager contentEntityManager, ContentService contentService, AccessModeService accessModeService)
-
Uses of ContentService in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type ContentService Modifier and Type Method Description void
RemoveCommentAction. setApiContentService(ContentService contentService)
-
Uses of ContentService in com.atlassian.confluence.plugins.contentproperty
Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type ContentService Constructor Description ContentPropertyFinderFactory(ContentService contentService, PaginationService paginationService, CustomContentManager customContentManager, PermissionManager permissionManager, JsonPropertyFactory jsonPropertyFactory, TransactionalHostContextAccessor hostContextAccessor, DraftManager draftManager)
JsonPropertyFactory(ContentService contentService, SpaceService spaceService)
-
Uses of ContentService in com.atlassian.confluence.plugins.like.notifications.batch
Constructors in com.atlassian.confluence.plugins.like.notifications.batch with parameters of type ContentService Constructor Description EmailLikeCreatedBatchingSectionProvider(com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.plugin.notifications.api.notification.UserNotificationPreferencesManager preferencesManager, ContentService contentService, Excerpter excerpter)
-
Uses of ContentService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type ContentService Constructor Description ContentResource(ContentService contentService, SpaceService spaceService, ContentMacroService contentMacroService, ContentTrashService contentTrashService, CQLSearchService searchService, ContentDraftService contentDraftService)
-
Uses of ContentService in com.atlassian.confluence.relations.touch
Constructors in com.atlassian.confluence.relations.touch with parameters of type ContentService Constructor Description TouchRelationSupportImpl(ContentService contentService, RelationService relationService)
-