Uses of Interface
com.atlassian.confluence.content.service.DraftService
Packages that use DraftService
Package
Description
- 
Uses of DraftService in com.atlassian.confluence.content.serviceClasses in com.atlassian.confluence.content.service that implement DraftServiceModifier and TypeClassDescriptionclassNote that this implementation of the DraftService does not perform any permission checking.Constructors in com.atlassian.confluence.content.service with parameters of type DraftServiceModifierConstructorDescriptionDefaultBlogPostService(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, SpacePermissionManager spacePermissionManager, DraftService draftService, com.atlassian.event.api.EventPublisher eventPublisher, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper) DefaultPageService(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, com.atlassian.event.api.EventPublisher eventPublisher, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper, MovePageCommandHelper movePageCommandHelper) 
- 
Uses of DraftService in com.atlassian.confluence.content.service.blogpostConstructors in com.atlassian.confluence.content.service.blogpost with parameters of type DraftServiceModifierConstructorDescriptionCreateBlogPostCommandImpl(PageManager pageManager, SpacePermissionManager spacePermissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostProvider blogPostProvider, CreateContextProvider contextProvider, ContentEntityObject draft, ConfluenceUser user, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper) 
- 
Uses of DraftService in com.atlassian.confluence.content.service.pageConstructors in com.atlassian.confluence.content.service.page with parameters of type DraftServiceModifierConstructorDescriptionprotectedCreateAbstractPageCommandImpl(PageManager pageManager, ContentPermissionManager contentPermissionManager, DraftService draftService, com.atlassian.event.api.EventPublisher eventPublisher, CreateContextProvider contextProvider, ContentEntityObject draft, ConfluenceUser user, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper) CreatePageCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, CreateContextProvider contextProvider, ContentEntityObject draft, ConfluenceUser user, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper) CreatePageFromExistingCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, CreateContextProvider contextProvider, ContentEntityObject draft, ConfluenceUser user, SpaceProvider spaceProvider, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper) 
- 
Uses of DraftService in com.atlassian.confluence.pages.actionsFields in com.atlassian.confluence.pages.actions declared as DraftServiceModifier and TypeFieldDescriptionprotected DraftServiceAbstractCreateAndEditPageAction.draftServiceMethods in com.atlassian.confluence.pages.actions with parameters of type DraftServiceModifier and TypeMethodDescriptionvoidAbstractCreateAndEditPageAction.setDraftService(DraftService draftService) 
- 
Uses of DraftService in com.atlassian.confluence.tinymceplugin.restConstructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type DraftServiceModifierConstructorDescriptionDraftsResource(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) 
- 
Uses of DraftService in com.atlassian.confluence.user.actionsMethods in com.atlassian.confluence.user.actions that return DraftServiceMethods in com.atlassian.confluence.user.actions with parameters of type DraftServiceModifier and TypeMethodDescriptionvoidViewMyDraftsAction.setDraftService(DraftService draftService)