eXo JCR :: Component :: Extension Service 1.15.1-CP01

Uses of Class
org.exoplatform.services.jcr.ext.backup.BackupChainLog

Packages that use BackupChainLog
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
 BackupChainLog[] BackupManager.getBackupsLogs()
          Getting all backup logs .
 

Methods in org.exoplatform.services.jcr.ext.backup with parameters of type BackupChainLog
 void BackupManager.restore(BackupChainLog log, String repositoryName, WorkspaceEntry workspaceEntry, boolean asynchronous)
          Restore from backup.
 void ExtendedBackupManager.restoreExistingWorkspace(BackupChainLog log, String repositoryName, 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
 BackupChainLog JobWorkspaceRestore.getBackupChainLog()
          getBackupChainLog.
 BackupChainLog[] BackupManagerImpl.getBackupsLogs()
          Getting all backup logs .
 

Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type BackupChainLog
 void BackupManagerImpl.restore(BackupChainLog log, String repositoryName, WorkspaceEntry workspaceEntry, boolean asynchronous)
          Restore from backup.
 void BackupManagerImpl.restoreExistingWorkspace(BackupChainLog log, String repositoryName, WorkspaceEntry workspaceEntry, boolean asynchronous)
          Restore existing workspace.
protected  void BackupManagerImpl.restoreOverInitializer(BackupChainLog log, String repositoryName, 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
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, 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.
 


eXo JCR :: Component :: Extension Service 1.15.1-CP01

Copyright © 2013 eXo Platform SAS. All Rights Reserved.