public class

RestoreTrashItemAction

extends AbstractSpaceAction
implements SpaceAdministrative
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.spaces.actions.AbstractSpaceAction
         ↳ com.atlassian.confluence.pages.actions.RestoreTrashItemAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
Fields
protected ContentEntityManager contentEntityManager
protected long contentId
protected long existingContentId
protected PageManager pageManager
protected SpaceContentEntityObject spaceContentEntityObject
[Expand]
Inherited Fields
From class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
RestoreTrashItemAction()
Public Methods
String doRestore()
String execute()
long getContentId()
long getExistingContentId()
SpaceContentEntityObject getSpaceContentEntityObject()
String getType()
void setContentEntityManager(ContentEntityManager contentEntityManager)
void setContentId(long contentId)
void setExistingContentId(long existingContentId)
void setIndexer(ConfluenceIndexer indexer)
void setPageManager(PageManager pageManager)
void setSpaceContentEntityObject(SpaceContentEntityObject spaceContentEntityObject)
[Expand]
Inherited Methods
From class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
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.atlassian.confluence.spaces.Spaced
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

Fields

protected ContentEntityManager contentEntityManager

protected long contentId

protected long existingContentId

protected PageManager pageManager

protected SpaceContentEntityObject spaceContentEntityObject

Public Constructors

public RestoreTrashItemAction ()

Public Methods

public String doRestore ()

public String execute ()

Throws
Exception

public long getContentId ()

public long getExistingContentId ()

public SpaceContentEntityObject getSpaceContentEntityObject ()

public String getType ()

public void setContentEntityManager (ContentEntityManager contentEntityManager)

public void setContentId (long contentId)

public void setExistingContentId (long existingContentId)

public void setIndexer (ConfluenceIndexer indexer)

public void setPageManager (PageManager pageManager)

public void setSpaceContentEntityObject (SpaceContentEntityObject spaceContentEntityObject)