@Deprecated
@ProviderType
public class ExportImportProcessCallbackLifecycleListener
extends com.liferay.exportimport.kernel.lifecycle.BaseProcessExportImportLifecycleListener
| Constructor and Description |
|---|
ExportImportProcessCallbackLifecycleListener()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isParallel()
Deprecated.
|
protected void |
onProcessFailed(java.util.List<java.io.Serializable> attributes)
Deprecated.
|
protected void |
onProcessStarted(java.util.List<java.io.Serializable> attributes)
Deprecated.
|
protected void |
onProcessSucceeded(java.util.List<java.io.Serializable> attributes)
Deprecated.
|
public ExportImportProcessCallbackLifecycleListener()
public boolean isParallel()
isParallel in interface com.liferay.exportimport.kernel.lifecycle.ExportImportLifecycleListenerisParallel in class com.liferay.exportimport.kernel.lifecycle.BaseProcessExportImportLifecycleListenerprotected void onProcessFailed(java.util.List<java.io.Serializable> attributes)
throws java.lang.Exception
onProcessFailed in class com.liferay.exportimport.kernel.lifecycle.BaseProcessExportImportLifecycleListenerjava.lang.Exceptionprotected void onProcessStarted(java.util.List<java.io.Serializable> attributes)
throws java.lang.Exception
onProcessStarted in class com.liferay.exportimport.kernel.lifecycle.BaseProcessExportImportLifecycleListenerjava.lang.Exceptionprotected void onProcessSucceeded(java.util.List<java.io.Serializable> attributes)
throws java.lang.Exception
onProcessSucceeded in class com.liferay.exportimport.kernel.lifecycle.BaseProcessExportImportLifecycleListenerjava.lang.Exception