Uses of Interface
com.atlassian.confluence.internal.ContentDraftManagerInternal
Packages that use ContentDraftManagerInternal
Package
Description
Internal interfaces that are NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration
of bootstrapContext.xml.
-
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 ContentDraftManagerInternalModifierConstructorDescriptionLegacyContentDraftServiceImpl
(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 ContentDraftManagerInternalModifier and TypeClassDescriptionclass
Manager for page comments.class
class
Generic manager for pluggable content.class
class
class
-
Uses of ContentDraftManagerInternal in com.atlassian.confluence.internal
Subinterfaces of ContentDraftManagerInternal in com.atlassian.confluence.internalModifier and TypeInterfaceDescriptioninterface
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 ContentDraftManagerInternalMethods in com.atlassian.confluence.user.actions with parameters of type ContentDraftManagerInternalModifier and TypeMethodDescriptionvoid
ViewMyDraftsAction.setContentEntityManager
(ContentDraftManagerInternal contentEntityManager)