Uses of Interface
com.atlassian.confluence.pages.DraftManager
-
-
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 DraftManager 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 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 Constructor Description DraftResourceIdentifierResolver(DraftManager 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 DraftManager Constructor Description ViewAttachmentLinkMarshaller(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<Link> 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 DraftManager Modifier and Type Method Description void
ViewDiffOfDraftAction. 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 DraftManager Modifier and Type Method Description void
DraftAttachmentSearchAction. setDraftManager(DraftManager draftManager)
-
Uses of DraftManager in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement DraftManager Modifier and Type Class Description class
DefaultDraftManager
This implementation supports anonymous drafts using session-based storage.Constructors in com.atlassian.confluence.pages with parameters of type DraftManager Constructor Description DefaultDraftsTransitionHelper(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 DraftManager Modifier and Type Field Description protected DraftManager
AbstractCreateAndEditPageAction. draftManager
Methods in com.atlassian.confluence.pages.actions with parameters of type DraftManager Modifier and Type Method Description void
AbstractCreateAndEditPageAction. setDraftManager(DraftManager draftManager)
void
HeartbeatAction. setDraftManager(DraftManager draftManager)
void
ResumeDraftAction. setDraftManager(DraftManager draftManager)
-
Uses of DraftManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type DraftManager Modifier and Type Method Description void
FuncTestRpcHandlerImpl. setDraftManager(DraftManager draftManager)
-
Uses of DraftManager in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type DraftManager Constructor Description DraftsResource(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)
-