Uses of Class
org.exoplatform.services.jcr.ext.backup.BackupChainLog
-
Packages that use BackupChainLog Package Description org.exoplatform.services.jcr.ext.backup org.exoplatform.services.jcr.ext.backup.impl org.exoplatform.services.jcr.ext.backup.server.bean.response -
-
Uses of BackupChainLog in org.exoplatform.services.jcr.ext.backup
Methods in org.exoplatform.services.jcr.ext.backup that return BackupChainLog Modifier and Type Method Description BackupChainLog[]BackupManager. getBackupsLogs()Getting all backup logs .Methods in org.exoplatform.services.jcr.ext.backup with parameters of type BackupChainLog Modifier and Type Method Description voidBackupManager. 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 BackupChainLog Modifier and Type Method Description BackupChainLogJobWorkspaceRestore. getBackupChainLog()getBackupChainLog.BackupChainLog[]BackupManagerImpl. getBackupsLogs()Getting all backup logs .Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type BackupChainLog Modifier and Type Method Description voidBackupManagerImpl. 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 BackupChainLog Constructor Description DetailedInfo(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.
-