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
public abstract class AbstractFullBackupJob extends AbstractBackupJob
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 Constructor Description AbstractFullBackupJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetType()Getting the type of job.-
Methods inherited from class org.exoplatform.services.jcr.ext.backup.impl.AbstractBackupJob
addListener, createStorage, getId, getState, getStorageURL, notifyError, notifyListeners, removeListener
-
-
-
-
Method Detail
-
getType
public final int getType()
Description copied from interface:BackupJobGetting the type of job.- Returns:
- int return the type of job
-
-