public class ExportImportProcessCallbackLifecycleListener
extends com.liferay.exportimport.kernel.lifecycle.BaseProcessExportImportLifecycleListener
| Constructor and Description |
|---|
ExportImportProcessCallbackLifecycleListener() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isParallel() |
protected void |
onProcessFailed(java.util.List<java.io.Serializable> attributes) |
protected void |
onProcessStarted(java.util.List<java.io.Serializable> attributes) |
protected void |
onProcessSucceeded(java.util.List<java.io.Serializable> attributes) |
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