Uses of Interface
com.atlassian.confluence.api.service.content.ContentService
Package
Description
-
Uses of ContentService in com.atlassian.confluence.api.impl.service.content
ModifierConstructorDescriptionContentLabelServiceImpl
(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, LabelFactory labelFactory, UserChecker userChecker, AccessModeService accessModeService, LicenseService licenseService) ModifierConstructorDescriptionContentTrashServiceImpl
(PageManager pageManager, PermissionManager permissionManager, PageService pageService, BlogPostService blogPostService, CommentService commentService, Supplier<ContentService> contentServiceSupplier, SpaceManager spaceManager, AttachmentManager attachmentManager, TrashManager trashManager, ModelFactory<ContentEntityObject, Content> contentFactory, SpacePermissionManager spacePermissionManager) -
Uses of ContentService in com.atlassian.confluence.api.impl.service.content.draft
ModifierConstructorDescriptionLegacyContentDraftServiceImpl
(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
ModifierConstructorDescriptionWatchServiceImpl
(ConfluenceUserResolver confluenceUserResolver, PermissionManager permissionManager, NotificationManager notificationManager, SpaceManager spaceManager, SpaceService spaceService, ContentEntityManager contentEntityManager, ContentService contentService, AccessModeService accessModeService, PersonFactory personFactory, PaginationService paginationService) -
Uses of ContentService in com.atlassian.confluence.pages.actions
Modifier and TypeMethodDescriptionvoid
RemoveCommentAction.setApiContentService
(ContentService contentService) -
Uses of ContentService in com.atlassian.confluence.plugins.contentproperty
ModifierConstructorDescriptionContentPropertyFinderFactory
(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
ModifierConstructorDescriptionAbstractLikeEventRenderContextProvider
(ContentService contentService, UserAccessor userAccessor, FollowManager followManager) LikeEventEmailRenderContextProvider
(ContentService contentService, UserAccessor userAccessor, FollowManager followManager, Excerpter excerpter) -
Uses of ContentService in com.atlassian.confluence.plugins.like.notifications.batch
ModifierConstructorDescriptionEmailLikeCreatedBatchingSectionProvider
(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.like.spring
-
Uses of ContentService in com.atlassian.confluence.plugins.restapi.resources
ModifierConstructorDescriptionContentResource
(ContentService contentService, SpaceService spaceService, ContentMacroService contentMacroService, ContentTrashService contentTrashService, CQLSearchService searchService, ContentDraftService contentDraftService) -
Uses of ContentService in com.atlassian.confluence.relations.touch
ModifierConstructorDescriptionTouchRelationSupportImpl
(ContentService contentService, RelationService relationService)