Uses of Interface
org.opencms.db.I_CmsDbContextFactory
Packages that use I_CmsDbContextFactory
Package
Description
Reads and writes the XML based OpenCms configuration files.
Low-level database connection and access functionality.
Classes to handle the OpenCms publish process.
-
Uses of I_CmsDbContextFactory in org.opencms.configuration
Methods in org.opencms.configuration that return I_CmsDbContextFactoryModifier and TypeMethodDescriptionCmsSystemConfiguration.getRuntimeInfoFactory()Returns the runtime info factory instance. -
Uses of I_CmsDbContextFactory in org.opencms.db
Classes in org.opencms.db that implement I_CmsDbContextFactoryFields in org.opencms.db declared as I_CmsDbContextFactoryModifier and TypeFieldDescriptionprotected I_CmsDbContextFactoryCmsSecurityManager.m_dbContextFactoryThe factory to create runtime info objects.Methods in org.opencms.db with parameters of type I_CmsDbContextFactoryModifier and TypeMethodDescriptionvoidCmsDriverManager.init(CmsConfigurationManager configurationManager, I_CmsDbContextFactory dbContextFactory) Initializes the driver and sets up all required modules and connections.voidCmsSecurityManager.init(CmsConfigurationManager configurationManager, I_CmsDbContextFactory dbContextFactory, CmsPublishEngine publishEngine) Initializes this security manager with a given runtime info factory.static CmsDriverManagerCmsDriverManager.newInstance(CmsConfigurationManager configurationManager, CmsSecurityManager securityManager, I_CmsDbContextFactory runtimeInfoFactory, CmsPublishEngine publishEngine) Reads the required configurations from the opencms.properties file and creates the various drivers to access the cms resources.static CmsSecurityManagerCmsSecurityManager.newInstance(CmsConfigurationManager configurationManager, I_CmsDbContextFactory runtimeInfoFactory, CmsPublishEngine publishEngine) Creates a new instance of the OpenCms security manager. -
Uses of I_CmsDbContextFactory in org.opencms.publish
Constructors in org.opencms.publish with parameters of type I_CmsDbContextFactoryModifierConstructorDescriptionCmsPublishEngine(I_CmsDbContextFactory dbContextFactory) Default constructor.