Class AbstractFullBackupJob
java.lang.Object
org.exoplatform.services.jcr.ext.backup.impl.AbstractBackupJob
org.exoplatform.services.jcr.ext.backup.impl.AbstractFullBackupJob
- Direct Known Subclasses:
FullBackupJob,FullBackupJob
Created by The eXo Platform SARL .
- Version:
- $Id: $
- Author:
- Gennady Azarenkov
-
Field Summary
Fields inherited from class org.exoplatform.services.jcr.ext.backup.impl.AbstractBackupJob
config, id, repository, state, timeStamp, url, workspaceName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exoplatform.services.jcr.ext.backup.impl.AbstractBackupJob
addListener, createStorage, getId, getState, getStorageURL, notifyError, notifyListeners, removeListener
-
Constructor Details
-
AbstractFullBackupJob
public AbstractFullBackupJob()
-
-
Method Details
-
getType
public final int getType()Description copied from interface:BackupJobGetting the type of job.- Returns:
- int return the type of job
-