|
eXo JCR :: Component :: Extension Service 1.15.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.ext.backup.server.bean.response.ShortInfo
org.exoplatform.services.jcr.ext.backup.server.bean.response.DetailedInfo
public class DetailedInfo
Created by The eXo Platform SAS.
Date: 13.04.2009
| Field Summary |
|---|
| Fields inherited from class org.exoplatform.services.jcr.ext.backup.server.bean.response.ShortInfo |
|---|
COMPLETED, CURRENT, RESTORE |
| Constructor Summary | |
|---|---|
DetailedInfo()
DetailedInfo constructor. |
|
DetailedInfo(int type,
BackupChain chain)
DetailedInfo constructor. |
|
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. |
|
DetailedInfo(int type,
RepositoryBackupChain chain)
DetailedInfo constructor. |
|
DetailedInfo(int type,
RepositoryBackupChainLog chainLog)
DetailedInfo constructor. |
|
DetailedInfo(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName)
DetailedInfo constructor. |
|
| Method Summary | |
|---|---|
BackupConfigBean |
getBackupConfig()
getBackupConfig. |
void |
setBackupConfig(BackupConfigBean backupConfig)
setBackupConfig. |
| Methods inherited from class org.exoplatform.services.jcr.ext.backup.server.bean.response.ShortInfo |
|---|
getBackupId, getBackupType, getFinishedTime, getRepositoryName, getStartedTime, getState, getType, getWorkspaceName, setBackupId, setBackupType, setFinishedTime, setRepositoryName, setStartedTime, setState, setType, setWorkspaceName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DetailedInfo()
public DetailedInfo(int type,
BackupChain chain)
type - int, the type of detailed info (current or completed)chain - backupChain
public DetailedInfo(int type,
RepositoryBackupChain chain)
type - int, the type of detailed info (current or completed)chain - backupChain
public DetailedInfo(int type,
BackupChainLog chainLog)
type - int, the type of detailed info (current or completed)chainLog - BackupChainLog
public DetailedInfo(int type,
RepositoryBackupChainLog chainLog)
type - int, the type of detailed info (current or completed)chainLog - RepositoryBackupChainLog
public DetailedInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state)
type - int, the type of DetailedInfochainLog - BackupChainLog, chain log for restorestartedTime - Calendar, the started time of restorefinishedTime - Calendar, the finished time of restorestate - int, the state of restore
public DetailedInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName,
String workspaceName)
type - int, the type of DetailedInfochainLog - BackupChainLog, chain log for restorestartedTime - Calendar, the started time of restorefinishedTime - Calendar, the finished time of restorestate - int, the state of restorerepositroryName - String, the repository nameworkspaceName - String, the workspace name
public DetailedInfo(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName)
type - int, the type of DetailedInfochainLog - RepositoryBackupChainLog, chain log for restorestartedTime - Calendar, the started time of restorefinishedTime - Calendar, the finished time of restorestate - int, the state of restorerepositroryName - String, the repository nameworkspaceName - String, the workspace name| Method Detail |
|---|
public BackupConfigBean getBackupConfig()
public void setBackupConfig(BackupConfigBean backupConfig)
backupConfig - BackupConfigBean, the backup config bean
|
eXo JCR :: Component :: Extension Service 1.15.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||