Uses of Class
org.exoplatform.services.jcr.ext.backup.RepositoryBackupChainLog
Packages that use RepositoryBackupChainLog
Package
Description
-
Uses of RepositoryBackupChainLog in org.exoplatform.services.jcr.ext.backup
Methods in org.exoplatform.services.jcr.ext.backup that return RepositoryBackupChainLogModifier and TypeMethodDescriptionBackupManager.getRepositoryBackupsLogs()Getting all repository backup logs.Methods in org.exoplatform.services.jcr.ext.backup with parameters of type RepositoryBackupChainLogModifier and TypeMethodDescriptionvoidBackupManager.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 RepositoryBackupChainLogModifier and TypeMethodDescriptionJobRepositoryRestore.getRepositoryBackupChainLog()GetRepositoryBackupChainLog.BackupManagerImpl.getRepositoryBackupsLogs()Getting all repository backup logs.Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type RepositoryBackupChainLogModifier and TypeMethodDescriptionvoidBackupManagerImpl.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 RepositoryBackupChainLogModifierConstructorDescriptionDetailedInfo(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.