public class

ResumeDraftAction

extends ConfluenceActionSupport
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.pages.actions.ResumeDraftAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ResumeDraftAction()
Public Methods
String execute()
Draft getDraft()
long getDraftId()
String getPageId()
String getSpaceKey()
String getType()
boolean isPermitted()
void setDraftId(long draftId)
void setDraftManager(DraftManager draftManager)
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public ResumeDraftAction ()

Public Methods

public String execute ()

public Draft getDraft ()

public long getDraftId ()

public String getPageId ()

public String getSpaceKey ()

public String getType ()

public boolean isPermitted ()

public void setDraftId (long draftId)

public void setDraftManager (DraftManager draftManager)