public class DetailedInfoEx extends DetailedInfo
| Modifier and Type | Field and Description |
|---|---|
protected String |
failMessage |
protected org.exoplatform.services.jcr.config.RepositoryEntry |
repositoryEntry |
protected org.exoplatform.services.jcr.config.WorkspaceEntry |
workspaceEntry |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFailMessage() |
org.exoplatform.services.jcr.config.WorkspaceEntry |
getWorkspaceEntry() |
void |
setFailMessage(String failMessage) |
void |
setWorkspaceEntry(org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry) |
getBackupConfig, setBackupConfiggetBackupId, getBackupType, getFinishedTime, getRepositoryName, getStartedTime, getState, getType, getWorkspaceName, setBackupId, setBackupType, setFinishedTime, setRepositoryName, setStartedTime, setState, setType, setWorkspaceNameprotected org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry
protected org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry
protected String failMessage
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)
public DetailedInfoEx(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName,
org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry,
String failMessage)
public String getFailMessage()
public void setFailMessage(String failMessage)
public org.exoplatform.services.jcr.config.WorkspaceEntry getWorkspaceEntry()
public void setWorkspaceEntry(org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.