Uses of Class
org.exoplatform.services.jcr.ext.backup.impl.JobRepositoryRestore
-
Packages that use JobRepositoryRestore Package Description org.exoplatform.services.jcr.ext.backup org.exoplatform.services.jcr.ext.backup.impl -
-
Uses of JobRepositoryRestore in org.exoplatform.services.jcr.ext.backup
Methods in org.exoplatform.services.jcr.ext.backup that return JobRepositoryRestore Modifier and Type Method Description JobRepositoryRestoreBackupManager. getLastRepositoryRestore(String repositoryName)Getting last repository restore by repository name.Methods in org.exoplatform.services.jcr.ext.backup that return types with arguments of type JobRepositoryRestore Modifier and Type Method Description List<JobRepositoryRestore>BackupManager. getRepositoryRestores()Getting list of repository restores. -
Uses of JobRepositoryRestore in org.exoplatform.services.jcr.ext.backup.impl
Subclasses of JobRepositoryRestore in org.exoplatform.services.jcr.ext.backup.impl Modifier and Type Class Description classJobExistingRepositoryRestoreCreated by The eXo Platform SAS.classJobExistingRepositorySameConfigRestoreCreated by The eXo Platform SAS.Fields in org.exoplatform.services.jcr.ext.backup.impl with type parameters of type JobRepositoryRestore Modifier and Type Field Description protected CopyOnWriteArrayList<JobRepositoryRestore>BackupManagerImpl. restoreRepositoryJobsThe list of repository restore job.Methods in org.exoplatform.services.jcr.ext.backup.impl that return JobRepositoryRestore Modifier and Type Method Description JobRepositoryRestoreBackupManagerImpl. getLastRepositoryRestore(String repositoryName)Getting last repository restore by repository name.Methods in org.exoplatform.services.jcr.ext.backup.impl that return types with arguments of type JobRepositoryRestore Modifier and Type Method Description List<JobRepositoryRestore>BackupManagerImpl. getRepositoryRestores()
-