Uses of Interface
com.atlassian.confluence.api.service.content.ContentPropertyService
Packages that use ContentPropertyService
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of ContentPropertyService in com.atlassian.confluence.content.apisupport
Constructors in com.atlassian.confluence.content.apisupport with parameters of type ContentPropertyServiceModifierConstructorDescriptionDraftAttributesCopier
(AttachmentManager attachmentManager, LabelManager labelManager, ContentPermissionManager contentPermissionManager, ContentPropertyManager contentPropertyManager, ContentPropertyService contentPropertyService) -
Uses of ContentPropertyService in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type ContentPropertyServiceModifier and TypeMethodDescriptionvoid
CopyPageAction.setContentPropertyService
(ContentPropertyService contentPropertyService) -
Uses of ContentPropertyService in com.atlassian.confluence.pages.persistence.dao.bulk.copy
Constructors in com.atlassian.confluence.pages.persistence.dao.bulk.copy with parameters of type ContentPropertyServiceModifierConstructorDescriptionDefaultBulkPageCopy
(org.hibernate.SessionFactory sessionFactory5, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, ContentPropertyManager contentPropertyManager, AttachmentManager attachmentManager, LinksUpdater linksUpdater, com.atlassian.beehive.ClusterLockService lockService, PageManagerInternal pageManager, SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPropertyService contentPropertyService) -
Uses of ContentPropertyService in com.atlassian.confluence.plugins.contentproperty
Classes in com.atlassian.confluence.plugins.contentproperty that implement ContentPropertyService -
Uses of ContentPropertyService in com.atlassian.confluence.plugins.graphql.providers
Constructors in com.atlassian.confluence.plugins.graphql.providers with parameters of type ContentPropertyService -
Uses of ContentPropertyService in com.atlassian.confluence.plugins.restapi.metadata.content
Constructors in com.atlassian.confluence.plugins.restapi.metadata.content with parameters of type ContentPropertyServiceModifierConstructorDescriptionPropertiesModelMetadataProvider
(ContentPropertyService contentPropertyService, NavigationService navigationService) -
Uses of ContentPropertyService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type ContentPropertyService -
Uses of ContentPropertyService in com.atlassian.confluence.rest.client
Constructor parameters in com.atlassian.confluence.rest.client with type arguments of type ContentPropertyServiceModifierConstructorDescriptionRemoteContentPropertyFinderImpl
(AbstractRemoteService<ContentPropertyService> other, Expansion... expansions) -
Uses of ContentPropertyService in com.atlassian.confluence.tinymceplugin.service.impl
Constructors in com.atlassian.confluence.tinymceplugin.service.impl with parameters of type ContentPropertyServiceModifierConstructorDescriptionCommentRenderServiceImpl
(XhtmlContent xhtmlContent, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPropertyService contentPropertyService) -
Uses of ContentPropertyService in com.atlassian.integrationtest.confluence.api.service.content
Classes in com.atlassian.integrationtest.confluence.api.service.content that implement ContentPropertyService