|
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
public class ShortInfo
Created by The eXo Platform SAS.
Date: 13.04.2009
| Field Summary | |
|---|---|
static int |
COMPLETED
The type for completed backup. |
static int |
CURRENT
The type for current backup. |
static int |
RESTORE
The type for current restore. |
| Constructor Summary | |
|---|---|
ShortInfo()
ShortInfo. |
|
ShortInfo(int type,
BackupChain chain)
ShortInfo constructor. |
|
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. |
|
ShortInfo(int type,
RepositoryBackupChain chain)
ShortInfo constructor. |
|
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. |
|
| Method Summary | |
|---|---|
String |
getBackupId()
getBackupId. |
Integer |
getBackupType()
getBackupType. |
String |
getFinishedTime()
getFinishedTime. |
String |
getRepositoryName()
getRepositoryName. |
String |
getStartedTime()
getStartedTime. |
Integer |
getState()
getState. |
Integer |
getType()
getType. |
String |
getWorkspaceName()
getWorkspaceName. |
void |
setBackupId(String backupId)
setBackupId. |
void |
setBackupType(Integer backupType)
setBackupType. |
void |
setFinishedTime(String finishedTime)
setFinishedTime. |
void |
setRepositoryName(String repositoryName)
setRepositoryName. |
void |
setStartedTime(String startedTime)
setStartedTime. |
void |
setState(Integer state)
setState. |
void |
setType(Integer type)
setType. |
void |
setWorkspaceName(String workspaceName)
setWorkspaceName. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CURRENT
public static final int COMPLETED
public static final int RESTORE
| Constructor Detail |
|---|
public ShortInfo()
public ShortInfo(int type,
BackupChain chain)
type - int, the tupe of short infochain - BackupChain, the backup chain for current backup.
public ShortInfo(int type,
RepositoryBackupChain chain)
type - int, the tupe of short infochain - RepositoryBackupChain, the backup chain for current backup.
public ShortInfo(int type,
BackupChainLog chainLog)
type - int, the tupe of short infochainLog - BackupChainLog, the backup chain log for completed backup.
public ShortInfo(int type,
RepositoryBackupChainLog chainLog)
type - int, the tupe of short infochainLog - BackupChainLog, the backup chain log for completed backup.
public ShortInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state)
type - int, the tupe of short infochainLog - BackupChainLog, the backup chain log for completed backup.startedTime - Calendar, the stated timefinishedTime - Calendar, the finished timestate - int, the state of restore
public ShortInfo(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state)
type - int, the type of short infochainLog - RepositoryBackupChainLog, the backup chain log for completed backup.startedTime - Calendar, the stated timefinishedTime - Calendar, the finished timestate - int, the state of restore
public ShortInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName,
String workspaceName)
type - int, the tupe of short infochainLog - BackupChainLog, the backup chain log for completed backup.startedTime - Calendar, the stated timefinishedTime - Calendar, the finished timestate - int, the state of restorerepositroryName - String, the repository nameworkspaceName - String, the workspace name
public ShortInfo(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName)
type - int, the tupe of short infochainLog - BackupChainLog, the backup chain log for completed backup.startedTime - Calendar, the stated timefinishedTime - Calendar, the finished timestate - int, the state of restorerepositroryName - String, the repository name| Method Detail |
|---|
public Integer getState()
public void setState(Integer state)
state - Integer, the state of backup or restorepublic String getBackupId()
public void setBackupId(String backupId)
backupId - the backup identifierpublic String getRepositoryName()
public void setRepositoryName(String repositoryName)
repositoryName - String, repository namepublic String getWorkspaceName()
public void setWorkspaceName(String workspaceName)
workspaceName - String, the workspace namepublic String getStartedTime()
public void setStartedTime(String startedTime)
startedTime - String, the started time of backup or restorepublic String getFinishedTime()
public void setFinishedTime(String finishedTime)
finishedTime - String, the finished time of backup or restorepublic Integer getType()
public void setType(Integer type)
type - Integer, the type of ShortInfopublic Integer getBackupType()
public void setBackupType(Integer backupType)
backupType - Integer, the backup type
|
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 | |||||||||