Uses of Class
org.exoplatform.services.jcr.ext.backup.BackupConfig

Packages that use BackupConfig
org.exoplatform.services.jcr.ext.backup   
org.exoplatform.services.jcr.ext.backup.impl   
org.exoplatform.services.jcr.ext.backup.impl.fs   
 

Uses of BackupConfig in org.exoplatform.services.jcr.ext.backup
 

Methods in org.exoplatform.services.jcr.ext.backup that return BackupConfig
 BackupConfig BackupChain.getBackupConfig()
           
 BackupConfig BackupChainLog.getBackupConfig()
           
 

Methods in org.exoplatform.services.jcr.ext.backup with parameters of type BackupConfig
 void BackupJob.init(ManageableRepository repository, java.lang.String workspaceName, BackupConfig config, java.util.Calendar timeStamp)
           
 BackupChain BackupManager.startBackup(BackupConfig config)
           
 

Constructors in org.exoplatform.services.jcr.ext.backup with parameters of type BackupConfig
BackupChainLog(java.io.File logDir, BackupConfig config, java.lang.String fullBackupType, java.lang.String incrementalBackupType)
           
 

Uses of BackupConfig in org.exoplatform.services.jcr.ext.backup.impl
 

Fields in org.exoplatform.services.jcr.ext.backup.impl declared as BackupConfig
protected  BackupConfig AbstractBackupJob.config
           
 

Methods in org.exoplatform.services.jcr.ext.backup.impl that return BackupConfig
 BackupConfig BackupChainImpl.getBackupConfig()
           
 

Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type BackupConfig
 void BackupScheduler.schedule(BackupConfig config, java.util.Date startTime, java.util.Date stopTime, long chainPeriod, long incrementalPeriod)
          Schedule backup task with given configuration and scheduler parameters.
 void BackupScheduler.schedule(BackupConfig config, java.util.Date startTime, java.util.Date stopTime, long chainPeriod, long incrementalPeriod, BackupJobListener listener)
          Schedule backup task with given configuration and scheduler parameters.
 BackupChain BackupManagerImpl.startBackup(BackupConfig config)
           
 boolean BackupScheduler.unschedule(BackupConfig config)
          Unshedule the task scheduled before with the given configuration.
 

Constructors in org.exoplatform.services.jcr.ext.backup.impl with parameters of type BackupConfig
BackupChainImpl(BackupConfig config, java.io.File logDirectory, ManageableRepository repository, java.lang.String fullBackupType, java.lang.String incrementalBackupType)
           
 

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
 void IncrementalBackupJob.init(ManageableRepository repository, java.lang.String workspaceName, BackupConfig config, java.util.Calendar timeStamp)
           
 void FullBackupJob.init(ManageableRepository repository, java.lang.String workspaceName, BackupConfig config, java.util.Calendar timeStamp)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.