A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages

A

A_CmsSetupStep - Class in org.opencms.setup.ui
Abstract base class for setup dialog steps.
A_CmsSetupStep(I_SetupUiContext) - Constructor for class org.opencms.setup.ui.A_CmsSetupStep
Constructor.
A_CmsUpdateDBPart - Class in org.opencms.setup.db
Represent a part of the database update process.
A_CmsUpdateDBPart() - Constructor for class org.opencms.setup.db.A_CmsUpdateDBPart
Default constructor.
A_CmsUpdateDialog - Class in org.opencms.setup.updater.dialogs
The abstract class for the update dialogs.
A_CmsUpdateDialog() - Constructor for class org.opencms.setup.updater.dialogs.A_CmsUpdateDialog
 
addComponentsFromPath(String) - Method in class org.opencms.setup.CmsSetupBean
Reads all components from the given location, a folder or a zip file.
ADDITIONAL_PREFIX - Static variable in class org.opencms.setup.CmsSetupBean
Prefix for 'marker' properties in opencms.properties where additional properties should be inserted.
addPrimaryKey(CmsSetupDb, String, String) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Adds a new primary key to the given table.
addPrimaryKey(CmsSetupDb, String, String) - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBProjectId
 
addPrimaryKey(CmsSetupDb, String, String) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBProjectId
 
