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.draftConstructors 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.identifiersConstructors 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.linkConstructors 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.actionsMethods 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.actionsMethods in com.atlassian.confluence.impl.search.actions with parameters of type DraftManagerModifier and TypeMethodDescriptionvoidDraftAttachmentSearchAction.setDraftManager(DraftManager draftManager) 
- 
Uses of DraftManager in com.atlassian.confluence.pagesConstructors 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.actionsFields 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.contentpropertyConstructors 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.rpcMethods in com.atlassian.confluence.test.rpc with parameters of type DraftManagerModifier and TypeMethodDescriptionvoidFuncTestRpcHandlerImpl.setDraftManager(DraftManager draftManager) 
- 
Uses of DraftManager in com.atlassian.confluence.tinymceplugin.restConstructors 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, TouchRelationSupport touchRelationSupport)