Uses of Interface
com.atlassian.confluence.api.service.content.ContentDraftService
-
Packages that use ContentDraftService Package Description com.atlassian.confluence.api.impl.service.content.draft com.atlassian.confluence.plugins.restapi.resources -
-
Uses of ContentDraftService in com.atlassian.confluence.api.impl.service.content.draft
Classes in com.atlassian.confluence.api.impl.service.content.draft that implement ContentDraftService Modifier and Type Class Description class
ContentDraftServiceImpl
class
LegacyContentDraftServiceImpl
class
SharedContentDraftServiceImpl
Constructors in com.atlassian.confluence.api.impl.service.content.draft with parameters of type ContentDraftService Constructor Description ContentDraftServiceImpl(ContentDraftService legacyContentDraftServiceImpl, ContentDraftService sharedContentDraftServiceImpl, CollaborativeEditingHelper collaborativeEditingHelper, ContentEntityManager contentEntityManager)
-
Uses of ContentDraftService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type ContentDraftService Constructor Description ContentResource(ContentService contentService, SpaceService spaceService, ContentMacroService contentMacroService, ContentTrashService contentTrashService, CQLSearchService searchService, ContentDraftService contentDraftService)
-