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 classDefaultCommentManagerManager for page comments.classDefaultContentEntityManagerclassDefaultCustomContentManagerGeneric manager for pluggable content.classDefaultPageManagerclassDefaultPersonalInformationManagerclassDefaultSpaceDescriptionManager -
Uses of ContentDraftManagerInternal in com.atlassian.confluence.internal
Subinterfaces of ContentDraftManagerInternal in com.atlassian.confluence.internal Modifier and Type Interface Description interfaceContentEntityManagerInternalInternal version of theContentEntityManagerinterface; 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 ContentDraftManagerInternalViewMyDraftsAction. getContentEntityManager()Methods in com.atlassian.confluence.user.actions with parameters of type ContentDraftManagerInternal Modifier and Type Method Description voidViewMyDraftsAction. setContentEntityManager(ContentDraftManagerInternal contentEntityManager)
-