addSubscriptionDriver() - Method in class org.opencms.setup.CmsUpdateBean
Adds the subscription driver to the properties.
addUserDateCreated(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBCmsUsers
Adds the new column USER_DATECREATED to the CMS_USERS table.
addUUIDColumnToTable(CmsSetupDb, String, String) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Adds the new column for the uuids to a table.
addUUIDColumnToTable(CmsSetupDb, String, String) - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBProjectId
 
addUUIDColumnToTable(CmsSetupDb, String, String) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBProjectId
 
addWebusersToGroup(CmsSetupDb, CmsUUID) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBCmsUsers
Adds all webusers to the new previously created webusers group.
AS400_PROVIDER - Static variable in class org.opencms.setup.CmsSetupBean
DB provider constant for as400.

B

BACKUP_TABLES - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBDropBackupTables
Array of the BACKUP tables that are to be dropped.
BACKUP_TABLES_LIST - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBDropBackupTables
Constant ArrayList of the BACKUP_TABLES that are to be dropped.
backupConfiguration(String, String) - Method in class org.opencms.setup.CmsSetupBean
Restores the opencms.xml either to or from a backup file, depending whether the setup wizard is executed the first time (the backup does not exist) or not (the backup exists).
buildDepsForAllComponents() - Method in class org.opencms.setup.CmsSetupBean
Returns a map of dependencies.

C

checkColumnTypeProjectId(int) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Check if the column type of the project id is incorrect.
checkColumnTypeProjectId(int) - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBProjectId
 
checkColumnTypeProjectId(int) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBProjectId
 
checkEthernetAddress() - Method in class org.opencms.setup.CmsSetupBean
Checks the ethernet address value and generates a dummy address, if necessary.
checkOceeVersion(String) - Method in class org.opencms.setup.CmsUpdateBean
Compatibility check for OCEE modules.
checkUserDataTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBCmsUsers
Checks if the CMS_USERDATA table exists.
checkVariables(String) - Method in class org.opencms.setup.CmsSetupDb
Returns an optional warning message if needed, null if not.
clearCache() - Method in class org.opencms.setup.CmsSetupBean
Clears the cache.
clearErrors() - Method in class org.opencms.setup.CmsSetupDb
Clears the error messages stored internally.
close() - Method in class org.opencms.setup.CmsSetupDBWrapper
Closes result set, and statement.
closeConnection() - Method in class org.opencms.setup.CmsSetupDb
Closes the internal connection to the database.
CMS_OFFLINE_CONTENTS_QUERIES - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant array with the queries for the CMS_ONLINE_CONTENTS table.
CMS_OFFLINE_CONTENTS_QUERIES_LIST - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant ArrayList of the queries of the CMS_OFFLINE table.
CMS_PROPERTYDEF - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant array with the ONLINE and OFFLINE PROPERTYDEF tables.
CMS_PROPERTYDEF_LIST - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant ArrayList of the two PROPERTYDEF tables.
CMS_RESOURCES - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant array with the ONLINE and OFFLINE RESOURCES tables.
CMS_RESOURCES_LIST - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant ArrayList of the two RESOURCES tables.
CMS_STRUCTURE - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant array with the ONLINE and OFFLINE STRUCTURE tables.
CMS_STRUCTURE_LIST - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant ArrayList of the two PROPERTYDEF tables.
CMS_TABLES - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBDropOldIndexes
Constant array of the base tables of the OpenCms 7.0.x installation.
CMS_TABLES_LIST - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBDropOldIndexes
Constant ArrayList of the tables of the base OpenCms 7.0.x installation.
CmsAutoSetup - Class in org.opencms.setup
A bean to perform a OpenCms setup automatically.
CmsAutoSetup(CmsAutoSetupProperties) - Constructor for class org.opencms.setup.CmsAutoSetup
A bean for a automatically performed setup of OpenCms.
CmsAutoSetupProperties - Class in org.opencms.setup
Reads and manages the configuration file for the OpenCms auto-setup.
CmsAutoSetupProperties(String) - Constructor for class org.opencms.setup.CmsAutoSetupProperties
Public constructor.
CmsDbSettingsPanel - Class in org.opencms.setup.ui
Form for database settings.
CmsDbSettingsPanel(CmsSetupBean) - Constructor for class org.opencms.setup.ui.CmsDbSettingsPanel
 
CmsSetupBean - Class in org.opencms.setup
A java bean as a controller for the OpenCms setup wizard.
CmsSetupBean() - Constructor for class org.opencms.setup.CmsSetupBean
Default constructor.
CmsSetupComponent - Class in org.opencms.setup
Module group data.
CmsSetupComponent() - Constructor for class org.opencms.setup.CmsSetupComponent
 
CmsSetupDb - Class in org.opencms.setup
Helper class to call database setup scripts.
CmsSetupDb(String) - Constructor for class org.opencms.setup.CmsSetupDb
Creates a new CmsSetupDb object.
CmsSetupDBWrapper - Class in org.opencms.setup
Wrapper to encapsulate, connection, statement and result set for the setup and update wizard.
CmsSetupDBWrapper(Connection) - Constructor for class org.opencms.setup.CmsSetupDBWrapper
Constructor, creates a new CmsSetupDBWrapper.
CmsSetupErrorDialog - Class in org.opencms.setup.ui
Dialog used to display error stack traces in the workplace.
CmsSetupErrorDialog(String, String, Runnable, Window) - Constructor for class org.opencms.setup.ui.CmsSetupErrorDialog
Creates a new instance.
CmsSetupLoggingThread - Class in org.opencms.setup
Logging Thread which collects the output from CmsSetupThread and stores it in a Vector that the OpenCms setup wizard can read via the getMessages() method.
CmsSetupLoggingThread(PipedOutputStream, String) - Constructor for class org.opencms.setup.CmsSetupLoggingThread
Constructor.
CmsSetupServlet - Class in org.opencms.setup
 
CmsSetupServlet() - Constructor for class org.opencms.setup.CmsSetupServlet
 
CmsSetupStep01License - Class in org.opencms.setup.ui
 
CmsSetupStep01License(I_SetupUiContext) - Constructor for class org.opencms.setup.ui.CmsSetupStep01License
Creates a new instance.
CmsSetupStep02ComponentCheck - Class in org.opencms.setup.ui
Setup step: component check.
CmsSetupStep02ComponentCheck(I_SetupUiContext) - Constructor for class org.opencms.setup.ui.CmsSetupStep02ComponentCheck
Creates a new instance.
CmsSetupStep03Database - Class in org.opencms.setup.ui
Setup step: Databbase settings.
CmsSetupStep03Database(I_SetupUiContext) - Constructor for class org.opencms.setup.ui.CmsSetupStep03Database
Creates a new instance.
CmsSetupStep04Modules - Class in org.opencms.setup.ui
Setup step: Selecting components (= module groups).
CmsSetupStep04Modules(I_SetupUiContext) - Constructor for class org.opencms.setup.ui.CmsSetupStep04Modules
Creates a new instance.
CmsSetupStep05ServerSettings - Class in org.opencms.setup.ui
Setup step: Other settings.
CmsSetupStep05ServerSettings(I_SetupUiContext) - Constructor for class org.opencms.setup.ui.CmsSetupStep05ServerSettings
Creates a new instance.
CmsSetupStep06ImportReport - Class in org.opencms.setup.ui
Setup step: Module import via CmsShell.
CmsSetupStep06ImportReport(I_SetupUiContext) - Constructor for class org.opencms.setup.ui.CmsSetupStep06ImportReport
Creates a new instance.
CmsSetupStep07ConfigNotes - Class in org.opencms.setup.ui
Setup step: Configuration notes.
CmsSetupStep07ConfigNotes(I_SetupUiContext) - Constructor for class org.opencms.setup.ui.CmsSetupStep07ConfigNotes
Creates a new instance.
CmsSetupTestFolderPermissions - Class in org.opencms.setup.comptest
Tests the permission on the target installation folders.
CmsSetupTestFolderPermissions() - Constructor for class org.opencms.setup.comptest.CmsSetupTestFolderPermissions
 
CmsSetupTestJavaTempDir - Class in org.opencms.setup.comptest
Tests the java temp directory.
CmsSetupTestJavaTempDir() - Constructor for class org.opencms.setup.comptest.CmsSetupTestJavaTempDir
 
CmsSetupTestJdkVersion - Class in org.opencms.setup.comptest
Tests the version of the JDK.
CmsSetupTestJdkVersion() - Constructor for class org.opencms.setup.comptest.CmsSetupTestJdkVersion
 
CmsSetupTestOperatingSystem - Class in org.opencms.setup.comptest
Tests the operating system.
CmsSetupTestOperatingSystem() - Constructor for class org.opencms.setup.comptest.CmsSetupTestOperatingSystem
 
CmsSetupTestResult - Class in org.opencms.setup.comptest
Contains info about the result of a setup test.
CmsSetupTestResult(I_CmsSetupTest) - Constructor for class org.opencms.setup.comptest.CmsSetupTestResult
Creates a new setup test result.
CmsSetupTestResultWidget - Class in org.opencms.setup.ui
The widget used to show setup test results.
CmsSetupTestResultWidget(CmsSetupTestResult) - Constructor for class org.opencms.setup.ui.CmsSetupTestResultWidget
Creates a new instance.
CmsSetupTests - Class in org.opencms.setup.comptest
Runs various tests to give users infos about whether their system is compatible to OpenCms.
CmsSetupTests() - Constructor for class org.opencms.setup.comptest.CmsSetupTests
Creates a new setup test suite.
CmsSetupTestServletContainer - Class in org.opencms.setup.comptest
Tests the servlet container.
CmsSetupTestServletContainer() - Constructor for class org.opencms.setup.comptest.CmsSetupTestServletContainer
 
CmsSetupTestSimapi - Class in org.opencms.setup.comptest
Tests the image processing capabilities.
CmsSetupTestSimapi() - Constructor for class org.opencms.setup.comptest.CmsSetupTestSimapi
 
CmsSetupTestWarFileUnpacked - Class in org.opencms.setup.comptest
Tests if the OpenCms WAR file is unpacked.
CmsSetupTestWarFileUnpacked() - Constructor for class org.opencms.setup.comptest.CmsSetupTestWarFileUnpacked
 
CmsSetupTestXercesVersion - Class in org.opencms.setup.comptest
Test for the Xerces version.
CmsSetupTestXercesVersion() - Constructor for class org.opencms.setup.comptest.CmsSetupTestXercesVersion
 
CmsSetupTestXmlAPI - Class in org.opencms.setup.comptest
Test for the XML API.
CmsSetupTestXmlAPI() - Constructor for class org.opencms.setup.comptest.CmsSetupTestXmlAPI
 
CmsSetupUI - Class in org.opencms.setup
UI class for the setup wizard.
CmsSetupUI() - Constructor for class org.opencms.setup.CmsSetupUI
 
CmsSetupWorkplaceImportThread - Class in org.opencms.setup
Used for the workplace setup in the OpenCms setup wizard.
CmsSetupWorkplaceImportThread(CmsSetupBean) - Constructor for class org.opencms.setup.CmsSetupWorkplaceImportThread
Constructor.
CmsSetupXmlHelper - Class in org.opencms.setup.xml
Helper class to modify xml files.
CmsSetupXmlHelper() - Constructor for class org.opencms.setup.xml.CmsSetupXmlHelper
Default constructor.
CmsSetupXmlHelper(String) - Constructor for class org.opencms.setup.xml.CmsSetupXmlHelper
Uses an optional base file path.
CmsUpdateBean - Class in org.opencms.setup
A java bean as a controller for the OpenCms update wizard.
CmsUpdateBean() - Constructor for class org.opencms.setup.CmsUpdateBean
Default constructor.
CmsUpdateDBAlterTables - Class in org.opencms.setup.db.update6to7
This class makes the remaining changes to some tables in order to update them.
CmsUpdateDBAlterTables - Class in org.opencms.setup.db.update6to7.mysql
This class makes the remaining changes to some tables in order to update them.
CmsUpdateDBAlterTables - Class in org.opencms.setup.db.update6to7.oracle
Oracle implementation of the generic Alter Table class.
CmsUpdateDBAlterTables - Class in org.opencms.setup.db.update6to7.postgresql
PostgreSQL implementation of the generic Alter Table class.
CmsUpdateDBAlterTables() - Constructor for class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Default constructor.
CmsUpdateDBAlterTables() - Constructor for class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBAlterTables
Default constructor.
CmsUpdateDBAlterTables() - Constructor for class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBAlterTables
Constructor.
CmsUpdateDBAlterTables() - Constructor for class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBAlterTables
Constructor.
CmsUpdateDBCmsUsers - Class in org.opencms.setup.db.update6to7
This class makes an update of the CMS_USERS table splitting it up into CMS_USERS and CMS_USERDATA.
CmsUpdateDBCmsUsers - Class in org.opencms.setup.db.update6to7.mysql
This class makes an update of the CMS_USERS table splitting it up into CMS_USERS and CMS_USERDATA.
CmsUpdateDBCmsUsers - Class in org.opencms.setup.db.update6to7.oracle
Oracle implementation of the generic update class for the Users.
CmsUpdateDBCmsUsers - Class in org.opencms.setup.db.update6to7.postgresql
PostgreSQL implementation of the generic update class for the Users.
CmsUpdateDBCmsUsers() - Constructor for class org.opencms.setup.db.update6to7.CmsUpdateDBCmsUsers
Default constructor.
CmsUpdateDBCmsUsers() - Constructor for class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBCmsUsers
Default constructor.
CmsUpdateDBCmsUsers() - Constructor for class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBCmsUsers
Constructor.
CmsUpdateDBCmsUsers() - Constructor for class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBCmsUsers
Constructor.
CmsUpdateDBContentTables - Class in org.opencms.setup.db.update6to7
This class creates the table CMS_CONTENTS and fills it with data from the tables CMS_BACKUP_CONTENTS and CMS_ONLINE_CONTENTS.
CmsUpdateDBContentTables - Class in org.opencms.setup.db.update6to7.mysql
This class creates the table CMS_CONTENTS and fills it with data from the tables CMS_BACKUP_CONTENTS and CMS_ONLINE_CONTENTS.
CmsUpdateDBContentTables - Class in org.opencms.setup.db.update6to7.oracle
Oracle implementation of the generic update of the contents tables.
CmsUpdateDBContentTables - Class in org.opencms.setup.db.update6to7.postgresql
PostgreSQL implementation of the generic update of the contents tables.
CmsUpdateDBContentTables() - Constructor for class org.opencms.setup.db.update6to7.CmsUpdateDBContentTables
Constructor.
CmsUpdateDBContentTables() - Constructor for class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBContentTables
Constructor.
CmsUpdateDBContentTables() - Constructor for class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBContentTables
Constructor.
CmsUpdateDBContentTables() - Constructor for class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBContentTables
Constructor.
CmsUpdateDBCreateIndexes7 - Class in org.opencms.setup.db.update6to7
This class creates all the indexes that are used in the database version 7.
CmsUpdateDBCreateIndexes7 - Class in org.opencms.setup.db.update6to7.mysql
This class creates all the indexes that are used in the database version 7.
CmsUpdateDBCreateIndexes7 - Class in org.opencms.setup.db.update6to7.oracle
Oracle implementation for the creation of the indexes of the tables in version 7.
CmsUpdateDBCreateIndexes7 - Class in org.opencms.setup.db.update6to7.postgresql
PostgreSQL implementation for the creation of the indexes of the tables in version 7.
CmsUpdateDBCreateIndexes7() - Constructor for class org.opencms.setup.db.update6to7.CmsUpdateDBCreateIndexes7
Constructor.
CmsUpdateDBCreateIndexes7() - Constructor for class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBCreateIndexes7
Constructor.
CmsUpdateDBCreateIndexes7() - Constructor for class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBCreateIndexes7
Constructor.
CmsUpdateDBCreateIndexes7() - Constructor for class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBCreateIndexes7
Constructor.
CmsUpdateDBDropBackupTables - Class in org.opencms.setup.db.update6to7
This class drops the CMS_BACKUP tables that are no longer used after all the transfers are finished.
CmsUpdateDBDropBackupTables - Class in org.opencms.setup.db.update6to7.mysql
This class drops the CMS_BACKUP tables that are no longer used after all the transfers are finished.
CmsUpdateDBDropBackupTables - Class in org.opencms.setup.db.update6to7.oracle
Oracle implementation of the generic class to drop the backup tables from the database.
CmsUpdateDBDropBackupTables - Class in org.opencms.setup.db.update6to7.postgresql
PostgreSQL implementation of the generic class to drop the backup tables from the database.
CmsUpdateDBDropBackupTables() - Constructor for class org.opencms.setup.db.update6to7.CmsUpdateDBDropBackupTables
Constructor.
CmsUpdateDBDropBackupTables() - Constructor for class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBDropBackupTables
Constructor.
CmsUpdateDBDropBackupTables() - Constructor for class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBDropBackupTables
Constructor.
CmsUpdateDBDropBackupTables() - Constructor for class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBDropBackupTables
Constructor.
CmsUpdateDBDropOldIndexes - Class in org.opencms.setup.db.update6to7
This class drops all indexes of each table of the database.
CmsUpdateDBDropOldIndexes - Class in org.opencms.setup.db.update6to7.mysql
This class drops all indexes of each table of the database.
CmsUpdateDBDropOldIndexes - Class in org.opencms.setup.db.update6to7.oracle
Oracle implementation to drop the old indexes from the database.
CmsUpdateDBDropOldIndexes - Class in org.opencms.setup.db.update6to7.postgresql
PostgreSQL implementation to drop the old indexes from the database.
CmsUpdateDBDropOldIndexes() - Constructor for class org.opencms.setup.db.update6to7.CmsUpdateDBDropOldIndexes
Constructor.
CmsUpdateDBDropOldIndexes() - Constructor for class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBDropOldIndexes
Constructor.
CmsUpdateDBDropOldIndexes() - Constructor for class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBDropOldIndexes
Constructor.
CmsUpdateDBDropOldIndexes() - Constructor for class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBDropOldIndexes
Constructor.
CmsUpdateDBDropUnusedTables - Class in org.opencms.setup.db.update6to7
This class drops the outdated tables from the OpenCms database.
CmsUpdateDBDropUnusedTables - Class in org.opencms.setup.db.update6to7.mysql
This class drops the outdated tables from the OpenCms database.
CmsUpdateDBDropUnusedTables - Class in org.opencms.setup.db.update6to7.oracle
Oracle implementation to drop the unused tables from the database.
CmsUpdateDBDropUnusedTables - Class in org.opencms.setup.db.update6to7.postgresql
PostgreSQL implementation to drop the unused tables from the database.
CmsUpdateDBDropUnusedTables() - Constructor for class org.opencms.setup.db.update6to7.CmsUpdateDBDropUnusedTables
Constructor.
CmsUpdateDBDropUnusedTables() - Constructor for class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBDropUnusedTables
Constructor.
CmsUpdateDBDropUnusedTables() - Constructor for class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBDropUnusedTables
Constructor.
CmsUpdateDBDropUnusedTables() - Constructor for class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBDropUnusedTables
Constructor.
CmsUpdateDBHistoryPrincipals - Class in org.opencms.setup.db.update6to7
This class inserts formerly deleted users/groups in the CMS_HISTORY_PRINCIPALS table.
CmsUpdateDBHistoryPrincipals - Class in org.opencms.setup.db.update6to7.mysql
This class inserts formerly deleted users/groups in the CMS_HISTORY_PRINCIPALS table.
CmsUpdateDBHistoryPrincipals - Class in org.opencms.setup.db.update6to7.oracle
Oracle implementation to create the history principals table and contents.
CmsUpdateDBHistoryPrincipals - Class in org.opencms.setup.db.update6to7.postgresql
PostgreSQL implementation to create the history principals table and contents.
CmsUpdateDBHistoryPrincipals() - Constructor for class org.opencms.setup.db.update6to7.CmsUpdateDBHistoryPrincipals
Constructor.
CmsUpdateDBHistoryPrincipals() - Constructor for class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBHistoryPrincipals
Constructor.
CmsUpdateDBHistoryPrincipals() - Constructor for class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBHistoryPrincipals
Constructor.
CmsUpdateDBHistoryPrincipals() - Constructor for class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBHistoryPrincipals
Constructor.
CmsUpdateDBHistoryTables - Class in org.opencms.setup.db.update6to7
This class converts the backup tables to history tables.
CmsUpdateDBHistoryTables - Class in org.opencms.setup.db.update6to7.mysql
This class converts the backup tables to history tables.
CmsUpdateDBHistoryTables - Class in org.opencms.setup.db.update6to7.oracle
Oracle implementation to create the history tables and move the according contents to them.
CmsUpdateDBHistoryTables - Class in org.opencms.setup.db.update6to7.postgresql
PostgreSQL implementation to create the history tables and move the according contents to them.
CmsUpdateDBHistoryTables() - Constructor for class org.opencms.setup.db.update6to7.CmsUpdateDBHistoryTables
Constructor.
CmsUpdateDBHistoryTables() - Constructor for class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBHistoryTables
Constructor.
CmsUpdateDBHistoryTables() - Constructor for class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBHistoryTables
Constructor.
CmsUpdateDBHistoryTables() - Constructor for class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBHistoryTables
Constructor.
CmsUpdateDBManager - Class in org.opencms.setup.db
This manager controls the update of the database from OpenCms 6 to OpenCms 7.
CmsUpdateDBManager() - Constructor for class org.opencms.setup.db.CmsUpdateDBManager
Default constructor.
CmsUpdateDBNewTables - Class in org.opencms.setup.db.update6to7
This class creates the new tables for the database of OpenCms.
CmsUpdateDBNewTables - Class in org.opencms.setup.db.update6to7.mysql
This class creates the new tables for the database version of OpenCms 7.
CmsUpdateDBNewTables - Class in org.opencms.setup.db.update6to7.oracle
Oracle implementation to create the new tables for version 7 of OpenCms.
CmsUpdateDBNewTables - Class in org.opencms.setup.db.update6to7.postgresql
PostgreSQL implementation to create the new tables for version 7 of OpenCms.
CmsUpdateDBNewTables - Class in org.opencms.setup.db.update7to8
This class creates the new tables for the database of OpenCms.
CmsUpdateDBNewTables - Class in org.opencms.setup.db.update7to8.mysql
This class creates the new tables for the database version of OpenCms 8.
CmsUpdateDBNewTables - Class in org.opencms.setup.db.update7to8.oracle
Oracle implementation to create the new tables for version 7 of OpenCms.
CmsUpdateDBNewTables - Class in org.opencms.setup.db.update7to8.postgresql
Oracle implementation to create the new tables for version 7 of OpenCms.
CmsUpdateDBNewTables() - Constructor for class org.opencms.setup.db.update6to7.CmsUpdateDBNewTables
Constructor.
CmsUpdateDBNewTables() - Constructor for class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBNewTables
Constructor.
CmsUpdateDBNewTables() - Constructor for class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBNewTables
Constructor.
CmsUpdateDBNewTables() - Constructor for class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBNewTables
Constructor.
CmsUpdateDBNewTables() - Constructor for class org.opencms.setup.db.update7to8.CmsUpdateDBNewTables
Constructor.
CmsUpdateDBNewTables() - Constructor for class org.opencms.setup.db.update7to8.mysql.CmsUpdateDBNewTables
Constructor.
CmsUpdateDBNewTables() - Constructor for class org.opencms.setup.db.update7to8.oracle.CmsUpdateDBNewTables
Constructor.
CmsUpdateDBNewTables() - Constructor for class org.opencms.setup.db.update7to8.postgresql.CmsUpdateDBNewTables
Constructor.
CmsUpdateDBProjectId - Class in org.opencms.setup.db.update6to7
This class updates the project ids from integer values to CmsUUIDs in all existing database tables.
CmsUpdateDBProjectId - Class in org.opencms.setup.db.update6to7.mysql
This class updates the project ids from integer values to CmsUUIDs in all existing database tables.
CmsUpdateDBProjectId - Class in org.opencms.setup.db.update6to7.oracle
Oracle implementation to update the project ids to uuids.
CmsUpdateDBProjectId - Class in org.opencms.setup.db.update6to7.postgresql
PostgreSQL implementation to update the project ids to uuids.
CmsUpdateDBProjectId() - Constructor for class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constructor.
CmsUpdateDBProjectId() - Constructor for class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBProjectId
Constructor.
CmsUpdateDBProjectId() - Constructor for class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBProjectId
Constructor.
CmsUpdateDBProjectId() - Constructor for class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBProjectId
Constructor.
CmsUpdateDBThread - Class in org.opencms.setup.db
Used for the workplace setup in the OpenCms setup wizard.
CmsUpdateDBThread(CmsUpdateBean) - Constructor for class org.opencms.setup.db.CmsUpdateDBThread
Constructor.
CmsUpdateDBUpdateOU - Class in org.opencms.setup.db.update6to7
This class upgrades the database tables containing new OU columns.
CmsUpdateDBUpdateOU - Class in org.opencms.setup.db.update6to7.mysql
This class upgrades the database tables containing new OU columns.
CmsUpdateDBUpdateOU - Class in org.opencms.setup.db.update6to7.oracle
Oracle implementation to update the OUs of of the database.
CmsUpdateDBUpdateOU - Class in org.opencms.setup.db.update6to7.postgresql
PostgreSQL implementation to update the OUs of of the database.
CmsUpdateDBUpdateOU() - Constructor for class org.opencms.setup.db.update6to7.CmsUpdateDBUpdateOU
Constructor.
CmsUpdateDBUpdateOU() - Constructor for class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBUpdateOU
Constructor.
CmsUpdateDBUpdateOU() - Constructor for class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBUpdateOU
Constructor.
CmsUpdateDBUpdateOU() - Constructor for class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBUpdateOU
Constructor.
CmsUpdateInfo - Class in org.opencms.setup
Conveniently stores information necessary during the update.
CmsUpdateInfo() - Constructor for class org.opencms.setup.CmsUpdateInfo
 
CmsUpdatePasswordColumn - Class in org.opencms.setup.db.update7to8
Updates the password column length in the CMS_USERS table.
CmsUpdatePasswordColumn - Class in org.opencms.setup.db.update7to8.mysql
MySQL version of CmsUpdatePasswordColumn.
CmsUpdatePasswordColumn - Class in org.opencms.setup.db.update7to8.oracle
Oracle version of CmsUpdatePasswordColumn.
CmsUpdatePasswordColumn - Class in org.opencms.setup.db.update7to8.postgresql
Postgres version of CmsUpdatePasswordColumn.
CmsUpdatePasswordColumn() - Constructor for class org.opencms.setup.db.update7to8.CmsUpdatePasswordColumn
 
CmsUpdatePasswordColumn() - Constructor for class org.opencms.setup.db.update7to8.mysql.CmsUpdatePasswordColumn
 
CmsUpdatePasswordColumn() - Constructor for class org.opencms.setup.db.update7to8.oracle.CmsUpdatePasswordColumn
 
CmsUpdatePasswordColumn() - Constructor for class org.opencms.setup.db.update7to8.postgresql.CmsUpdatePasswordColumn
 
CmsUpdateServlet - Class in org.opencms.setup
 
CmsUpdateServlet() - Constructor for class org.opencms.setup.CmsUpdateServlet
 
CmsUpdateStep01LicenseDialog - Class in org.opencms.setup.updater.dialogs
License dialog.
CmsUpdateStep01LicenseDialog() - Constructor for class org.opencms.setup.updater.dialogs.CmsUpdateStep01LicenseDialog
 
CmsUpdateStep02DBDialog - Class in org.opencms.setup.updater.dialogs
DB settings dialog.
CmsUpdateStep02DBDialog() - Constructor for class org.opencms.setup.updater.dialogs.CmsUpdateStep02DBDialog
 
CmsUpdateStep03DBThreadDialog - Class in org.opencms.setup.updater.dialogs
DB Update thread dialog.
CmsUpdateStep03DBThreadDialog() - Constructor for class org.opencms.setup.updater.dialogs.CmsUpdateStep03DBThreadDialog
 
CmsUpdateStep04SettingsDialog - Class in org.opencms.setup.updater.dialogs
Settings dialog.
CmsUpdateStep04SettingsDialog() - Constructor for class org.opencms.setup.updater.dialogs.CmsUpdateStep04SettingsDialog
 
CmsUpdateStep05Modules - Class in org.opencms.setup.updater.dialogs
The Module update dialog.
CmsUpdateStep05Modules() - Constructor for class org.opencms.setup.updater.dialogs.CmsUpdateStep05Modules
 
CmsUpdateStep06FinishDialog - Class in org.opencms.setup.updater.dialogs
Finish dialog.
CmsUpdateStep06FinishDialog() - Constructor for class org.opencms.setup.updater.dialogs.CmsUpdateStep06FinishDialog
 
CmsUpdateThread - Class in org.opencms.setup
Used for the OpenCms workplace update wizard.
CmsUpdateThread(CmsUpdateBean) - Constructor for class org.opencms.setup.CmsUpdateThread
Constructor.
CmsUpdateUI - Class in org.opencms.setup
 
CmsUpdateUI() - Constructor for class org.opencms.setup.CmsUpdateUI
 
CmsVaadinSetupWorkplaceImportThread - Class in org.opencms.setup
Used for the workplace setup in the OpenCms setup wizard.
CmsVaadinSetupWorkplaceImportThread(CmsSetupBean, CmsStreamReportWidget) - Constructor for class org.opencms.setup.CmsVaadinSetupWorkplaceImportThread
Constructor.
CmsVaadinUpdateDBThread - Class in org.opencms.setup.db
 
CmsVaadinUpdateDBThread(CmsUpdateBean, CmsStreamReportWidget) - Constructor for class org.opencms.setup.db.CmsVaadinUpdateDBThread
Constructor.
CmsVaadinUpdateThread - Class in org.opencms.setup
 
CmsVaadinUpdateThread(CmsUpdateBean, CmsStreamReportWidget) - Constructor for class org.opencms.setup.CmsVaadinUpdateThread
Constructor.
CmsXmlConfigUpdater - Class in org.opencms.setup.xml
Class for updating the XML configuration files using a set of XSLT transforms.
CmsXmlConfigUpdater(File, File) - Constructor for class org.opencms.setup.xml.CmsXmlConfigUpdater
Creates a new instance.
CmsXmlConfigUpdater.EntityIgnoringUriResolver - Class in org.opencms.setup.xml
Need this so that 'dummy' entity resolver is also used for documents read with the document() function.
COLUMN_CMS_OFFLINE_CONTENTS_CONTENT_ID - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant for the column CONTENT_ID of the table CMS_OFFLINE_CONTENTS.
COLUMN_CMS_PROPERTYDEF_TYPE - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant for the column PROPERTYDEF_TYPE of the PROPERTYDEF tables.
COLUMN_CMS_STRUCTURE_STRUCTURE_VERSION - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant for the column STRUCTURE_VERSION in the STRUCTURE tables.
COLUMN_PROJECT_ID - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the sql column PROJECT_ID.
COLUMN_PROJECT_LASTMODIFIED - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the sql query to use the column PROJECT_LASTMODIFIED.
COLUMN_PROJECT_UUID - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the sql column PROJECT_UUID.
COLUMN_PROJECTS_PROJECT_NAME - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant for the column PROJECT_NAME of the CMS_PROJECTS table.
COLUMN_PROJECTS_TASK_ID - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant for the column TASK_ID of the CMS_PROJECTS table.
COLUMN_RESOURCES_DATE_CONTENT - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant for the new column DATE_CONTENT of the CMS_RESOURCES tables.
COLUMN_RESOURCES_RESOURCE_VERSION - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant for the new column RESOURCE_VERSION of the CMS_RESOURCES tables.
COLUMN_TEMP_PROJECT_UUID - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the sql column TEMP_PROJECT_UUID.
COMPONENTS_PROPERTIES - Static variable in class org.opencms.setup.CmsSetupBean
The name of the components properties file.
copyFile(String, String) - Method in class org.opencms.setup.CmsSetupBean
Copies a given file.
createContentsTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBContentTables
Creates the CMS_CONTENTS table if it does not exist yet.
createContentsTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBContentTables
Creates the CMS_CONTENTS table if it does not exist yet.
createContentsTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBContentTables
 
createContentsTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBContentTables
 
createDatabase(String, Map<String, String>) - Method in class org.opencms.setup.CmsSetupDb
Calls the create database script for the given database.
createDatabase(String, Map<String, String>, boolean) - Method in class org.opencms.setup.CmsSetupDb
Calls the create database script for the given database.
createHistPrincipalsTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBHistoryPrincipals
Creates the CMS_HISTORY_PRINCIPALS table if it does not exist yet.
createHistPrincipalsTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBHistoryPrincipals
Creates the CMS_HISTORY_PRINCIPALS table if it does not exist yet.
createHistPrincipalsTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBHistoryPrincipals
 
createHistPrincipalsTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBHistoryPrincipals
 
createHistProjectsTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Creates the CMS_HISTORY_PROJECTS table if it does not exist yet.
createHistProjectsTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBProjectId
Creates the CMS_HISTORY_PROJECTS table if it does not exist yet.
createHistProjectsTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBProjectId
 
createHistProjectsTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBProjectId
 
createPreparedStatement(String, List<Object>) - Method in class org.opencms.setup.CmsSetupDBWrapper
Creates a new SQL Statement on the connection of this DB wrapper.
createSharedFolder() - Method in class org.opencms.setup.CmsUpdateBean
Creates the shared folder if possible.
createStatement() - Method in class org.opencms.setup.CmsSetupDBWrapper
Creates a new SQL Statement on the connection of this DB wrapper.
createTables(String, Map<String, String>) - Method in class org.opencms.setup.CmsSetupDb
Calls the create tables script for the given database.
createTables(String, Map<String, String>, boolean) - Method in class org.opencms.setup.CmsSetupDb
Calls the create tables script for the given database.
createTempTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Creates the temp table for project ids if it does not exist yet.
createTempTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBProjectId
Creates the temp table for project ids if it does not exist yet.
createTempTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBProjectId
 
createTempTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBProjectId
 
createUserDataTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBCmsUsers
Creates the CMS_USERDATA table if it does not exist yet.
createUserDataTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBCmsUsers
Creates the CMS_USERDATA table if it does not exist yet.
createUserDataTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBCmsUsers
 
createUserDataTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBCmsUsers
 
createWebusersGroup(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBCmsUsers
creates a new group for the webusers.

D

DB2_PROVIDER - Static variable in class org.opencms.setup.CmsSetupBean
DB provider constant for db2.
DEFAULT_POSITION - Static variable in class org.opencms.setup.CmsSetupBean
The default component position, is missing.
DEFAULT_XML - Static variable in class org.opencms.setup.xml.CmsXmlConfigUpdater
Default XML for new config files.
deleteSpellcheckIndex() - Method in class org.opencms.setup.CmsUpdateBean
CmsShell command to delete spellcheck index.
displayDialog(A_CmsUpdateDialog) - Method in class org.opencms.setup.CmsUpdateUI
 
displayError(String) - Method in class org.opencms.setup.CmsSetupBean
Returns html code to display an error.
displayError(String) - Method in class org.opencms.setup.CmsUpdateBean
Returns html code to display an error.
displayErrors(String) - Method in class org.opencms.setup.CmsSetupBean
Returns html code to display the errors occurred.
dropDatabase(String, Map<String, String>) - Method in class org.opencms.setup.CmsSetupDb
Calls the drop script for the given database.
dropDatabase(String, Map<String, String>, boolean) - Method in class org.opencms.setup.CmsSetupDb
Calls the drop script for the given database.
dropTables(String) - Method in class org.opencms.setup.CmsSetupDb
Calls the drop tables script for the given database.
dropTables(String, Map<String, String>) - Method in class org.opencms.setup.CmsSetupDb
Calls the drop tables script for the given database.
dropTables(String, Map<String, String>, boolean) - Method in class org.opencms.setup.CmsSetupDb
Calls the drop tables script for the given database.

E

EMPTY_JAR_ATTRIBUTE_KEY - Static variable in class org.opencms.setup.CmsUpdateBean
The empty jar marker attribute key.
enableMaxHeight() - Method in class org.opencms.setup.ui.A_CmsSetupStep
Makes max-height behavior easy to turn on/off in subclasses.
enableOK(boolean) - Method in class org.opencms.setup.updater.dialogs.A_CmsUpdateDialog
En / Disables the continue button.
EntityIgnoringUriResolver() - Constructor for class org.opencms.setup.xml.CmsXmlConfigUpdater.EntityIgnoringUriResolver
 
ERR_COMPONENT_MODULES_EMPTY_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
ERR_COMPONENT_NAME_EMPTY_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
ERR_DB_CONNECT_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
ERR_LOAD_JDBC_DRIVER_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
ERR_MISSING_DB_SETUP_SCRIPT_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
ERR_XML_COULD_NOT_PARSE_FILE_1 - Static variable in class org.opencms.setup.xml.Messages
Message constant for key in the resource bundle.
ERR_XML_SET_VALUE_2 - Static variable in class org.opencms.setup.xml.Messages
Message constant for key in the resource bundle.
excecutePreparedQuery() - Method in class org.opencms.setup.CmsSetupDBWrapper
Executes a query on the connection and prepared statement of this db wrapper.
excecuteQuery(String) - Method in class org.opencms.setup.CmsSetupDBWrapper
Executes a query on the connection and statement of this db wrapper.
execute(Map<String, String>) - Method in class org.opencms.setup.db.A_CmsUpdateDBPart
 
execute(Map<String, String>) - Method in interface org.opencms.setup.db.I_CmsUpdateDBPart
Executes the update part.
execute(CmsSetupBean) - Method in class org.opencms.setup.comptest.CmsSetupTestFolderPermissions
 
execute(CmsSetupBean) - Method in class org.opencms.setup.comptest.CmsSetupTestJavaTempDir
 
execute(CmsSetupBean) - Method in class org.opencms.setup.comptest.CmsSetupTestJdkVersion
 
execute(CmsSetupBean) - Method in class org.opencms.setup.comptest.CmsSetupTestOperatingSystem
 
execute(CmsSetupBean) - Method in class org.opencms.setup.comptest.CmsSetupTestServletContainer
 
execute(CmsSetupBean) - Method in class org.opencms.setup.comptest.CmsSetupTestSimapi
 
execute(CmsSetupBean) - Method in class org.opencms.setup.comptest.CmsSetupTestWarFileUnpacked
 
execute(CmsSetupBean) - Method in class org.opencms.setup.comptest.CmsSetupTestXercesVersion
 
execute(CmsSetupBean) - Method in class org.opencms.setup.comptest.CmsSetupTestXmlAPI
 
execute(CmsSetupBean) - Method in interface org.opencms.setup.comptest.I_CmsSetupTest
Returns the test results.
executeSqlStatement(String, Map<String, String>) - Method in class org.opencms.setup.CmsSetupDb
Creates and executes a database statement from a String returning the result set.
executeSqlStatement(String, Map<String, String>, List<Object>) - Method in class org.opencms.setup.CmsSetupDb
Creates and executes a database statement from a String returning the result set.

F

findOUColumn(CmsSetupDb, String, String) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBUpdateOU
Checks if the column USER_OU is found in the resultset.
flush(String) - Method in class org.opencms.setup.xml.CmsSetupXmlHelper
Discards the changes in the given file.
flushAll() - Method in class org.opencms.setup.xml.CmsSetupXmlHelper
Discards the changes in all files.
FOLDER_BACKUP - Static variable in class org.opencms.setup.CmsSetupBean
Folder constant name.
FOLDER_DATABASE - Static variable in class org.opencms.setup.CmsSetupBean
Folder constant name.
FOLDER_LIB - Static variable in class org.opencms.setup.CmsSetupBean
Folder constant name.
FOLDER_SETUP - Static variable in class org.opencms.setup.CmsSetupBean
Folder constant name.
FOLDER_UPDATE - Static variable in class org.opencms.setup.CmsUpdateBean
Folder constant name.
format(String) - Static method in class org.opencms.setup.xml.CmsSetupXmlHelper
Unmarshals (reads) an XML string into a new document.
forward() - Method in class org.opencms.setup.ui.CmsSetupStep06ImportReport
Proceed to next step.
forward() - Method in class org.opencms.setup.ui.CmsSetupStep07ConfigNotes
Proceed to next step.

G

GENERIC_PROVIDER - Static variable in class org.opencms.setup.CmsSetupBean
DB provider constant.
get() - Static method in class org.opencms.setup.Messages
Returns an instance of this localized message accessor.
get() - Static method in class org.opencms.setup.xml.Messages
Returns an instance of this localized message accessor.
getAdeModuleVersion() - Method in class org.opencms.setup.CmsUpdateInfo
Gets the container page editor version.
getAdminGroup() - Method in class org.opencms.setup.CmsUpdateBean
Returns the admin Group.
getAdminPwd() - Method in class org.opencms.setup.CmsUpdateBean
Returns the admin Pwd.
getAdminUser() - Method in class org.opencms.setup.CmsUpdateBean
Returns the admin User.
getAllTests() - Method in class org.opencms.setup.comptest.CmsSetupTests
Returns a list of all available tests.
getAvailableModules() - Method in class org.opencms.setup.CmsSetupBean
Returns a map with all available modules.
getBackButton() - Method in class org.opencms.setup.updater.dialogs.A_CmsUpdateDialog
Returns the back button.
getBasePath() - Method in class org.opencms.setup.xml.CmsSetupXmlHelper
Returns the base file Path.
getBundleName() - Method in class org.opencms.setup.Messages
Returns the bundle name for this OpenCms package.
getBundleName() - Method in class org.opencms.setup.xml.Messages
Returns the bundle name for this OpenCms package.
getColumnProjectIdResourcePath() - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Returns the columns for the primary key of the project resources table.
getColumnProjectIdResourcePath() - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBProjectId
 
getColumnProjectIdResourcePath() - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBProjectId
 
getComponentModules(List<String>) - Method in class org.opencms.setup.CmsSetupBean
Returns a pipe separated list of module names for the given list of components.
getComponents() - Method in class org.opencms.setup.CmsSetupBean
Returns the components.
getComponentsProperties(String) - Method in class org.opencms.setup.CmsSetupBean
Reads all properties from the components.properties file at the given location, a folder or a zip file.
getConfigFolder() - Method in class org.opencms.setup.CmsUpdateBean
Gets the folder for config files.
getConfigRfsPath() - Method in class org.opencms.setup.CmsSetupBean
Returns the "config" path in the OpenCms web application.
getConnection() - Method in class org.opencms.setup.CmsSetupDb
Returns the connection.
getConnectionUrl() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the connectionUrl.
getConStrParams() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the DB connection string parameters.
getContextPath() - Method in class org.opencms.setup.CmsSetupBean
 
getCreateDb() - Method in class org.opencms.setup.ui.CmsDbSettingsPanel
Gets the value of the 'create database' check box.
getCreatePwd() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the createPwd.
getCreateTables() - Method in class org.opencms.setup.ui.CmsDbSettingsPanel
Gets the value of the 'create tables' check box.
getCreateUser() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the createUser.
getDatabase() - Method in class org.opencms.setup.CmsSetupBean
Returns the key of the selected database server (e.g.
getDatabaseConfigPage(String) - Method in class org.opencms.setup.CmsSetupBean
Returns the URI of a database config page (in step 3) for a specified database key.
getDatabaseLibs(String) - Method in class org.opencms.setup.CmsSetupBean
Returns a list of needed jar filenames for a database server setup specified by a database key (e.g.
getDatabaseName(String) - Method in class org.opencms.setup.CmsSetupBean
Returns the clear text name for a database server setup specified by a database key (e.g.
getDatabaseProperties() - Method in class org.opencms.setup.CmsSetupBean
Returns a map with the database properties of *all* available database configurations keyed by their database keys (e.g.
getDatabases() - Method in class org.opencms.setup.CmsSetupBean
Returns a list with they keys (e.g.
getDb() - Method in class org.opencms.setup.CmsSetupBean
Returns the database name.
getDbConStrParams() - Method in class org.opencms.setup.CmsSetupBean
Returns the JDBC connect URL parameters.
getDbCreateConStr() - Method in class org.opencms.setup.CmsSetupBean
Returns the database create statement.
getDbCreatePwd() - Method in class org.opencms.setup.CmsSetupBean
Returns the password used for database creation.
getDbCreateUser() - Method in class org.opencms.setup.CmsSetupBean
Returns the database user that is used to connect to the database.
getDbDriver() - Method in class org.opencms.setup.CmsSetupBean
Returns the database driver belonging to the database from the default configuration.
getDbDriver(String) - Method in class org.opencms.setup.db.CmsUpdateDBManager
Returns the configured jdbc driver for the given pool.
getDbName() - Method in class org.opencms.setup.CmsAutoSetupProperties
 
getDbName() - Method in class org.opencms.setup.db.CmsUpdateDBManager
Returns the database name.
getDbParams(String) - Method in class org.opencms.setup.db.CmsUpdateDBManager
Returns the configured jdbc url parameters for the given pool.
getDbProduct() - Method in class org.opencms.setup.CmsAutoSetupProperties
 
getDbProperty(String) - Method in class org.opencms.setup.CmsSetupBean
Returns the value for a given key from the database properties.
getDbProvider() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the dbProvider.
getDbTestQuery() - Method in class org.opencms.setup.CmsSetupBean
Returns the validation query belonging to the database from the default configuration .
getDbUrl(String) - Method in class org.opencms.setup.db.CmsUpdateDBManager
Returns the configured jdbc connection url for the given pool.
getDbUser(String) - Method in class org.opencms.setup.db.CmsUpdateDBManager
Returns the configured database user for the given pool.
getDbWorkConStr() - Method in class org.opencms.setup.CmsSetupBean
Returns a connection string.
getDbWorkPwd() - Method in class org.opencms.setup.CmsSetupBean
Returns the password of the database from the properties .
getDbWorkUser() - Method in class org.opencms.setup.CmsSetupBean
Returns the user of the database from the properties.
getDefaultContentEncoding() - Method in class org.opencms.setup.CmsSetupBean
Returns the default content encoding.
getDefaultTablespace() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the defaultTablespace.
getDefaultWebApplication() - Method in class org.opencms.setup.CmsSetupBean
Returns the name of the default web application, configured in web.xml.
getDependencies() - Method in class org.opencms.setup.CmsSetupComponent
Returns the dependencies.
getDescription() - Method in class org.opencms.setup.CmsSetupComponent
Returns the description.
getDetectedVersion() - Method in class org.opencms.setup.CmsUpdateBean
Returns the detected mayor version, based on DB structure.
getDetectedVersion() - Method in class org.opencms.setup.db.CmsUpdateDBManager
Returns the detected mayor version, based on DB structure.
getDisplayForModule(CmsModule) - Method in class org.opencms.setup.CmsSetupBean
Returns the display string for a given module.
getDocument(String) - Method in class org.opencms.setup.xml.CmsSetupXmlHelper
Returns the document for the given filename.
getDropDb() - Method in class org.opencms.setup.ui.CmsDbSettingsPanel
Gets the value of the 'drop database' check box.
getErrors() - Method in class org.opencms.setup.CmsSetupBean
Returns the error messages.
getErrors() - Method in class org.opencms.setup.CmsSetupDb
Returns a Vector of Error messages.
getEthernetAddress() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the ethernetAddress.
getEthernetAddress() - Method in class org.opencms.setup.CmsSetupBean
Returns the mac ethernet address.
getExtProperty(String) - Method in class org.opencms.setup.CmsSetupBean
Returns the value for a given key from the extended properties.
getFullDatabaseKey() - Method in class org.opencms.setup.CmsSetupBean
Returns the fullDatabaseKey.
getHelp() - Method in class org.opencms.setup.comptest.CmsSetupTestResult
Returns the help string what to do if a test failed.
getHtmlForDbSelection() - Method in class org.opencms.setup.CmsSetupBean
Generates the HTML code for the drop down for db selection.
getHtmlHelpIcon(String, String) - Method in class org.opencms.setup.CmsSetupBean
Returns a help image icon tag to display a help text in the setup wizard.
getHtmlPart(String) - Method in class org.opencms.setup.CmsSetupBean
Returns the specified HTML part of the HTML property file to create the output.
getHtmlPart(String, String) - Method in class org.opencms.setup.CmsSetupBean
Returns the specified HTML part of the HTML property file to create the output.
getId() - Method in class org.opencms.setup.CmsSetupComponent
Returns the id.
getIndexTablespace() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the indexTablespace.
getInfo() - Method in class org.opencms.setup.comptest.CmsSetupTestResult
Returns the description of the test, e.g.
getInstallComponents() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the installComponents.
getInstalledModules() - Method in class org.opencms.setup.CmsUpdateBean
Returns a map of all previously installed modules.
getInstance() - Static method in class org.opencms.setup.CmsSetupServlet
 
getInstance() - Method in class org.opencms.setup.CmsUpdateServlet
 
getInstanceForDb(I_CmsUpdateDBPart, String) - Method in class org.opencms.setup.db.CmsUpdateDBManager
Creates a new instance for the given database and setting the db pool data.
getJdbcDriver() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the jdbcDriver.
getLibFolder() - Method in class org.opencms.setup.CmsSetupBean
Returns the path to the /WEB-INF/lib folder.
getLoggingThread() - Method in class org.opencms.setup.CmsSetupWorkplaceImportThread
Returns the logging thread.
getLoggingThread() - Method in class org.opencms.setup.CmsUpdateThread
Returns the logging thread.
getLoggingThread() - Method in class org.opencms.setup.db.CmsUpdateDBThread
Returns the logging thread.
getLogName() - Method in class org.opencms.setup.CmsSetupBean
Returns the name of the log file.
getMessages() - Method in class org.opencms.setup.CmsSetupLoggingThread
Returns a Vector with the last collected log messages.
getModuleDependencies() - Method in class org.opencms.setup.CmsSetupBean
Returns a map with lists of dependent module package names keyed by module package names.
getModuleFolder() - Method in class org.opencms.setup.CmsSetupBean
Returns the absolute path to the module root folder.
getModulesRegex() - Method in class org.opencms.setup.CmsSetupComponent
Returns the modules regular expression.
getModulesToDelete() - Method in class org.opencms.setup.CmsUpdateBean
Computes a list of modules which need to be removed before updating the other modules, e.g.
getModulesToInstall() - Method in class org.opencms.setup.CmsSetupBean
Returns A list with the package names of the modules to be installed.
getModulesToUpdate() - Method in class org.opencms.setup.CmsUpdateBean
List of modules to be updated.
getMySqlEngine(Map<String, String>) - Method in class org.opencms.setup.db.CmsUpdateDBManager
Retrieves the mysql engine name.
getName() - Method in class org.opencms.setup.CmsSetupComponent
Returns the name.
getName() - Method in class org.opencms.setup.comptest.CmsSetupTestFolderPermissions
 
getName() - Method in class org.opencms.setup.comptest.CmsSetupTestJavaTempDir
 
getName() - Method in class org.opencms.setup.comptest.CmsSetupTestJdkVersion
 
getName() - Method in class org.opencms.setup.comptest.CmsSetupTestOperatingSystem
 
getName() - Method in class org.opencms.setup.comptest.CmsSetupTestResult
Returns the name of the test, e.g.
getName() - Method in class org.opencms.setup.comptest.CmsSetupTestServletContainer
 
getName() - Method in class org.opencms.setup.comptest.CmsSetupTestSimapi
 
getName() - Method in class org.opencms.setup.comptest.CmsSetupTestWarFileUnpacked
 
getName() - Method in class org.opencms.setup.comptest.CmsSetupTestXercesVersion
 
getName() - Method in class org.opencms.setup.comptest.CmsSetupTestXmlAPI
 
getName() - Method in interface org.opencms.setup.comptest.I_CmsSetupTest
Returns the nice name for the test.
getNewColumnLength() - Method in class org.opencms.setup.db.update7to8.CmsUpdatePasswordColumn
Gets the new column length.
getOkButton() - Method in class org.opencms.setup.updater.dialogs.A_CmsUpdateDialog
Returns the continue button.
getOracleTablespaces(Map<String, String>) - Method in class org.opencms.setup.db.CmsUpdateDBManager
Retrieves the oracle tablespace names.
getOut() - Method in class org.opencms.setup.db.CmsUpdateDBThread
 
getPool() - Method in class org.opencms.setup.CmsSetupBean
Gets the default pool.
getPoolData() - Method in class org.opencms.setup.db.A_CmsUpdateDBPart
Returns the database pool Data.
getPools() - Method in class org.opencms.setup.db.CmsUpdateDBManager
Returns all configured database pools.
getPosition() - Method in class org.opencms.setup.CmsSetupComponent
Returns the position.
getPostgreSqlTablespaces(Map<String, String>) - Method in class org.opencms.setup.db.CmsUpdateDBManager
Retrieves the postgresql tablespace names.
getProperties() - Method in class org.opencms.setup.CmsSetupBean
Returns the parameter configuration.
getPropertyFileLocation() - Method in class org.opencms.setup.db.A_CmsUpdateDBPart
Returns the default property file location.
getPropertyFileLocation() - Method in class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBAlterTables
 
getPropertyFileLocation() - Method in class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBCreateIndexes7
 
getPropertyFileLocation() - Method in class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBDropBackupTables
 
getPropertyFileLocation() - Method in class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBDropOldIndexes
 
getPropertyFileLocation() - Method in class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBDropUnusedTables
 
getPropertyFileLocation() - Method in class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBHistoryTables
 
getPropertyFileLocation() - Method in class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBUpdateOU
 
getPropertyFileLocation() - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBDropBackupTables
 
getPropertyFileLocation() - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBDropUnusedTables
 
getPropertyFileLocation() - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBHistoryTables
 
getPropertyFileLocation() - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBDropBackupTables
 
getPropertyFileLocation() - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBDropUnusedTables
 
getPropertyFileLocation() - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBHistoryTables
 
getReplacer() - Method in class org.opencms.setup.CmsSetupBean
Returns the replacer.
getResult() - Method in class org.opencms.setup.comptest.CmsSetupTestResult
Returns the result of the test, e.g.
getResultSet() - Method in class org.opencms.setup.CmsSetupDBWrapper
Returns the res.
getServeltMapping() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the serveltMapping.
getServerName() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the serverName.
getServerName() - Method in class org.opencms.setup.CmsSetupBean
Return the OpenCms server name.
getServerUrl() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the serverUrl.
getServletConfig() - Method in class org.opencms.setup.CmsSetupBean
Returns the initial servlet configuration.
getServletMapping() - Method in class org.opencms.setup.CmsSetupBean
Returns the OpenCms servlet mapping, configured in web.xml.
getSetupBean() - Method in class org.opencms.setup.CmsSetupUI
 
getSetupBean() - Method in interface org.opencms.setup.ui.I_SetupUiContext
Gets the setup bean.
getSetupConfiguration() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the setup configuration object.
getSetupDefaultWebappName() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the setupWebappName.
getSetupPage(I_SetupUiContext, String) - Static method in class org.opencms.setup.CmsSetupUI
Gets external resource for an HTML page in the setup-resources folder.
getSetupWebappPath() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the setupWebappPath.
getSortedDatabases() - Method in class org.opencms.setup.CmsSetupBean
Returns a sorted list with they keys (e.g.
getTemplateDb() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the templateDb.
getTemporaryTablespace() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the temporaryTablespace.
getTestResults() - Method in class org.opencms.setup.comptest.CmsSetupTests
Returns the test results.
getTitle() - Method in class org.opencms.setup.ui.A_CmsSetupStep
Gets the title for the setup step.
getTitle() - Method in class org.opencms.setup.ui.CmsSetupStep06ImportReport
 
getUpdateBean() - Method in class org.opencms.setup.CmsUpdateUI
 
getUpdateDBThread() - Method in class org.opencms.setup.CmsUpdateBean
Returns the update database thread.
getUpdateProject() - Method in class org.opencms.setup.CmsUpdateBean
Returns the update Project.
getUpdateSite() - Method in class org.opencms.setup.CmsUpdateBean
Returns the update site.
getUpdateSql() - Method in class org.opencms.setup.db.update7to8.CmsUpdatePasswordColumn
Gets the SQL to execute.
getUpdateSql() - Method in class org.opencms.setup.db.update7to8.mysql.CmsUpdatePasswordColumn
 
getUpdateSql() - Method in class org.opencms.setup.db.update7to8.oracle.CmsUpdatePasswordColumn
 
getUpdateSql() - Method in class org.opencms.setup.db.update7to8.postgresql.CmsUpdatePasswordColumn
 
getUptodateModules() - Method in class org.opencms.setup.CmsUpdateBean
Returns the modules that does not need to be updated.
getValue(String, String) - Method in class org.opencms.setup.xml.CmsSetupXmlHelper
Returns the value in the given xpath of the given xml file.
getValue(Document, String) - Static method in class org.opencms.setup.xml.CmsSetupXmlHelper
Returns the value in the given xpath of the given xml file.
getWebappPath() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the webappPath.
getWebAppRfsPath() - Method in class org.opencms.setup.CmsSetupBean
Returns the absolute path to the OpenCms home directory.
getWizardEnabled() - Method in class org.opencms.setup.CmsSetupBean
Checks if the setup wizard is enabled.
getWorkerPwd() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the workerPwd.
getWorkerUser() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the workerUser.
getWorkplaceImportThread() - Method in class org.opencms.setup.CmsSetupBean
Returns the workplace import thread.
getWorkplaceSite() - Method in class org.opencms.setup.CmsSetupBean
Return the OpenCms workplace site.
getWorkplaceUpdateThread() - Method in class org.opencms.setup.CmsUpdateBean
Returns the workplace update thread.
getXmlConfigUpdater() - Method in class org.opencms.setup.CmsUpdateBean
Gets the XML updater (lazily create it if it hasn't been created yet).
getXmlHelper() - Method in class org.opencms.setup.CmsSetupBean
Returns the xml Helper object.
getXmlUpdateFolder() - Method in class org.opencms.setup.CmsUpdateBean
Gets the folder for XML update files.
GROUP_OU_COLUMN - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBUpdateOU
Constant for the GROUP_OU column.
GUI_WARNING_ALL_MODULES_UPTODATE_0 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.

H

hasIndexHtml() - Method in class org.opencms.setup.CmsSetupBean
Returns true if there is an index.html file in the default site after the module import.
hasTableOrColumn(String, String) - Method in class org.opencms.setup.CmsSetupDb
Checks if the given table, column or combination of both is available in the database in case insensitive way.
hasTableOrColumnCaseSensitive(String, String) - Method in class org.opencms.setup.CmsSetupDb
Checks if the given table, column or combination of both is available in the database in a case sensitive way.
HISTORY_PROJECTS_TABLE - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the table name of the CMS_HISTORY_PROJECTS table.
HSQLDB_PROVIDER - Static variable in class org.opencms.setup.CmsSetupBean
DB provider constant for hsqldb.
HTML_MESSAGE_FILE - Static variable in class org.opencms.setup.CmsSetupBean
Name of the property file containing HTML fragments for setup wizard and error dialog.
htmlComponent(CmsSetupComponent) - Method in class org.opencms.setup.CmsSetupBean
Returns html for the given component to fill the selection list.
htmlComponents() - Method in class org.opencms.setup.CmsSetupBean
Returns the html code for component selection.
htmlLabel(String) - Method in class org.opencms.setup.ui.A_CmsSetupStep
Creates a new HTML-formatted label with the given content.
htmlLabel(String) - Method in class org.opencms.setup.updater.dialogs.A_CmsUpdateDialog
Creates a new HTML-formatted label with the given content.
htmlModule(CmsModule, int) - Method in class org.opencms.setup.CmsSetupBean
Returns html for the given module to fill the selection list.
htmlModuleHelpDescriptions() - Method in class org.opencms.setup.CmsSetupBean
Returns html code for the module descriptions in help ballons.
htmlModules() - Method in class org.opencms.setup.CmsSetupBean
Returns html for displaying a module selection box.
htmlModules() - Method in class org.opencms.setup.CmsUpdateBean
 
htmlPool(String) - Method in class org.opencms.setup.db.CmsUpdateDBManager
Generates html code for the given db pool.
htmlPool(String, boolean) - Method in class org.opencms.setup.db.CmsUpdateDBManager
 

I

I_CmsSetupTest - Interface in org.opencms.setup.comptest
Represent a test to give users infos about whether their system is compatible to OpenCms.
I_CmsUpdateDBPart - Interface in org.opencms.setup.db
Represent a part of the database update process.
I_SetupUiContext - Interface in org.opencms.setup.ui
Interface used by setup steps to communicate with the rest of the setup UI.
importModuleFromDefault(String) - Method in class org.opencms.setup.CmsSetupBean
Imports a module (zipfile) from the default module directory, creating a temporary project for this.
importModulesFromSetupBean() - Method in class org.opencms.setup.CmsSetupBean
Installed all modules that have been set using CmsSetupBean.setInstallModules(String).
init(VaadinRequest) - Method in class org.opencms.setup.CmsSetupUI
 
init(VaadinRequest) - Method in class org.opencms.setup.CmsUpdateUI
 
init(String, String, String) - Method in class org.opencms.setup.CmsSetupBean
Creates a new instance of the setup Bean.
init(String, String, String) - Method in class org.opencms.setup.CmsUpdateBean
Creates a new instance of the setup Bean.
init(PageContext) - Method in class org.opencms.setup.CmsSetupBean
Creates a new instance of the setup Bean from a JSP page.
init(ServletConfig) - Method in class org.opencms.setup.CmsSetupServlet
 
init(ServletConfig) - Method in class org.opencms.setup.CmsUpdateServlet
 
init(ServletContext, ServletConfig) - Method in class org.opencms.setup.CmsSetupBean
 
init(CmsUpdateUI) - Method in class org.opencms.setup.updater.dialogs.A_CmsUpdateDialog
Inits the dialog.
init(CmsUpdateUI) - Method in class org.opencms.setup.updater.dialogs.CmsUpdateStep01LicenseDialog
 
init(CmsUpdateUI) - Method in class org.opencms.setup.updater.dialogs.CmsUpdateStep02DBDialog
 
init(CmsUpdateUI) - Method in class org.opencms.setup.updater.dialogs.CmsUpdateStep03DBThreadDialog
 
init(CmsUpdateUI) - Method in class org.opencms.setup.updater.dialogs.CmsUpdateStep04SettingsDialog
 
init(CmsUpdateUI) - Method in class org.opencms.setup.updater.dialogs.CmsUpdateStep05Modules
 
init(CmsUpdateUI) - Method in class org.opencms.setup.updater.dialogs.CmsUpdateStep06FinishDialog
 
init(CmsUpdateUI, boolean, boolean) - Method in class org.opencms.setup.updater.dialogs.A_CmsUpdateDialog
Init called from implementations of this class.
INIT_IMPORT_WORKPLACE_FINISHED_0 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
INIT_IMPORT_WORKPLACE_START_0 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
INIT_NO_WORKPLACE_IMPORT_NEEDED_0 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
INIT_UPDATE_WORKPLACE_FINISHED_0 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
INIT_UPDATE_WORKPLACE_START_0 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
INIT_WELCOME_SETUP_0 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
INIT_WELCOME_UPDATE_0 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
initFromSetupBean(String) - Method in class org.opencms.setup.ui.CmsDbSettingsPanel
Initializes fields with data from setup bean.
initHtmlParts() - Method in class org.opencms.setup.CmsSetupBean
This method reads the properties from the htmlmsg.property file and sets the HTML part properties with the matching values.
initialize(CmsUpdateBean) - Method in class org.opencms.setup.db.CmsUpdateDBManager
Initializes the Update Manager object with the updateBean to get the database connection.
initializeComponents(Collection<String>) - Method in class org.opencms.setup.CmsSetupBean
Initializes and validates the read components.
initSetupBean() - Method in class org.opencms.setup.CmsAutoSetup
Initializes the setup bean with the auto setup properties.
initShellCmsObject(CmsObject, CmsShell) - Method in class org.opencms.setup.CmsSetupBean
 
INSTANCE - Static variable in class org.opencms.setup.CmsUpdateInfo
The single instance of this class.
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.A_CmsUpdateDBPart
Does the hard work.
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBCmsUsers
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBContentTables
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBCreateIndexes7
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBDropBackupTables
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBDropOldIndexes
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBDropUnusedTables
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBHistoryPrincipals
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBHistoryTables
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBNewTables
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBUpdateOU
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.mysql.CmsUpdateDBNewTables
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBCreateIndexes7
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBDropOldIndexes
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBNewTables
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBAlterTables
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBCmsUsers
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBCreateIndexes7
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBDropOldIndexes
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBNewTables
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update7to8.CmsUpdateDBNewTables
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update7to8.CmsUpdatePasswordColumn
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update7to8.mysql.CmsUpdateDBNewTables
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update7to8.oracle.CmsUpdateDBNewTables
 
internalExecute(CmsSetupDb) - Method in class org.opencms.setup.db.update7to8.postgresql.CmsUpdateDBNewTables
 
isAutoMode() - Method in class org.opencms.setup.CmsSetupBean
Returns the autoMode.
isChecked() - Method in class org.opencms.setup.CmsSetupComponent
Checks if checked by default.
isChecked(String, String) - Method in class org.opencms.setup.CmsSetupBean
Over simplistic helper to compare two strings to check radio buttons.
isCreateDb() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the createDb.
isCreateTables() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the createTables.
isDone() - Method in class org.opencms.setup.xml.CmsXmlConfigUpdater
Checks if updater has tried to transform.
isDropDb() - Method in class org.opencms.setup.CmsAutoSetupProperties
Returns the dropDb.
isEnableMaxHeight() - Method in class org.opencms.setup.ui.A_CmsSetupStep
If true, max-height resizing behavior is enabled.
isEnableMaxHeight() - Method in class org.opencms.setup.ui.CmsSetupStep01License
 
isFinished() - Method in class org.opencms.setup.CmsSetupLoggingThread
Returns "true" if the logging is finished.
isFinished() - Method in class org.opencms.setup.CmsSetupWorkplaceImportThread
Returns the status of the logging thread.
isFinished() - Method in class org.opencms.setup.CmsUpdateThread
Returns the status of the logging thread.
isFinished() - Method in class org.opencms.setup.db.CmsUpdateDBThread
Returns the status of the logging thread.
isGreen() - Method in class org.opencms.setup.comptest.CmsSetupTestResult
Returns true, if the conditions the test were fulfilled.
isGreen() - Method in class org.opencms.setup.comptest.CmsSetupTests
Returns true, if the conditions in all tests were fulfilled.
isImportRunning() - Method in class org.opencms.setup.CmsSetupBean
Returns true if the import thread is currently running.
isInitialized() - Method in class org.opencms.setup.CmsSetupBean
Returns true if this setup bean is correctly initialized.
isKeepHistory() - Method in class org.opencms.setup.CmsUpdateBean
Returns the keep History parameter value.
isKeepHistory() - Method in class org.opencms.setup.db.A_CmsUpdateDBPart
Returns the keep History parameter value.
isNeedDbUpdate() - Method in class org.opencms.setup.CmsUpdateBean
Returns true if a DB update is needed.
isRed() - Method in class org.opencms.setup.comptest.CmsSetupTestResult
Returns true if the test found a violated condition.
isRed() - Method in class org.opencms.setup.comptest.CmsSetupTests
Returns true if one of the tests found a violated condition.
isShowProgress() - Method in class org.opencms.setup.CmsAutoSetupProperties
Indicates if dots '.' should be printed to the real STDOUT while a setup is in progress.
isValidUser() - Method in class org.opencms.setup.CmsUpdateBean
Checks whether the selected user and password are valid and the user has the ROOT_ADMIN role.
isYellow() - Method in class org.opencms.setup.comptest.CmsSetupTestResult
Returns true if the test found a questionable condition.
isYellow() - Method in class org.opencms.setup.comptest.CmsSetupTests
Returns true if one of the tests found a questionable condition.

J

jsComponentDependencies() - Method in class org.opencms.setup.CmsSetupBean
Returns js code with array definition for the available component dependencies.
jsComponentModules() - Method in class org.opencms.setup.CmsSetupBean
Returns js code with array definition for the component modules.
jsComponentNames() - Method in class org.opencms.setup.CmsSetupBean
Returns js code with array definition for the available components names.
jsModuleDependencies() - Method in class org.opencms.setup.CmsSetupBean
Returns js code with array definition for the available module dependencies.
jsModuleNames() - Method in class org.opencms.setup.CmsSetupBean
Returns js code with array definition for the available module names.

K

kill() - Method in class org.opencms.setup.CmsSetupWorkplaceImportThread
Kills this Thread as well as the included logging Thread.
kill() - Method in class org.opencms.setup.CmsUpdateThread
Kills this Thread as well as the included logging Thread.
kill() - Method in class org.opencms.setup.db.CmsUpdateDBThread
Kills this Thread as well as the included logging Thread.

L

loadQueryProperties(String) - Method in class org.opencms.setup.db.A_CmsUpdateDBPart
Loads a Java properties hash containing SQL queries.
lockWizard() - Method in class org.opencms.setup.CmsSetupBean
Locks (i.e.
LOG - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The log object for this class.
LOG_WARN_COMPONENT_DEPENDENCY_BROKEN_2 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
LOG_WARN_COMPONENT_DESC_EMPTY_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
LOG_WARN_COMPONENT_POS_EMPTY_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
LOG_WARN_MODULES_LEFT_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.

M

m_availableModules - Variable in class org.opencms.setup.CmsSetupBean
A map with all available modules.
m_cms - Variable in class org.opencms.setup.CmsSetupBean
A CmsObject to execute shell commands.
m_components - Variable in class org.opencms.setup.CmsSetupBean
Contains all defined components.
m_context - Variable in class org.opencms.setup.ui.A_CmsSetupStep
The setup context.
m_installModules - Variable in class org.opencms.setup.CmsSetupBean
A list with the package names of the modules to be installed .
m_isDone - Variable in class org.opencms.setup.updater.dialogs.CmsUpdateStep05Modules
flag if XML changes are done.
m_logFile - Variable in class org.opencms.setup.CmsSetupBean
Location for log file.
m_moduleDependencies - Variable in class org.opencms.setup.CmsSetupBean
A map with lists of dependent module package names keyed by module package names.
m_moduleFilenames - Variable in class org.opencms.setup.CmsSetupBean
A map with all available modules filenames.
m_modulesFolder - Variable in class org.opencms.setup.CmsSetupBean
Location for module archives relative to the webapp folder.
m_newLoggingDBOffset - Variable in class org.opencms.setup.CmsUpdateBean
The new logging offset in the database update thread.
m_newLoggingOffset - Variable in class org.opencms.setup.CmsSetupBean
The new logging offset in the workplace import thread.
m_oldLoggingDBOffset - Variable in class org.opencms.setup.CmsUpdateBean
The old logging offset in the database update thread.
m_oldLoggingOffset - Variable in class org.opencms.setup.CmsSetupBean
The lod logging offset in the workplace import thread.
m_poolData - Variable in class org.opencms.setup.db.A_CmsUpdateDBPart
The connection data to use.
m_queries - Variable in class org.opencms.setup.db.A_CmsUpdateDBPart
A map holding all SQL queries.
m_tempErr - Variable in class org.opencms.setup.CmsSetupWorkplaceImportThread
Saves the System.err stream so it can be restored.
m_tempErr - Variable in class org.opencms.setup.CmsUpdateThread
Saves the System.err stream so it can be restored.
m_tempErr - Variable in class org.opencms.setup.db.CmsUpdateDBThread
Saves the System.err stream so it can be restored.
m_tempErr - Variable in class org.opencms.setup.db.CmsVaadinUpdateDBThread
Saves the System.err stream so it can be restored.
m_ui - Variable in class org.opencms.setup.updater.dialogs.A_CmsUpdateDialog
Ui.
m_webAppRfsPath - Variable in class org.opencms.setup.CmsSetupBean
The absolute path to the home directory of the OpenCms webapp.
main(String[]) - Static method in class org.opencms.setup.CmsAutoSetup
Main program entry point when started via the command line.
match(String) - Method in class org.opencms.setup.CmsSetupComponent
Matches the module regular expression against the given module name.
MAXDB_PROVIDER - Static variable in class org.opencms.setup.CmsSetupBean
DB provider constant for maxdb.
Messages - Class in org.opencms.setup
Convenience class to access the localized messages of this OpenCms package.
Messages - Class in org.opencms.setup.xml
Convenience class to access the localized messages of this OpenCms package.
MSSQL_PROVIDER - Static variable in class org.opencms.setup.CmsSetupBean
DB provider constant for mssql.
MYSQL_PROVIDER - Static variable in class org.opencms.setup.CmsSetupBean
DB provider constant for mysql.

N

needsUpdating(CmsSetupDb, String) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Checks if the given table needs an update of the uuids.
needsUpdating(CmsSetupDb, String) - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBProjectId
 
needsUpdating(CmsSetupDb, String) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBProjectId
 
needToSetCategoryFolder() - Method in class org.opencms.setup.CmsUpdateInfo
Checks if the categoryfolder setting needs to be updated.
needUpdate() - Method in class org.opencms.setup.db.CmsUpdateDBManager
Checks if an update is needed.
noErrors() - Method in class org.opencms.setup.CmsSetupDb
Checks if internal errors occurred.

O

ORACLE_PROVIDER - Static variable in class org.opencms.setup.CmsSetupBean
DB provider constant for oracle.
org.opencms.setup - package org.opencms.setup
 
org.opencms.setup.comptest - package org.opencms.setup.comptest
 
org.opencms.setup.db - package org.opencms.setup.db
 
org.opencms.setup.db.update6to7 - package org.opencms.setup.db.update6to7
 
org.opencms.setup.db.update6to7.mysql - package org.opencms.setup.db.update6to7.mysql
 
org.opencms.setup.db.update6to7.oracle - package org.opencms.setup.db.update6to7.oracle
 
org.opencms.setup.db.update6to7.postgresql - package org.opencms.setup.db.update6to7.postgresql
 
org.opencms.setup.db.update7to8 - package org.opencms.setup.db.update7to8
 
org.opencms.setup.db.update7to8.mysql - package org.opencms.setup.db.update7to8.mysql
 
org.opencms.setup.db.update7to8.oracle - package org.opencms.setup.db.update7to8.oracle
 
org.opencms.setup.db.update7to8.postgresql - package org.opencms.setup.db.update7to8.postgresql
 
org.opencms.setup.ui - package org.opencms.setup.ui
 
org.opencms.setup.updater.dialogs - package org.opencms.setup.updater.dialogs
 
org.opencms.setup.xml - package org.opencms.setup.xml
 

P

POSTGRESQL_PROVIDER - Static variable in class org.opencms.setup.CmsSetupBean
DB provider constant for postgresql.
prepareStep10() - Method in class org.opencms.setup.CmsSetupBean
Prepares step 10 of the setup wizard.
prepareStep8() - Method in class org.opencms.setup.CmsSetupBean
Prepares step 8 of the setup wizard.
prepareStep8b() - Method in class org.opencms.setup.CmsSetupBean
Prepares step 8b of the setup wizard.
prepareStep8bOutput(JspWriter) - Method in class org.opencms.setup.CmsSetupBean
Generates the output for step 8b of the setup wizard.
prepareUpdateStep1() - Method in class org.opencms.setup.CmsUpdateBean
Prepares step 1 of the update wizard.
prepareUpdateStep1b() - Method in class org.opencms.setup.CmsUpdateBean
Prepares step 1 of the update wizard.
prepareUpdateStep1bOutput(JspWriter) - Method in class org.opencms.setup.CmsUpdateBean
Generates the output for step 1 of the setup wizard.
prepareUpdateStep5() - Method in class org.opencms.setup.CmsUpdateBean
Prepares step 5 of the update wizard.
prepareUpdateStep5b() - Method in class org.opencms.setup.CmsUpdateBean
Prepares step 5 of the update wizard.
prepareUpdateStep5bOutput(JspWriter) - Method in class org.opencms.setup.CmsUpdateBean
Generates the output for the update wizard.
prepareUpdateStep6() - Method in class org.opencms.setup.CmsUpdateBean
Prepares step 6 of the update wizard.
printToStdOut(String) - Method in class org.opencms.setup.CmsSetupWorkplaceImportThread
Write somthing to System.out during setup.
printToStdOut(String) - Method in class org.opencms.setup.CmsUpdateThread
Write somthing to System.out during setup.
PROJECT_OU_COLUMN - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBUpdateOU
Constant for the PROJECT_OU column.
PROP_DB_CONNECTION_STRING_PARAMS - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The DB connection string parameters property name.
PROP_DB_CONNECTION_URL - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.connection.url for providing the JDBC connection string, e.g., jdbc:mysql://localhost:3306/ for the default MySQL installation.
PROP_DB_CREATE_DB - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.create.db for specifying if the database should be created during the setup.
PROP_DB_CREATE_PWD - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.create.pwd for specifying the password for the database user that is used during the setup connection.
PROP_DB_CREATE_TABLES - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.create.tables for specifying if the database tables in the OpenCms database should be created.
PROP_DB_CREATE_USER - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.create.user for specifying the name of the database user that is used during the setup connection.
PROP_DB_DEFAULT_TABLESPACE - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.default.tablespace necessary dependent on the chosen DBMS.
PROP_DB_DROP_DB - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.dropDb for specifying if an existing database should be dropped when the setup is configured to create a database with the same name.
PROP_DB_INDEX_TABLESPACE - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.index.tablespace necessary dependent on the chosen DBMS.
PROP_DB_JDBC_DRIVER - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.jdbc.driver for specifying the fully qualified name of the Java class implementing the JDBC driver to use for the connection.
PROP_DB_NAME - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.name for specifying the name of the database used by OpenCms, e.g.
PROP_DB_PRODUCT - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.product for specifying the used DBMS.
PROP_DB_PROVIDER - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.provider for specifying the database provider.
PROP_DB_TEMPLATE_DB - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.template.db necessary dependent of the chosen DBMS.
PROP_DB_TEMPORARY_TABLESPACE - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.temporary.tablespace necessary dependent of the chosen DBMS..
PROP_DB_WORKER_PWD - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.worker.pwd for providing the password of the database user that is used when running OpenCms after the setup.
PROP_DB_WORKER_USER - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key db.worker.user for providing the name of the database user that is used for the connection when running OpenCms after the setup.
PROP_SERVER_ETHERNET_ADDRESS - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key server.ethernet.address.
PROP_SERVER_NAME - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key server.name for specifying the server's name.
PROP_SERVER_SERVLET_MAPPING - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key server.servlet.mapping for specifying the name of the OpenCms servlet (by default opencms).
PROP_SERVER_URL - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key server.url for specifying the server's URL.
PROP_SETUP_DEFAULT_WEBAPP - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key setup.default.webapp.
PROP_SETUP_INSTALL_COMPONENTS - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key setup.install.components to choose the components that should be installed during the setup.
PROP_SETUP_SHOW_PROGRESS - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key setup.show.progress to specify if dots '.' should be printed to the real STDOUT while a setup is in progress.
PROP_SETUP_WEBAPP_PATH - Static variable in class org.opencms.setup.CmsAutoSetupProperties
The property key setup.webapp.path to specify the path of the OpenCms webapp to install, e.g., /var/lib/tomcat7/webapps/opencms.
PROPKEY_CHECKED - Static variable in class org.opencms.setup.CmsSetupBean
Properties file key constant post fix.
PROPKEY_COMPONENT - Static variable in class org.opencms.setup.CmsSetupBean
Properties file key constant prefix.
PROPKEY_COMPONENTS - Static variable in class org.opencms.setup.CmsSetupBean
Properties file key constant.
PROPKEY_DEPENDENCIES - Static variable in class org.opencms.setup.CmsSetupBean
Properties file key constant post fix.
PROPKEY_DESCRIPTION - Static variable in class org.opencms.setup.CmsSetupBean
Properties file key constant post fix.
PROPKEY_MODULES - Static variable in class org.opencms.setup.CmsSetupBean
Properties file key constant post fix.
PROPKEY_NAME - Static variable in class org.opencms.setup.CmsSetupBean
Properties file key constant post fix.
PROPKEY_POSITION - Static variable in class org.opencms.setup.CmsSetupBean
Properties file key constant post fix.

Q

QUERY_ADD_OUS_TO_TABLE - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBUpdateOU
Constant for the query that adds the ous to the table.
QUERY_ADD_PRIMARY_KEY - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the sql query to add a new primary key.
QUERY_ADD_TEMP_UUID_COLUMN - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the sql query to add a new column to the table.
QUERY_CREATE_CMS_CONTENTS_TABLE - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBContentTables
Constant for the sql query to create the CMS_CONTENTS table.
QUERY_CREATE_HISTORY_PROJECTS_TABLE - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the sql query to create the new CMS_HISTORY_PROJECTS table.
QUERY_CREATE_TABLE_USERDATA - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBCmsUsers
Constant for the query to create the user data table.
QUERY_CREATE_TEMP_TABLE_UUIDS - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the sql query to create the temporary table.
QUERY_DESCRIBE_TABLE - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the sql query to describe the given table.
QUERY_DROP_INDEX - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBDropOldIndexes
Constant for the sql query to drop an index from a table.
QUERY_HISTORY_PRINCIPALS_CREATE_TABLE - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBHistoryPrincipals
Constant for sql query to create the history principals table.
QUERY_INSERT_CMS_USERDATA - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBCmsUsers
Constant for the query to insert the new user data into the new table CMS_USERDATA.
QUERY_KEY_ALTER_TABLE - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBUpdateOU
Constant for the alteration of the table.
QUERY_READ_MAX_PUBTAG - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the sql query to read max publish tag.
QUERY_SHOW_INDEX - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBCreateIndexes7
Constant for the sql query to read the indexes.
QUERY_SHOW_INDEX - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBDropOldIndexes
Constant for the sql query to show the indexes of a table.
QUERY_TRANSFER_ONLINE_CONTENTS - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBContentTables
Constant for the sql query to transfer the online contents.
QUERY_UPDATE_ONLINE_CONTENTS_PUBLISH_TAG_FROM - Static variable in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBContentTables
Constant for the sql query to transfer the online contents.
QUERY_UPDATE_ONLINE_CONTENTS_PUBLISH_TAG_FROM - Static variable in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBContentTables
Constant for the sql query to transfer the online contents.
QUERY_UPDATE_ONLINE_CONTENTS_PUBLISH_TAG_FROM2 - Static variable in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBContentTables
Constant for the sql query to transfer the online contents.
QUERY_UPDATE_ONLINE_CONTENTS_PUBLISH_TAG_TO - Static variable in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBContentTables
Constant for the sql query to transfer the online contents.
QUERY_UPDATE_ONLINE_CONTENTS_PUBLISH_TAG_TO - Static variable in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBContentTables
Constant for the sql query to transfer the online contents.

R

readDatabaseConfig() - Method in class org.opencms.setup.CmsSetupBean
Stores the properties of all available database configurations in a map keyed by their database key names (e.g.
readQuery(String) - Method in class org.opencms.setup.db.A_CmsUpdateDBPart
Searches for the SQL query with the specified key.
readSnippet(String) - Method in class org.opencms.setup.ui.A_CmsSetupStep
Reads an HTML snippet with the given name.
readSnippet(String) - Method in class org.opencms.setup.updater.dialogs.A_CmsUpdateDialog
Reads an HTML snipped with the given name.
removeModule(String, I_CmsReport) - Method in class org.opencms.setup.CmsUpdateBean
Removes a module.
removeUnnecessaryColumns(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBCmsUsers
Removes the columns USER_INFO, USER_ADDRESS, USER_DESCRIPTION and USER_TYPE from the CMS_USERS table.
REPLACEMENT_COLUMN - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the replacement in the SQL query for the columnname.
REPLACEMENT_COLUMNNAME - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBUpdateOU
Constant for the replacement in the SQL query for the columnname.
REPLACEMENT_NEW_COLUMN - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the replacement in the SQL query for the new columnname.
REPLACEMENT_OLDID - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the replacement in the SQL query for old id to update.
REPLACEMENT_PRIMARY_KEY - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the replacement in the SQL query for the primary key.
REPLACEMENT_TABLENAME - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant for the sql replacement of the tablename.
REPLACEMENT_TABLENAME - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBCreateIndexes7
Constant for the replacement of the tablename in the sql query.
REPLACEMENT_TABLENAME - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBDropBackupTables
Constant for the replacement of the tablename in the sql query.
REPLACEMENT_TABLENAME - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBDropOldIndexes
Constant for the sql query replacement of the tablename.
REPLACEMENT_TABLENAME - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the replacement in the SQL query for the tablename.
REPLACEMENT_TABLENAME - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBUpdateOU
Constant for the replacement in the SQL query for the tablename.
resolve(String, String) - Method in class org.opencms.setup.xml.CmsXmlConfigUpdater.EntityIgnoringUriResolver
 
RESOURCE_TABLES - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Array of the online and offline resources tables.
RESOURCES_TABLES_LIST - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Arraylist for the online and offline resources tables that shall be updated.
RESULT_FAILED - Static variable in interface org.opencms.setup.comptest.I_CmsSetupTest
Test failed display text.
RESULT_PASSED - Static variable in interface org.opencms.setup.comptest.I_CmsSetupTest
Test passed display text.
RESULT_WARNING - Static variable in interface org.opencms.setup.comptest.I_CmsSetupTest
Test warning display text.
RPT_BEGIN_DELETE_JARS_0 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_BEGIN_DELETE_MODULE_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_BEGIN_IMPORT_MODULE_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_BEGIN_UPDATE_JARS_0 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_BEGIN_UPDATE_MODULE_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_DELETE_JAR_FILE_3 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_DELETE_JAR_FILE_FAILED_3 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_DELETE_JAR_PERMISSIONS_3 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_DELETE_JAR_SKIPPED_FILE_3 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_DELETE_JARS_FAILED_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_END_DELETE_JARS_0 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_END_DELETE_MODULE_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_END_IMPORT_MODULE_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_END_UPDATE_JARS_0 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_END_UPDATE_MODULE_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_FINISH_UPDATE_RELATIONS_0 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_MODULE_UPTODATE_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_START_UPDATE_RELATIONS_0 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_UPDATE_JAR_FILE_3 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_UPDATE_JAR_FILE_FAILED_3 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_UPDATE_JAR_PERMISSIONS_3 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_UPDATE_JAR_SKIPPED_FILE_3 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_UPDATE_JARS_FAILED_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
RPT_UPDATE_JARS_PERMISSIONS_1 - Static variable in class org.opencms.setup.Messages
Message constant for key in the resource bundle.
run() - Method in class org.opencms.setup.CmsAutoSetup
Performs the setup.
run() - Method in class org.opencms.setup.CmsSetupLoggingThread
 
run() - Method in class org.opencms.setup.CmsSetupWorkplaceImportThread
 
run() - Method in class org.opencms.setup.CmsUpdateThread
 
run() - Method in class org.opencms.setup.CmsVaadinSetupWorkplaceImportThread
 
run() - Method in class org.opencms.setup.CmsVaadinUpdateThread
 
run() - Method in class org.opencms.setup.db.CmsUpdateDBManager
Updates all database pools.
run() - Method in class org.opencms.setup.db.CmsUpdateDBThread
 
run() - Method in class org.opencms.setup.db.CmsVaadinUpdateDBThread
 
run(PrintStream) - Method in class org.opencms.setup.db.CmsUpdateDBThread
 
runTests(CmsSetupBean) - Method in class org.opencms.setup.comptest.CmsSetupTests
Runs all tests.
runTests(CmsSetupBean, String) - Method in class org.opencms.setup.comptest.CmsSetupTests
Runs all tests.

S

saveProperties(CmsParameterConfiguration, String, boolean) - Method in class org.opencms.setup.CmsSetupBean
Saves properties to specified file.
saveProperties(CmsParameterConfiguration, String, boolean, Set<String>) - Method in class org.opencms.setup.CmsSetupBean
Saves properties to specified file.
saveToSetupBean() - Method in class org.opencms.setup.ui.CmsDbSettingsPanel
Saves form field data to setup bean.
setAdeModuleVersion(CmsModuleVersion) - Method in class org.opencms.setup.CmsUpdateInfo
Sets the container page editor version.
setAdminGroup(String) - Method in class org.opencms.setup.CmsUpdateBean
Sets the admin Group.
setAdminPwd(String) - Method in class org.opencms.setup.CmsUpdateBean
Sets the admin Pwd.
setAdminUser(String) - Method in class org.opencms.setup.CmsUpdateBean
Sets the admin User.
setAttribute(String, String, String, String) - Method in class org.opencms.setup.xml.CmsSetupXmlHelper
Replaces a attibute's value in the given node addressed by the xPath.
setAttribute(Document, String, String, String) - Static method in class org.opencms.setup.xml.CmsSetupXmlHelper
Replaces a attibute's value in the given node addressed by the xPath.
setAutoMode(boolean) - Method in class org.opencms.setup.CmsSetupBean
Sets the autoMode.
setChecked(boolean) - Method in class org.opencms.setup.CmsSetupComponent
Sets if checked by default.
setConnection(String, String, String, String, String) - Method in class org.opencms.setup.CmsSetupDb
Creates a new internal connection to the database.
setConnection(String, String, String, String, String, boolean) - Method in class org.opencms.setup.CmsSetupDb
Creates a new internal connection to the database.
setConnection(Connection) - Method in class org.opencms.setup.CmsSetupDb
Sets a new internal connection to the database.
setDatabase(String) - Method in class org.opencms.setup.CmsSetupBean
Sets the database drivers to the given value.
setDb(String) - Method in class org.opencms.setup.CmsSetupBean
Sets the database name.
setDbConStrParams(String) - Method in class org.opencms.setup.CmsSetupBean
Sets the JDBC connect URL parameters.
setDbCreateConStr(String) - Method in class org.opencms.setup.CmsSetupBean
Sets the database create statement.
setDbCreatePwd(String) - Method in class org.opencms.setup.CmsSetupBean
Sets the password used for the initial OpenCms database creation.
setDbCreateUser(String) - Method in class org.opencms.setup.CmsSetupBean
Set the database user that is used to connect to the database.
setDbDriver(String) - Method in class org.opencms.setup.CmsSetupBean
Sets the database driver belonging to the database.
setDbParamaters(Map<String, String[]>, String, String, HttpSession) - Method in class org.opencms.setup.CmsSetupBean
Sets the needed database parameters.
setDbParamaters(HttpServletRequest, String) - Method in class org.opencms.setup.CmsSetupBean
Sets the needed database parameters.
setDbProperty(String, String) - Method in class org.opencms.setup.CmsSetupBean
This method sets the value for a given key in the database properties.
setDbWorkConStr(String) - Method in class org.opencms.setup.CmsSetupBean
Sets the connection string to the database to the given value.
setDbWorkPwd(String) - Method in class org.opencms.setup.CmsSetupBean
Sets the password of the database to the given value.
setDbWorkUser(String) - Method in class org.opencms.setup.CmsSetupBean
Sets the user of the database to the given value.
setDependencies(List<String>) - Method in class org.opencms.setup.CmsSetupComponent
Sets the dependencies.
setDescription(String) - Method in class org.opencms.setup.CmsSetupComponent
Sets the description.
setDetectedVersion(double) - Method in class org.opencms.setup.CmsUpdateBean
Sets the detected mayor version.
setEthernetAddress(String) - Method in class org.opencms.setup.CmsSetupBean
Set the mac ethernet address, required for UUID generation.
setExtProperty(String, String) - Method in class org.opencms.setup.CmsSetupBean
This method sets the value for a given key in the extended properties.
setFullDatabaseKey(String) - Method in class org.opencms.setup.CmsSetupBean
Sets the fullDatabaseKey.
setGreen() - Method in class org.opencms.setup.comptest.CmsSetupTestResult
Sets if the conditions in the test were fulfilled.
setGreen() - Method in class org.opencms.setup.comptest.CmsSetupTests
Sets if the conditions in all testes were fulfilled.
setHelp(String) - Method in class org.opencms.setup.comptest.CmsSetupTestResult
Sets the help string what to do if a test failed.
setId(String) - Method in class org.opencms.setup.CmsSetupComponent
Sets the id.
setInfo(String) - Method in class org.opencms.setup.comptest.CmsSetupTestResult
Sets the description of the test, e.g.
setInstallModules(String) - Method in class org.opencms.setup.CmsSetupBean
Sets the list with the package names of the modules to be installed.
setKeepHistory(boolean) - Method in class org.opencms.setup.CmsUpdateBean
Sets the keep History parameter value.
setModulesRegex(String) - Method in class org.opencms.setup.CmsSetupComponent
Sets the modules regular expression.
setName(String) - Method in class org.opencms.setup.CmsSetupComponent
Sets the name.
setName(String) - Method in class org.opencms.setup.comptest.CmsSetupTestResult
Sets the name of the test, e.g.
setPosition(int) - Method in class org.opencms.setup.CmsSetupComponent
Sets the position.
setPreserveLibModules(String) - Method in class org.opencms.setup.CmsUpdateBean
Sets the list of modules where the included libs should be preserved during update.
setRed() - Method in class org.opencms.setup.comptest.CmsSetupTestResult
Sets if the test found a violated condition.
setRed() - Method in class org.opencms.setup.comptest.CmsSetupTests
Sets if one of the tests found a violated condition.
setReplacer(Map<String, String>) - Method in class org.opencms.setup.CmsSetupBean
Sets the replacer.
setResult(String) - Method in class org.opencms.setup.comptest.CmsSetupTestResult
Sets the result of the test, e.g.
setServerName(String) - Method in class org.opencms.setup.CmsSetupBean
Sets the OpenCms server name.
setStartView(String, String) - Method in class org.opencms.setup.CmsSetupBean
Sets the start view for the given user.
SETUP_DATA_FOLDER - Static variable in class org.opencms.setup.CmsSetupDb
The folder where to read the setup data from.
SETUP_FOLDER - Static variable in class org.opencms.setup.CmsSetupDb
The folder where the setup wizard is located.
setUpdateProject(String) - Method in class org.opencms.setup.CmsUpdateBean
Sets the update Project.
setUpdateSite(String) - Method in class org.opencms.setup.CmsUpdateBean
Sets the update site.
setupDb(boolean, boolean, boolean) - Method in class org.opencms.setup.ui.CmsSetupStep03Database
Creates DB and tables when necessary.
setupDB() - Method in class org.opencms.setup.CmsAutoSetup
Creates DB and tables when necessary.
setValue(String, String, String) - Method in class org.opencms.setup.xml.CmsSetupXmlHelper
Sets the given value in all nodes identified by the given xpath of the given xml file.
setValue(String, String, String, String) - Method in class org.opencms.setup.xml.CmsSetupXmlHelper
Sets the given value in all nodes identified by the given xpath of the given xml file.
setValue(Document, String, String) - Static method in class org.opencms.setup.xml.CmsSetupXmlHelper
Sets the given value in all nodes identified by the given xpath of the given xml file.
setValue(Document, String, String, String) - Static method in class org.opencms.setup.xml.CmsSetupXmlHelper
Sets the given value in all nodes identified by the given xpath of the given xml file.
setWorkConnection(CmsSetupDb) - Method in class org.opencms.setup.ui.CmsSetupStep03Database
Set work connection.
setWorkplaceSite(String) - Method in class org.opencms.setup.CmsSetupBean
Sets the OpenCms workplace site.
setYellow() - Method in class org.opencms.setup.comptest.CmsSetupTestResult
Sets if the test found a questionable condition.
setYellow() - Method in class org.opencms.setup.comptest.CmsSetupTests
Sets if one of the tests found a questionable condition.
shellExit() - Method in class org.opencms.setup.CmsSetupBean
 
shellExit() - Method in class org.opencms.setup.CmsUpdateBean
 
shellStart() - Method in class org.opencms.setup.CmsSetupBean
 
shellStart() - Method in class org.opencms.setup.CmsUpdateBean
 
showErrorDialog(String, String) - Static method in class org.opencms.setup.ui.CmsSetupErrorDialog
Shows error dialog, manually supplying details instead of getting them from an exception stack trace.
showErrorDialog(String, Throwable) - Static method in class org.opencms.setup.ui.CmsSetupErrorDialog
Shows the error dialog.
showErrorDialog(String, Throwable, Runnable) - Static method in class org.opencms.setup.ui.CmsSetupErrorDialog
Shows the error dialog.
showErrorDialog(Throwable) - Static method in class org.opencms.setup.ui.CmsSetupErrorDialog
Shows the error dialog.
showErrorDialog(Throwable, Runnable) - Static method in class org.opencms.setup.ui.CmsSetupErrorDialog
Shows the error dialog.
showStep(A_CmsSetupStep) - Method in class org.opencms.setup.CmsSetupUI
Shows the given step.
sortModules(Collection<CmsModule>) - Method in class org.opencms.setup.CmsSetupBean
Sorts the modules for display.
STATUS_GREEN - Static variable in class org.opencms.setup.ui.CmsSetupStep02ComponentCheck
Message for green status.
STATUS_RED - Static variable in class org.opencms.setup.ui.CmsSetupStep02ComponentCheck
Message for red status.
STATUS_YELLOW - Static variable in class org.opencms.setup.ui.CmsSetupStep02ComponentCheck
Message for yellow status.
stepBack() - Method in class org.opencms.setup.CmsSetupUI
 
stepBack() - Method in interface org.opencms.setup.ui.I_SetupUiContext
Moves to previous step.
stepForward() - Method in class org.opencms.setup.CmsSetupUI
 
stepForward() - Method in interface org.opencms.setup.ui.I_SetupUiContext
Moves forward to the next step.
stopThread() - Method in class org.opencms.setup.CmsSetupLoggingThread
Used to break the loop in the run() method.
submitDialog() - Method in class org.opencms.setup.updater.dialogs.A_CmsUpdateDialog
Submit method.
submitDialog() - Method in class org.opencms.setup.updater.dialogs.CmsUpdateStep04SettingsDialog
 
submitDialog() - Method in class org.opencms.setup.updater.dialogs.CmsUpdateStep05Modules
 

T

TABLE_BACKUP_PROJECTS - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBUpdateOU
Constant for the CMS_BACKUP_PROJECTS table.
TABLE_CMS_CONTENTS - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBContentTables
Constant for the table CMS_CONTENTS.
TABLE_CMS_GROUPS - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBUpdateOU
Constant for the CMS_GROUPS table.
TABLE_CMS_HISTORY_PRINCIPALS - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBHistoryPrincipals
Constant for the CMS_HISTORY_PRINICIPALS table.
TABLE_CMS_OFFLINE_CONTENTS - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant for the table name CMS_OFFLINE_CONTENTS.
TABLE_CMS_PROJECTS - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBAlterTables
Constant for the table name CMS_PROJECTS.
TABLE_CMS_USERS - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBUpdateOU
Constant for the CMS_USERS table.
TABLE_PROJECTS - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBUpdateOU
Constant for the CMS_PROJECTS table.
TABLES - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Array of the tables that are to be updated.
TABLES_LIST - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Arraylist for the tables that shall be updated.
TEMP_UUID_COLUMN - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the temporary UUID column in the tables.
TEMPORARY_TABLE_NAME - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Constant for the name of temporary table containing the project ids and uuids.
TEST_NAME - Static variable in class org.opencms.setup.comptest.CmsSetupTestFolderPermissions
The test name.
TEST_NAME - Static variable in class org.opencms.setup.comptest.CmsSetupTestJavaTempDir
The test name.
TEST_NAME - Static variable in class org.opencms.setup.comptest.CmsSetupTestJdkVersion
The test name.
TEST_NAME - Static variable in class org.opencms.setup.comptest.CmsSetupTestOperatingSystem
The test name.
TEST_NAME - Static variable in class org.opencms.setup.comptest.CmsSetupTestServletContainer
The test name.
TEST_NAME - Static variable in class org.opencms.setup.comptest.CmsSetupTestSimapi
The test name.
TEST_NAME - Static variable in class org.opencms.setup.comptest.CmsSetupTestWarFileUnpacked
The test name.
TEST_NAME - Static variable in class org.opencms.setup.comptest.CmsSetupTestXercesVersion
The test name.
TEST_NAME - Static variable in class org.opencms.setup.comptest.CmsSetupTestXmlAPI
The test name.
toParameterMap() - Method in class org.opencms.setup.CmsAutoSetupProperties
Converts and returns this object as map.
toString() - Method in class org.opencms.setup.CmsSetupComponent
 
transferDataToHistoryTable(CmsSetupDb) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBProjectId
Transfers the data from the CMS_BACKUP_PROJECTS to the CMS_HISTORY_PROJECTS table.
transferOnlineContents(CmsSetupDb, int) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBContentTables
Transfers the online content.
transferOnlineContents(CmsSetupDb, int) - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBContentTables
 
transferOnlineContents(CmsSetupDb, int) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBContentTables
 
transform(String, String) - Method in class org.opencms.setup.xml.CmsXmlConfigUpdater
Transforms a config file with an XSLT transform.
transformConfig() - Method in class org.opencms.setup.xml.CmsXmlConfigUpdater
Transforms the configuration.

U

updateColor(CmsSetupStep02ComponentCheck.TestColor) - Method in class org.opencms.setup.ui.CmsSetupStep02ComponentCheck
Sets test status.
updateConfiguration() - Method in class org.opencms.setup.CmsSetupBean
Writes configuration changes back to the XML configuration.
updateDatabase(String) - Method in class org.opencms.setup.db.CmsUpdateDBManager
Updates the database.
updateDatabase(String, Map<String, String>) - Method in class org.opencms.setup.CmsSetupDb
Calls an update script.
updateDatabase(String, Map<String, String>, boolean) - Method in class org.opencms.setup.CmsSetupDb
Calls an update script.
updateDBDriverProperties() - Method in class org.opencms.setup.CmsUpdateBean
Updates the JDBC driver class names.
updateModule(String, String, I_CmsReport) - Method in class org.opencms.setup.CmsUpdateBean
Imports a module (zipfile) from the default module directory, creating a temporary project for this.
updateModulesFromUpdateBean() - Method in class org.opencms.setup.CmsUpdateBean
Installed all modules that have been set using CmsSetupBean.setInstallModules(String).
updateOUs(CmsSetupDb, String, String) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBUpdateOU
Updates the database tables with the new OUs if necessary for the given table.
updateRelations() - Method in class org.opencms.setup.CmsUpdateBean
Fills the relations db tables during the update.
updateSqlStatement(String, Map<String, String>, List<Object>) - Method in class org.opencms.setup.CmsSetupDb
Creates and executes a database statment from a String.
updateStep(int) - Method in class org.opencms.setup.CmsSetupUI
Moves to the step with the given number.
USER_OU_COLUMN - Static variable in class org.opencms.setup.db.update6to7.CmsUpdateDBUpdateOU
Constant for the USER_OU column.

V

validateJdbc() - Method in class org.opencms.setup.CmsSetupBean
Checks the jdbc driver.
validationErrors() - Method in class org.opencms.setup.xml.CmsXmlConfigUpdater
Gets validation errors either as a JSON string, or null if there are no validation errors.

W

write(String) - Method in class org.opencms.setup.xml.CmsSetupXmlHelper
Writes the given file back to disk.
writeAdditionalUserInfo(CmsSetupDb, String, Map<String, Object>) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBCmsUsers
Writes the additional user infos to the database.
writeAll() - Method in class org.opencms.setup.xml.CmsSetupXmlHelper
Flushes all cached documents.
writeUserInfo(CmsSetupDb, String, String, Object) - Method in class org.opencms.setup.db.update6to7.CmsUpdateDBCmsUsers
Writes one set of additional user info (key and its value) to the CMS_USERDATA table.
writeUserInfo(CmsSetupDb, String, String, Object) - Method in class org.opencms.setup.db.update6to7.oracle.CmsUpdateDBCmsUsers
 
writeUserInfo(CmsSetupDb, String, String, Object) - Method in class org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBCmsUsers
Writes one set of additional user info (key and its value) to the CMS_USERDATA table.
writeVersionInfo(String, String, String) - Method in class org.opencms.setup.comptest.CmsSetupTests
Writes the version info of the used servlet engine and the used JDK to the version.txt.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages