@Deprecated public abstract class BaseProcessExportImportLifecycleListener extends java.lang.Object implements ExportImportLifecycleListener
| Constructor and Description |
|---|
BaseProcessExportImportLifecycleListener()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isParallel()
Deprecated.
|
void |
onExportImportLifecycleEvent(ExportImportLifecycleEvent exportImportLifecycleEvent)
Deprecated.
|
protected void |
onProcessFailed(ExportImportLifecycleEvent exportImportLifecycleEvent)
Deprecated.
|
protected void |
onProcessFailed(java.util.List<java.io.Serializable> attributes)
Deprecated.
As of 7.0.0
|
protected void |
onProcessStarted(ExportImportLifecycleEvent exportImportLifecycleEvent)
Deprecated.
|
protected void |
onProcessStarted(java.util.List<java.io.Serializable> attributes)
Deprecated.
As of 7.0.0
|
protected void |
onProcessSucceeded(ExportImportLifecycleEvent exportImportLifecycleEvent)
Deprecated.
|
protected void |
onProcessSucceeded(java.util.List<java.io.Serializable> attributes)
Deprecated.
As of 7.0.0
|
public BaseProcessExportImportLifecycleListener()
public abstract boolean isParallel()
isParallel in interface ExportImportLifecycleListenerpublic void onExportImportLifecycleEvent(ExportImportLifecycleEvent exportImportLifecycleEvent) throws java.lang.Exception
onExportImportLifecycleEvent in interface ExportImportLifecycleListenerjava.lang.Exceptionprotected void onProcessFailed(ExportImportLifecycleEvent exportImportLifecycleEvent) throws java.lang.Exception
java.lang.Exception@Deprecated
protected void onProcessFailed(java.util.List<java.io.Serializable> attributes)
throws java.lang.Exception
java.lang.Exceptionprotected void onProcessStarted(ExportImportLifecycleEvent exportImportLifecycleEvent) throws java.lang.Exception
java.lang.Exception@Deprecated
protected void onProcessStarted(java.util.List<java.io.Serializable> attributes)
throws java.lang.Exception
java.lang.Exceptionprotected void onProcessSucceeded(ExportImportLifecycleEvent exportImportLifecycleEvent) throws java.lang.Exception
java.lang.Exception@Deprecated
protected void onProcessSucceeded(java.util.List<java.io.Serializable> attributes)
throws java.lang.Exception
java.lang.Exception