java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.crowd.console.action.BaseAction
com.atlassian.crowd.console.action.admin.Restore
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class Restore extends BaseAction
See Also:
  • Constructor Details

    • Restore

      public Restore()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class BaseAction
      Throws:
      Exception
    • performImport

      public String performImport()
    • getXmlMigrationManager

      public XmlMigrationManager getXmlMigrationManager()
    • setXmlMigrationManager

      public void setXmlMigrationManager(XmlMigrationManager xmlMigrationManager)
    • getImportFilePath

      public String getImportFilePath()
    • setImportFilePath

      public void setImportFilePath(String importFilePath)
    • getImportResponseMessage

      public String getImportResponseMessage()
    • setImportResponseMessage

      public void setImportResponseMessage(String importResponseMessage)
    • setClusterService

      public void setClusterService(ClusterService clusterService)
      Overrides:
      setClusterService in class BaseAction
    • isClustered

      public boolean isClustered()