Uses of Class
org.exoplatform.services.jcr.ext.backup.RepositoryBackupChainLog
-
-
Uses of RepositoryBackupChainLog in org.exoplatform.services.jcr.ext.backup
Methods in org.exoplatform.services.jcr.ext.backup that return RepositoryBackupChainLog Modifier and Type Method Description RepositoryBackupChainLog[]BackupManager. getRepositoryBackupsLogs()Getting all repository backup logs.Methods in org.exoplatform.services.jcr.ext.backup with parameters of type RepositoryBackupChainLog Modifier and Type Method Description voidBackupManager. restore(RepositoryBackupChainLog log, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, boolean asynchronous)Repository restore from backup.voidBackupManager. restore(RepositoryBackupChainLog log, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, boolean asynchronous, boolean removeJobOnceOver)Repository restore from backup.voidBackupManager. restore(RepositoryBackupChainLog log, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, Map<String,String> workspaceNamesCorrespondMap, boolean asynchronous)Repository restore from backup.voidExtendedBackupManager. restoreExistingRepository(RepositoryBackupChainLog log, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, boolean asynchronous)Restore existing repository. -
Uses of RepositoryBackupChainLog in org.exoplatform.services.jcr.ext.backup.impl
Methods in org.exoplatform.services.jcr.ext.backup.impl that return RepositoryBackupChainLog Modifier and Type Method Description RepositoryBackupChainLogJobRepositoryRestore. getRepositoryBackupChainLog()GetRepositoryBackupChainLog.RepositoryBackupChainLog[]BackupManagerImpl. getRepositoryBackupsLogs()Getting all repository backup logs.Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type RepositoryBackupChainLog Modifier and Type Method Description voidBackupManagerImpl. restore(RepositoryBackupChainLog log, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, boolean asynchronous)Repository restore from backup.voidBackupManagerImpl. restore(RepositoryBackupChainLog log, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, boolean asynchronous, boolean removeJobOnceOver)Repository restore from backup.voidBackupManagerImpl. restore(RepositoryBackupChainLog rblog, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, Map<String,String> workspaceNamesCorrespondMap, boolean asynchronous)Repository restore from backup.voidBackupManagerImpl. restoreExistingRepository(RepositoryBackupChainLog rblog, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, boolean asynchronous)Restore existing repository. -
Uses of RepositoryBackupChainLog in org.exoplatform.services.jcr.ext.backup.server.bean.response
Constructors in org.exoplatform.services.jcr.ext.backup.server.bean.response with parameters of type RepositoryBackupChainLog Constructor Description DetailedInfo(int type, RepositoryBackupChainLog chainLog)DetailedInfo constructor.DetailedInfo(int type, RepositoryBackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state, String repositroryName)DetailedInfo constructor.DetailedInfoEx(int type, RepositoryBackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state, String repositroryName, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, String failMessage)ShortInfo(int type, RepositoryBackupChainLog chainLog)ShortInfo constructor.ShortInfo(int type, RepositoryBackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state)ShortInfo constructor.ShortInfo(int type, RepositoryBackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state, String repositroryName)ShortInfo constructor.
-