public class

ContentRemigrationAction

extends ConfluenceActionSupport
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.content.render.xhtml.migration.macro.ContentRemigrationAction

Class Overview

Content migration action displays a count of the number of pages with unmigrated wiki markup macros and provides access to the MacroMigrationService to migrate them.

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
ContentRemigrationAction()
Public Methods
String doDefault()
Default webwork action execution method.
String execute()
int getMaxShownResults()
int getNumSearchResults()
Iterator<SearchResult> getSearchResults()
LongRunningTaskId getTaskId()
boolean hasSearchResults()
boolean isMigrationRequired()
void setMacroMigrationService(MacroMigrationService migrationService)
[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 ContentRemigrationAction ()

Public Methods

public String doDefault ()

Default webwork action execution method.

Returns
  • the action result
Throws
Exception

public String execute ()

Throws
Exception

public int getMaxShownResults ()

public int getNumSearchResults ()

public Iterator<SearchResult> getSearchResults ()

public LongRunningTaskId getTaskId ()

public boolean hasSearchResults ()

public boolean isMigrationRequired ()

public void setMacroMigrationService (MacroMigrationService migrationService)