Uses of Class
org.exoplatform.services.jcr.ext.backup.BackupConfig
-
-
Uses of BackupConfig in org.exoplatform.services.jcr.ext.backup
Methods in org.exoplatform.services.jcr.ext.backup that return BackupConfig Modifier and Type Method Description BackupConfigBackupChain. getBackupConfig()Getting backup config.BackupConfigBackupChainLog. getBackupConfig()Getting backup config.Methods in org.exoplatform.services.jcr.ext.backup with parameters of type BackupConfig Modifier and Type Method Description voidBackupJob. init(org.exoplatform.services.jcr.core.ManageableRepository repository, String workspaceName, BackupConfig config, Calendar timeStamp)Initialize.BackupChainBackupManager. startBackup(BackupConfig config)Starting backup.Constructors in org.exoplatform.services.jcr.ext.backup with parameters of type BackupConfig Constructor Description BackupChainLog(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 BackupConfig Modifier and Type Field Description protected BackupConfigAbstractBackupJob. configMethods in org.exoplatform.services.jcr.ext.backup.impl that return BackupConfig Modifier and Type Method Description BackupConfigBackupChainImpl. getBackupConfig()Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type BackupConfig Modifier and Type Method Description BackupChainBackupManagerImpl. startBackup(BackupConfig config)Starting backup.Constructors in org.exoplatform.services.jcr.ext.backup.impl with parameters of type BackupConfig Constructor Description BackupChainImpl(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 BackupConfig Modifier and Type Method Description voidFullBackupJob. 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 BackupConfig Modifier and Type Method Description voidFullBackupJob. 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 BackupConfig Constructor Description BackupConfigBean(BackupConfig config)BackupConfigBeen constructor.
-