Uses of Interface
com.atlassian.confluence.pages.DraftManager

Packages that use DraftManager
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.view.link   
com.atlassian.confluence.diff.actions   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.search.actions   
com.atlassian.confluence.test.rpc   
com.atlassian.confluence.tinymceplugin.rest   
com.atlassian.confluence.user.actions   
 

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
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
ViewAttachmentLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, PageManager pageManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager, PermissionManager permissionManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, StaxStreamMarshaller<Link> commonLinkAttributeStaxStreamMarshaller, DraftManager draftManager, HrefEvaluator hrefEvaluator, Marshaller<Link> notPermittedLinkMarshaller, ResourceIdentifierContextUtility ricu, ModelToRenderedClassMapper mapper)
           
 

Uses of DraftManager in com.atlassian.confluence.diff.actions
 

Methods in com.atlassian.confluence.diff.actions with parameters of type DraftManager
 void ViewDiffOfDraftAction.setDraftManager(DraftManager draftManager)
           
 

Uses of DraftManager in com.atlassian.confluence.pages
 

Classes in com.atlassian.confluence.pages that implement DraftManager
 class DefaultDraftManager
          This implementation supports anonymous drafts using session-based storage.
 

Uses of DraftManager in com.atlassian.confluence.pages.actions
 

Fields in com.atlassian.confluence.pages.actions declared as DraftManager
protected  DraftManager AbstractCreateAndEditPageAction.draftManager
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type DraftManager
 void ViewDraftAttachmentsAction.setDraftManager(DraftManager draftManager)
          Deprecated.  
 void ResumeDraftAction.setDraftManager(DraftManager draftManager)
           
 void HeartbeatAction.setDraftManager(DraftManager draftManager)
           
 void GetPagePermissionsAction.setDraftManager(DraftManager draftManager)
           
 void AbstractCreateAndEditPageAction.setDraftManager(DraftManager draftManager)
           
 

Uses of DraftManager in com.atlassian.confluence.search.actions
 

Methods in com.atlassian.confluence.search.actions with parameters of type DraftManager
 void DraftAttachmentSearchAction.setDraftManager(DraftManager draftManager)
           
 

Uses of DraftManager in com.atlassian.confluence.test.rpc
 

Methods in com.atlassian.confluence.test.rpc with parameters of type DraftManager
 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
DraftsResource(UserAccessor userAccessor, DraftService draftService, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, DraftManager draftManager)
           
 

Uses of DraftManager in com.atlassian.confluence.user.actions
 

Methods in com.atlassian.confluence.user.actions that return DraftManager
 DraftManager ViewMyDraftsAction.getDraftManager()
          Deprecated. since 5.7. No replacement
 

Methods in com.atlassian.confluence.user.actions with parameters of type DraftManager
 void ViewMyDraftsAction.setDraftManager(DraftManager draftManager)
          Deprecated. since 5.7. No replacement
 



Copyright © 2003–2015 Atlassian. All rights reserved.