public abstract class BaseProcessExportImportLifecycleListener
extends java.lang.Object
implements com.liferay.portlet.exportimport.lifecycle.ExportImportLifecycleListener
| Constructor and Description |
|---|
BaseProcessExportImportLifecycleListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isParallel() |
void |
onExportImportLifecycleEvent(com.liferay.portlet.exportimport.lifecycle.ExportImportLifecycleEvent exportImportLifecycleEvent) |
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 BaseProcessExportImportLifecycleListener()
public abstract boolean isParallel()
isParallel in interface com.liferay.portlet.exportimport.lifecycle.ExportImportLifecycleListenerpublic void onExportImportLifecycleEvent(com.liferay.portlet.exportimport.lifecycle.ExportImportLifecycleEvent exportImportLifecycleEvent)
throws java.lang.Exception
onExportImportLifecycleEvent in interface com.liferay.portlet.exportimport.lifecycle.ExportImportLifecycleListenerjava.lang.Exceptionprotected void onProcessFailed(java.util.List<java.io.Serializable> attributes)
throws java.lang.Exception
java.lang.Exceptionprotected void onProcessStarted(java.util.List<java.io.Serializable> attributes)
throws java.lang.Exception
java.lang.Exceptionprotected void onProcessSucceeded(java.util.List<java.io.Serializable> attributes)
throws java.lang.Exception
java.lang.Exception