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

org.exoplatform.services.jcr.ext.backup.server.bean.response
Class DetailedInfoEx

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.backup.server.bean.response.ShortInfo
      extended by org.exoplatform.services.jcr.ext.backup.server.bean.response.DetailedInfo
          extended by 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
protected  String failMessage
           
protected  RepositoryEntry repositoryEntry
           
protected  WorkspaceEntry workspaceEntry
           
 
Fields inherited from class org.exoplatform.services.jcr.ext.backup.server.bean.response.ShortInfo
COMPLETED, CURRENT, RESTORE
 
Constructor Summary
DetailedInfoEx(int type, BackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state, String repositroryName, String workspaceName, WorkspaceEntry workspaceEntry, String failMessage)
           
DetailedInfoEx(int type, RepositoryBackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state, String repositroryName, RepositoryEntry repositoryEntry, String failMessage)
           
 
Method Summary
 String getFailMessage()
           
 WorkspaceEntry getWorkspaceEntry()
           
 void setFailMessage(String failMessage)
           
 void setWorkspaceEntry(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workspaceEntry

protected WorkspaceEntry workspaceEntry

repositoryEntry

protected 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,
                      WorkspaceEntry workspaceEntry,
                      String failMessage)

DetailedInfoEx

public DetailedInfoEx(int type,
                      RepositoryBackupChainLog chainLog,
                      Calendar startedTime,
                      Calendar finishedTime,
                      int state,
                      String repositroryName,
                      RepositoryEntry repositoryEntry,
                      String failMessage)
Method Detail

getFailMessage

public String getFailMessage()

setFailMessage

public void setFailMessage(String failMessage)

getWorkspaceEntry

public WorkspaceEntry getWorkspaceEntry()

setWorkspaceEntry

public void setWorkspaceEntry(WorkspaceEntry workspaceEntry)

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

Copyright © 2013 eXo Platform SAS. All Rights Reserved.