public abstract class AbstractSetupDatabaseAction extends AbstractSetupAction
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.config.db.DatabaseDetails |
dbDetails |
static org.apache.log4j.Category |
log |
bundlePluginService, DEMO_CONTENT_ZIP_FILE, SETUP_BUNDLE_PLUGINS_CREDENTIAL, SETUP_CLUSTER, SETUP_CLUSTER_TO_STANDALONE, SETUP_CONTENT_BLANK, SETUP_CONTENT_DEMO, SETUP_CONTENT_IMPORT, SETUP_CUSTOM, SETUP_DB_CONN_TYPE, SETUP_DB_DATASOURCE, SETUP_DB_EMBEDDED, SETUP_DB_STANDARD, SETUP_DB_TYPE_DATASOURCE, SETUP_DB_TYPE_STANDARD, SETUP_HAS_SELECTED_BUNDLE_PLUGINS, SETUP_QUICK, SETUP_SESSION_ID_KEY, SETUP_USER_INTERNAL, SETUP_USER_JAACS
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, messageHolder, permissionManager, permitted, pluginAccessor, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager
Constructor and Description |
---|
AbstractSetupDatabaseAction() |
Modifier and Type | Method and Description |
---|---|
String |
getDatabase() |
com.atlassian.config.db.DatabaseDetails |
getDbConfigInfo() |
protected List |
getErrorLevelLogsEvents() |
com.atlassian.config.db.HibernateConfig |
getHibernateConfig() |
protected void |
registerLoggingErrorEventsWithAction(List loggingEvents)
adds these logging events to action errors map so they can be displayed in the action's view
|
void |
setDatabase(String database) |
void |
setDbConfigInfo(com.atlassian.config.db.DatabaseDetails dbDetails) |
void |
setHibernateConfig(com.atlassian.config.db.HibernateConfig hibernateConfig) |
getBootstrapManager, getBundledPlugins, getContainerManager, getLocale, getServerId, getSetupPersister, getSetupSessionId, getSingletonFromMainContext, getSupportEntitlementNumber, isPermitted, saveAuthenticationInfo, setBootstrapSidManager, setBundlePluginService, setContainerManager, setLicenseService, setSetupPersister, transitionFromColdToTenantedState, transitionFromColdToVacantState, transitionFromVacantToTenantedState
addActionError, addActionMessage, addFieldError, addPermissionTypeTo, addToHistory, doDefault, formatFriendlyDate, getActionName, getActionName, getAuthenticatedUser, getCancel, getCancelResult, getConfluenceAccessManager, getContext, getCurrentRequest, getCurrentSession, getDateFormatSetting, getDateFormatter, getDefaultResourceBundle, getDefaultTimeZone, getDocLink, getEventManager, getFriendlyDateFormatter, getGlobalSettings, getHelper, getI18n, getInstalledLanguages, getLabelManager, getLanguageManager, getLanguageUserFriendly, getLocaleManager, getLocaleString, getMessageHolder, getNiceContentType, getPermissionManager, getPermissionTypes, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPreviousLoginDate, getRemoteUser, getSession, getSystemInformationService, getText, getText, getText, getText, getTextStatic, getTextStatic, getTextStrict, getTimeZone, getUser, getUserAccessor, getUserByName, getUserFullName, getUserHasLicensedAccess, getUserInterfaceState, getUserLocaleDefaultDatePattern, getUserProfilePicUrl, getWebInterfaceContext, getWebInterfaceManager, hasPermissionForSpace, isAnonymousUser, isCanceled, isDevMode, isEmailVisible, isExternalUserManagementEnabled, isLabelable, isPrintableVersion, isSharedMode, isSkipAccessCheck, isUserStatusPluginEnabled, isUsingH2, isUsingHSQL, setApiDateFormatService, setBootstrapManager, setCancel, setConfluenceAccessManager, setContentUiSupport, setEventManager, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setLoginManager, setMessageHolder, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setServletRequestSupplier, setSettingsManager, setSkipAccessCheck, setSpacePermissionManager, setSystemInformationService, setTimeZoneManager, setUserAccessor, setWebInterfaceManager
addActionError, addActionMessage, addFieldError, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
validate
public static final org.apache.log4j.Category log
protected com.atlassian.config.db.DatabaseDetails dbDetails
public com.atlassian.config.db.HibernateConfig getHibernateConfig()
public void setHibernateConfig(com.atlassian.config.db.HibernateConfig hibernateConfig)
public String getDatabase()
public void setDatabase(String database)
protected List getErrorLevelLogsEvents()
protected void registerLoggingErrorEventsWithAction(List loggingEvents)
loggingEvents
- List of DatedLoggingEvent objectspublic com.atlassian.config.db.DatabaseDetails getDbConfigInfo()
public void setDbConfigInfo(com.atlassian.config.db.DatabaseDetails dbDetails)
Copyright © 2003–2016 Atlassian. All rights reserved.