Uses of Interface
org.exoplatform.services.jcr.ext.backup.BackupJob
-
-
Uses of BackupJob in org.exoplatform.services.jcr.ext.backup
Methods in org.exoplatform.services.jcr.ext.backup that return types with arguments of type BackupJob Modifier and Type Method Description List<BackupJob>BackupChain. getBackupJobs()Getting current backup jobs.Methods in org.exoplatform.services.jcr.ext.backup with parameters of type BackupJob Modifier and Type Method Description voidBackupChainLog. addJobEntry(BackupJob job)Adding the the backup job.voidBackupJobListener. onError(BackupJob job, String message, Throwable error)onError.voidBackupJobListener. onStateChanged(BackupJob job)onStateChanged. -
Uses of BackupJob in org.exoplatform.services.jcr.ext.backup.impl
Classes in org.exoplatform.services.jcr.ext.backup.impl that implement BackupJob Modifier and Type Class Description classAbstractBackupJobCreated by The eXo Platform SAS Date: 05.02.2008classAbstractFullBackupJobCreated by The eXo Platform SARL .classAbstractIncrementalBackupJobCreated by The eXo Platform SARL .Methods in org.exoplatform.services.jcr.ext.backup.impl that return types with arguments of type BackupJob Modifier and Type Method Description List<BackupJob>BackupChainImpl. getBackupJobs() -
Uses of BackupJob in org.exoplatform.services.jcr.ext.backup.impl.fs
Classes in org.exoplatform.services.jcr.ext.backup.impl.fs that implement BackupJob Modifier and Type Class Description classFullBackupJobCreated by The eXo Platform SARL Author : Alex Reshetnyak alex.reshetnyak@exoplatform.com.ua Nov 21, 2007classIncrementalBackupJobCreated by The eXo Platform SARL Author : Alex Reshetnyak alex.reshetnyak@exoplatform.com.ua Nov 20, 2007 -
Uses of BackupJob in org.exoplatform.services.jcr.ext.backup.impl.rdbms
Classes in org.exoplatform.services.jcr.ext.backup.impl.rdbms that implement BackupJob Modifier and Type Class Description classFullBackupJobCreated by The eXo Platform SARL Author : Alex Reshetnyak alex.reshetnyak@exoplatform.com.ua Nov 21, 2007
-