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

Packages that use DraftService
com.atlassian.confluence.content.service   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.tinymceplugin.rest   
 

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.
 

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.tinymceplugin.rest
 

Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type DraftService
DraftsResource(UserAccessor userAccessor, DraftService draftService, FormatSettingsManager formatSettingsManager, LocaleManager localeManager)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.