Uses of Interface
com.atlassian.confluence.pages.DraftManager
Packages that use DraftManager
Package
Description
-
Uses of DraftManager in com.atlassian.confluence.api.impl.service.content.draft
Constructors in com.atlassian.confluence.api.impl.service.content.draft with parameters of type DraftManagerModifierConstructorDescriptionLegacyContentDraftServiceImpl(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 DraftManager in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Constructors in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type DraftManager -
Uses of DraftManager in com.atlassian.confluence.content.render.xhtml.view.link
Constructors in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type DraftManagerModifierConstructorDescriptionViewAttachmentLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, PageManager pageManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager, PermissionManager permissionManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, @Nullable StaxStreamMarshaller<Link> commonLinkAttributeStaxStreamMarshaller, DraftManager draftManager, HrefEvaluator hrefEvaluator, Marshaller<UnresolvedLink> notPermittedLinkMarshaller, ResourceIdentifierContextUtility riUtils, ModelToRenderedClassMapper linkClassRenderer) -
Uses of DraftManager in com.atlassian.confluence.diff.actions
Methods in com.atlassian.confluence.diff.actions with parameters of type DraftManagerModifier and TypeMethodDescriptionvoidViewDiffOfDraftAction.setDraftManager(DraftManager draftManager) -
Uses of DraftManager in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions with parameters of type DraftManagerModifier and TypeMethodDescriptionvoidDraftAttachmentSearchAction.setDraftManager(DraftManager draftManager) -
Uses of DraftManager in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement DraftManagerModifier and TypeClassDescriptionclassThis implementation supports anonymous drafts using session-based storage.Constructors in com.atlassian.confluence.pages with parameters of type DraftManagerModifierConstructorDescriptionDefaultDraftsTransitionHelper(PageManagerInternal pageManager, DraftManager draftManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager, ContentPermissionManager contentPermissionManager, ContentPropertyManager contentPropertyManager, LabelManager labelManager, CollaborativeEditingHelper collaborativeEditingHelper) -
Uses of DraftManager in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as DraftManagerModifier and TypeFieldDescriptionprotected DraftManagerAbstractCreateAndEditPageAction.draftManagerMethods in com.atlassian.confluence.pages.actions with parameters of type DraftManagerModifier and TypeMethodDescriptionvoidAbstractCreateAndEditPageAction.setDraftManager(DraftManager draftManager) voidHeartbeatAction.setDraftManager(DraftManager draftManager) voidResumeDraftAction.setDraftManager(DraftManager draftManager) -
Uses of DraftManager in com.atlassian.confluence.plugins.contentproperty
Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type DraftManagerModifierConstructorDescriptionContentPropertyFinderFactory(ContentService contentService, PaginationService paginationService, CustomContentManager customContentManager, PermissionManager permissionManager, JsonPropertyFactory jsonPropertyFactory, TransactionalHostContextAccessor hostContextAccessor, DraftManager draftManager) -
Uses of DraftManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type DraftManagerModifier and TypeMethodDescriptionvoidFuncTestRpcHandlerImpl.setDraftManager(DraftManager draftManager) -
Uses of DraftManager in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type DraftManagerModifierConstructorDescriptionDraftsResource(UserAccessor userAccessor, DraftService draftService, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, PermissionManager permissionManager, DraftManager draftManager, I18NBeanFactory i18NBeanFactory, PageManager pageManager, DraftsTransitionHelper draftsTransitionHelper, EditorConverter editConverter, com.atlassian.event.api.EventPublisher eventPublisher, RelationService relationService, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, TouchRelationSupport touchRelationSupport)