Uses of Interface
com.atlassian.confluence.internal.ContentDraftManagerInternal
-
Packages that use ContentDraftManagerInternal Package Description com.atlassian.confluence.api.impl.service.content.draft com.atlassian.confluence.impl.content com.atlassian.confluence.internal Internal interfaces that are NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration of bootstrapContext.xml.com.atlassian.confluence.user.actions -
-
Uses of ContentDraftManagerInternal in com.atlassian.confluence.api.impl.service.content.draft
Constructors in com.atlassian.confluence.api.impl.service.content.draft with parameters of type ContentDraftManagerInternal Constructor Description LegacyContentDraftServiceImpl(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)
-
Uses of ContentDraftManagerInternal in com.atlassian.confluence.impl.content
Classes in com.atlassian.confluence.impl.content that implement ContentDraftManagerInternal Modifier and Type Class Description class
DefaultCommentManager
Manager for page comments.class
DefaultContentEntityManager
class
DefaultCustomContentManager
Generic manager for pluggable content.class
DefaultPageManager
class
DefaultPersonalInformationManager
class
DefaultSpaceDescriptionManager
-
Uses of ContentDraftManagerInternal in com.atlassian.confluence.internal
Subinterfaces of ContentDraftManagerInternal in com.atlassian.confluence.internal Modifier and Type Interface Description interface
ContentEntityManagerInternal
Internal version of theContentEntityManager
interface; see the package-info.java for rationale. -
Uses of ContentDraftManagerInternal in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return ContentDraftManagerInternal Modifier and Type Method Description ContentDraftManagerInternal
ViewMyDraftsAction. getContentEntityManager()
Methods in com.atlassian.confluence.user.actions with parameters of type ContentDraftManagerInternal Modifier and Type Method Description void
ViewMyDraftsAction. setContentEntityManager(ContentDraftManagerInternal contentEntityManager)
-