Class DetailedInfoEx
- java.lang.Object
-
- org.exoplatform.services.jcr.ext.backup.server.bean.response.ShortInfo
-
- org.exoplatform.services.jcr.ext.backup.server.bean.response.DetailedInfo
-
- org.exoplatform.services.jcr.ext.backup.server.bean.response.DetailedInfoEx
-
public class DetailedInfoEx extends DetailedInfo
Created by The eXo Platform SAS .- Version:
- $
- Author:
- Vitaliy Gulyy
-
-
Field Summary
Fields Modifier and Type Field Description protected StringfailMessageprotected org.exoplatform.services.jcr.config.RepositoryEntryrepositoryEntryprotected org.exoplatform.services.jcr.config.WorkspaceEntryworkspaceEntry
-
Constructor Summary
Constructors Constructor Description DetailedInfoEx(int type, BackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state, String repositroryName, String workspaceName, org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry, String failMessage)DetailedInfoEx(int type, RepositoryBackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state, String repositroryName, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, String failMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFailMessage()org.exoplatform.services.jcr.config.WorkspaceEntrygetWorkspaceEntry()voidsetFailMessage(String failMessage)voidsetWorkspaceEntry(org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry)-
Methods inherited from class org.exoplatform.services.jcr.ext.backup.server.bean.response.DetailedInfo
getBackupConfig, 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
-
-
-
-
Field Detail
-
workspaceEntry
protected org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry
-
repositoryEntry
protected org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry
-
failMessage
protected String failMessage
-
-
Constructor Detail
-
DetailedInfoEx
public DetailedInfoEx(int type, BackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state, String repositroryName, String workspaceName, org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry, String failMessage)
-
DetailedInfoEx
public DetailedInfoEx(int type, RepositoryBackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state, String repositroryName, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, String failMessage)
-
-
Method Detail
-
getFailMessage
public String getFailMessage()
-
setFailMessage
public void setFailMessage(String failMessage)
-
getWorkspaceEntry
public org.exoplatform.services.jcr.config.WorkspaceEntry getWorkspaceEntry()
-
setWorkspaceEntry
public void setWorkspaceEntry(org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry)
-
-