Uses of Class
org.exoplatform.services.jcr.ext.backup.BackupChainLog
Packages that use BackupChainLog
Package
Description
-
Uses of BackupChainLog in org.exoplatform.services.jcr.ext.backup
Methods in org.exoplatform.services.jcr.ext.backup that return BackupChainLogMethods in org.exoplatform.services.jcr.ext.backup with parameters of type BackupChainLogModifier and TypeMethodDescriptionvoidBackupManager.restore(BackupChainLog log, String repositoryName, org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry, boolean asynchronous) Restore from backup.voidExtendedBackupManager.restoreExistingWorkspace(BackupChainLog log, String repositoryName, org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry, boolean asynchronous) Restore existing workspace. -
Uses of BackupChainLog in org.exoplatform.services.jcr.ext.backup.impl
Methods in org.exoplatform.services.jcr.ext.backup.impl that return BackupChainLogModifier and TypeMethodDescriptionJobWorkspaceRestore.getBackupChainLog()getBackupChainLog.BackupManagerImpl.getBackupsLogs()Getting all backup logs .Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type BackupChainLogModifier and TypeMethodDescriptionvoidBackupManagerImpl.restore(BackupChainLog log, String repositoryName, org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry, boolean asynchronous) Restore from backup.voidBackupManagerImpl.restoreExistingWorkspace(BackupChainLog log, String repositoryName, org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry, boolean asynchronous) Restore existing workspace.protected voidBackupManagerImpl.restoreOverInitializer(BackupChainLog log, String repositoryName, org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry) -
Uses of BackupChainLog 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 BackupChainLogModifierConstructorDescriptionDetailedInfo(int type, BackupChainLog chainLog) DetailedInfo constructor.DetailedInfo(int type, BackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state) DetailedInfo constructor.DetailedInfo(int type, BackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state, String repositroryName, String workspaceName) DetailedInfo constructor.DetailedInfoEx(int type, BackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state, String repositroryName, String workspaceName, org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry, String failMessage) ShortInfo(int type, BackupChainLog chainLog) ShortInfo constructor.ShortInfo(int type, BackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state) ShortInfo constructor.ShortInfo(int type, BackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state, String repositroryName, String workspaceName) ShortInfo constructor.