Uses of Class
org.opencms.synchronize.CmsSynchronizeSettings
Packages that use CmsSynchronizeSettings
Package
Description
Low-level database connection and access functionality.
Classes used to synchronize the OpenCms VFS with the real file system.
-
Uses of CmsSynchronizeSettings in org.opencms.db
Methods in org.opencms.db that return CmsSynchronizeSettingsModifier and TypeMethodDescriptionCmsUserSettings.getSynchronizeSettings()
Returns the (optional) workplace synchronize settings.Methods in org.opencms.db with parameters of type CmsSynchronizeSettingsModifier and TypeMethodDescriptionvoid
CmsUserSettings.setSynchronizeSettings
(CmsSynchronizeSettings synchronizeSettings) Sets the (optional) workplace synchronize settings. -
Uses of CmsSynchronizeSettings in org.opencms.synchronize
Constructors in org.opencms.synchronize with parameters of type CmsSynchronizeSettingsModifierConstructorDescriptionCmsSynchronize
(CmsObject cms, CmsSynchronizeSettings settings, I_CmsReport report) Creates a new CmsSynchronize object which automatically start the synchronization process.