Uses of Interface
com.atlassian.confluence.content.service.DraftService

Packages that use DraftService
com.atlassian.confluence.content.service   
com.atlassian.confluence.content.service.blogpost   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugins.dragdrop   
com.atlassian.confluence.plugins.macros.dashboard   
com.atlassian.confluence.user.actions   
 

Uses of DraftService in com.atlassian.confluence.content.service
 

Classes in com.atlassian.confluence.content.service that implement DraftService
 class DefaultDraftService
          Note that this implementation of the DraftService does not perform any permission checking.
 

Constructors in com.atlassian.confluence.content.service with parameters of type DraftService
DefaultBlogPostService(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, SpacePermissionManager spacePermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
DefaultPageService(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of DraftService in com.atlassian.confluence.content.service.blogpost
 

Constructors in com.atlassian.confluence.content.service.blogpost with parameters of type DraftService
CreateBlogPostCommandImpl(PageManager pageManager, SpacePermissionManager spacePermissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostProvider blogPostProvider, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
           
 

Uses of DraftService in com.atlassian.confluence.content.service.page
 

Fields in com.atlassian.confluence.content.service.page declared as DraftService
protected  DraftService CreateAbstractPageCommandImpl.draftService
           
 

Constructors in com.atlassian.confluence.content.service.page with parameters of type DraftService
CreateAbstractPageCommandImpl(PageManager pageManager, ContentPermissionManager contentPermissionManager, DraftService draftService, DraftManager draftManager, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
           
CreatePageCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
           
CreatePageFromExistingCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
           
 

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

Fields in com.atlassian.confluence.pages.actions declared as DraftService
protected  DraftService AbstractCreateAndEditPageAction.draftService
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type DraftService
 void AbstractCreateAndEditPageAction.setDraftService(DraftService draftService)
           
 

Uses of DraftService in com.atlassian.confluence.plugins.dragdrop
 

Methods in com.atlassian.confluence.plugins.dragdrop with parameters of type DraftService
 void UploadAction.setDraftService(DraftService draftService)
           
 

Uses of DraftService in com.atlassian.confluence.plugins.macros.dashboard
 

Constructors in com.atlassian.confluence.plugins.macros.dashboard with parameters of type DraftService
GlobalEntitiesContextProvider(SpaceManager spaceManager, LabelManager labelManager, LocaleManager localeManager, PermissionManager permissionManager, com.atlassian.plugin.PluginAccessor pluginAccessor, SpaceLogoManager spaceLogoManager, DraftService draftService)
           
 

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

Methods in com.atlassian.confluence.user.actions that return DraftService
 DraftService ViewMyDraftsAction.getDraftService()
           
 

Methods in com.atlassian.confluence.user.actions with parameters of type DraftService
 void ViewMyDraftsAction.setDraftService(DraftService draftService)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.