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) SpaceValidatorImpl
(SpaceManagerInternal spaceManager, SpacePermissionManager spacePermissionManager, AccessModeService accessModeService, PermissionManager permissionManager, ContentService contentService, LicenseService licenseService, UserChecker userChecker, LabelManager labelManager, LabelledContentSpaceValidator labelledContentSpaceValidationPredicate, UserAccessor userAccessor, PersonalInformationManager personalInformationManager) 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, 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
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, PersonFactory personFactory, PaginationService paginationService) -
Uses of ContentService in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type ContentServiceModifier and TypeMethodDescriptionCommandsConfiguration.attachmentUpdateCommand
(ContentCommandSupport commandSupport, ContentService contentService) CommandsConfiguration.contentCreateCommand
(ContentCommandSupport commandSupport, ContentService contentService) CommandsConfiguration.contentPermissionChangeCommand
(ContentCommandSupport commandSupport, ContentService contentService) CommandsConfiguration.contentRemoveCommand
(ContentCommandSupport commandSupport, ContentService contentService) CommandsConfiguration.contentUpdateCommand
(ContentCommandSupport commandSupport, ContentService contentService) -
Uses of ContentService in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Fields in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands declared as ContentServiceModifier and TypeFieldDescriptionprotected final ContentService
ContentUpdateCommand.contentService
Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with parameters of type ContentServiceModifierConstructorDescriptionAttachmentUpdateCommand
(ContentCommandSupport commandSupport, ContentService contentService) ContentCreateCommand
(ContentCommandSupport commandSupport, ContentService contentService) ContentPermissionChangeCommand
(ContentCommandSupport commandSupport, ContentService contentService) ContentRemoveCommand
(ContentCommandSupport commandSupport, ContentService contentService) ContentUpdateCommand
(ContentCommandSupport commandSupport, ContentService contentService) -
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
Constructors in com.atlassian.confluence.plugins.like.notifications with parameters of type ContentServiceModifierConstructorDescriptionAbstractLikeEventRenderContextProvider
(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
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.like.spring
Methods in com.atlassian.confluence.plugins.like.spring that return ContentService -
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, ObjectMapperProvider objectMapperProvider) -
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) -
Uses of ContentService in com.atlassian.integrationtest.utils
Methods in com.atlassian.integrationtest.utils that return ContentService