Uses of Interface
com.atlassian.confluence.api.service.content.ContentService
Packages that use ContentService
Package
Description
-
Uses of ContentService in com.atlassian.confluence.api.impl.service.content
Classes in com.atlassian.confluence.api.impl.service.content that implement ContentServiceConstructors in com.atlassian.confluence.api.impl.service.content with parameters of type ContentServiceModifierConstructorDescriptionContentLabelServiceImpl
(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, LicenseService licenseService) Constructor parameters in com.atlassian.confluence.api.impl.service.content with type arguments of type ContentServiceModifierConstructorDescriptionContentTrashServiceImpl
(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 ContentServiceModifierConstructorDescriptionLegacyContentDraftServiceImpl
(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 ContentServiceModifierConstructorDescriptionWatchServiceImpl
(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 ContentServiceModifier and TypeMethodDescriptionvoid
RemoveCommentAction.setApiContentService
(ContentService contentService) -
Uses of ContentService in com.atlassian.confluence.plugins.contentproperty
Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type ContentServiceModifierConstructorDescriptionContentPropertyFinderFactory
(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 ContentServiceModifierConstructorDescriptionEmailLikeCreatedBatchingSectionProvider
(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 ContentServiceModifierConstructorDescriptionContentResource
(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 ContentServiceModifierConstructorDescriptionTouchRelationSupportImpl
(ContentService contentService, RelationService relationService)