Class SetupDBTypeAction

All Implemented Interfaces:
WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class SetupDBTypeAction extends AbstractDatabaseCreationAction
This action allows user to select database type.
Since:
6.4
See Also:
  • Constructor Details

    • SetupDBTypeAction

      public SetupDBTypeAction()
  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Description copied from class: ConfluenceActionSupport
      Convenient Action execution method which defaults to returning INPUT
      Overrides:
      doDefault in class ConfluenceActionSupport
      Throws:
      Exception
    • execute

      public String execute() throws com.atlassian.config.ConfigurationException
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class AbstractDatabaseCreationAction
      Throws:
      com.atlassian.config.ConfigurationException
    • getDatabases

      public List getDatabases()
    • isMissingMySQLDriver

      public boolean isMissingMySQLDriver()
    • isMissingOracleDriver

      public boolean isMissingOracleDriver()
    • getWebRealPath

      public String getWebRealPath()
    • getDbChoiceSelect

      public String getDbChoiceSelect()
    • setDbChoiceSelect

      public void setDbChoiceSelect(String dbChoiceSelect)
    • isThisNodeClustered

      public boolean isThisNodeClustered()
    • setThisNodeClustered

      public void setThisNodeClustered(boolean thisNodeClustered)
    • setForceOverwriteExistingData

      public void setForceOverwriteExistingData(boolean forceOverwriteExistingData)