com.liferay.portlet.exportimport.lar
Class ExportImportProcessCallbackLifecycleListener
java.lang.Object
com.liferay.portlet.exportimport.lifecycle.BaseProcessExportImportLifecycleListener
com.liferay.portlet.exportimport.lar.ExportImportProcessCallbackLifecycleListener
- All Implemented Interfaces:
- ExportImportLifecycleListener
public class ExportImportProcessCallbackLifecycleListener
- extends BaseProcessExportImportLifecycleListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportImportProcessCallbackLifecycleListener
public ExportImportProcessCallbackLifecycleListener()
isParallel
public boolean isParallel()
- Specified by:
isParallel in interface ExportImportLifecycleListener- Specified by:
isParallel in class BaseProcessExportImportLifecycleListener
onProcessFailed
protected void onProcessFailed(List<Serializable> attributes)
throws Exception
- Overrides:
onProcessFailed in class BaseProcessExportImportLifecycleListener
- Throws:
Exception
onProcessStarted
protected void onProcessStarted(List<Serializable> attributes)
throws Exception
- Overrides:
onProcessStarted in class BaseProcessExportImportLifecycleListener
- Throws:
Exception
onProcessSucceeded
protected void onProcessSucceeded(List<Serializable> attributes)
throws Exception
- Overrides:
onProcessSucceeded in class BaseProcessExportImportLifecycleListener
- Throws:
Exception