Uses of Class
org.exoplatform.services.jcr.ext.backup.BackupConfig
Packages that use BackupConfig
Package
Description
-
Uses of BackupConfig in org.exoplatform.services.jcr.ext.backup
Methods in org.exoplatform.services.jcr.ext.backup that return BackupConfigModifier and TypeMethodDescriptionBackupChain.getBackupConfig()Getting backup config.BackupChainLog.getBackupConfig()Getting backup config.Methods in org.exoplatform.services.jcr.ext.backup with parameters of type BackupConfigModifier and TypeMethodDescriptionvoidBackupJob.init(org.exoplatform.services.jcr.core.ManageableRepository repository, String workspaceName, BackupConfig config, Calendar timeStamp) Initialize.BackupManager.startBackup(BackupConfig config) Starting backup.Constructors in org.exoplatform.services.jcr.ext.backup with parameters of type BackupConfigModifierConstructorDescriptionBackupChainLog(File logDir, BackupConfig config, String fullBackupType, String incrementalBackupType, String backupId, org.exoplatform.services.jcr.config.RepositoryServiceConfiguration repositoryServiceConfiguration, File rootDir) BackupChainLog constructor. -
Uses of BackupConfig in org.exoplatform.services.jcr.ext.backup.impl
Fields in org.exoplatform.services.jcr.ext.backup.impl declared as BackupConfigMethods in org.exoplatform.services.jcr.ext.backup.impl that return BackupConfigMethods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type BackupConfigModifier and TypeMethodDescriptionBackupManagerImpl.startBackup(BackupConfig config) Starting backup.Constructors in org.exoplatform.services.jcr.ext.backup.impl with parameters of type BackupConfigModifierConstructorDescriptionBackupChainImpl(BackupConfig config, File logDirectory, org.exoplatform.services.jcr.RepositoryService repositoryService, String fullBackupType, String incrementalBackupType, String backupId, File rootDir, Calendar startTime) -
Uses of BackupConfig in org.exoplatform.services.jcr.ext.backup.impl.fs
Methods in org.exoplatform.services.jcr.ext.backup.impl.fs with parameters of type BackupConfigModifier and TypeMethodDescriptionvoidFullBackupJob.init(org.exoplatform.services.jcr.core.ManageableRepository repository, String workspaceName, BackupConfig config, Calendar timeStamp) voidIncrementalBackupJob.init(org.exoplatform.services.jcr.core.ManageableRepository repository, String workspaceName, BackupConfig config, Calendar timeStamp) -
Uses of BackupConfig in org.exoplatform.services.jcr.ext.backup.impl.rdbms
Methods in org.exoplatform.services.jcr.ext.backup.impl.rdbms with parameters of type BackupConfigModifier and TypeMethodDescriptionvoidFullBackupJob.init(org.exoplatform.services.jcr.core.ManageableRepository repository, String workspaceName, BackupConfig config, Calendar timeStamp) Initialize. -
Uses of BackupConfig in org.exoplatform.services.jcr.ext.backup.server.bean
Constructors in org.exoplatform.services.jcr.ext.backup.server.bean with parameters of type BackupConfigModifierConstructorDescriptionBackupConfigBean(BackupConfig config) BackupConfigBeen constructor.