Liferay 7.0-ce-m6

com.liferay.portlet.documentlibrary.lar.lifecycle
Class DLIndexingExportImportLifecycleListener

java.lang.Object
  extended by com.liferay.portlet.exportimport.lifecycle.BaseExportImportLifecycleListener
      extended by com.liferay.portlet.documentlibrary.lar.lifecycle.DLIndexingExportImportLifecycleListener
All Implemented Interfaces:
ExportImportLifecycleListener

public class DLIndexingExportImportLifecycleListener
extends BaseExportImportLifecycleListener


Constructor Summary
DLIndexingExportImportLifecycleListener()
           
 
Method Summary
 boolean isParallel()
           
protected  void onLayoutImportProcessFinished(PortletDataContext portletDataContext)
           
protected  void onPortletImportProcessFinished(PortletDataContext portletDataContext)
           
protected  void reindex(PortletDataContext portletDataContext)
           
 
Methods inherited from class com.liferay.portlet.exportimport.lifecycle.BaseExportImportLifecycleListener
getAttributeByType, getExportImportConfigurationAttribute, getPortletDataContextAttribute, getStagedModelAttribute, getThrowableAttribute, onExportImportLifecycleEvent, onLayoutExportFailed, onLayoutExportStarted, onLayoutExportSucceeded, onLayoutImportFailed, onLayoutImportStarted, onLayoutImportSucceeded, onLayoutLocalPublicationFailed, onLayoutLocalPublicationStarted, onLayoutLocalPublicationSucceeded, onLayoutRemotePublicationFailed, onLayoutRemotePublicationStarted, onLayoutRemotePublicationSucceeded, onPortletExportFailed, onPortletExportStarted, onPortletExportSucceeded, onPortletImportFailed, onPortletImportStarted, onPortletImportSucceeded, onPortletPublicationFailed, onPortletPublicationStarted, onPortletPublicationSucceeded, onStagedModelExportFailed, onStagedModelExportStarted, onStagedModelExportSucceeded, onStagedModelImportFailed, onStagedModelImportStarted, onStagedModelImportSucceeded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLIndexingExportImportLifecycleListener

public DLIndexingExportImportLifecycleListener()
Method Detail

isParallel

public boolean isParallel()
Specified by:
isParallel in interface ExportImportLifecycleListener
Specified by:
isParallel in class BaseExportImportLifecycleListener

onLayoutImportProcessFinished

protected void onLayoutImportProcessFinished(PortletDataContext portletDataContext)
                                      throws Exception
Overrides:
onLayoutImportProcessFinished in class BaseExportImportLifecycleListener
Throws:
Exception

onPortletImportProcessFinished

protected void onPortletImportProcessFinished(PortletDataContext portletDataContext)
                                       throws Exception
Overrides:
onPortletImportProcessFinished in class BaseExportImportLifecycleListener
Throws:
Exception

reindex

protected void reindex(PortletDataContext portletDataContext)

Liferay 7.0-ce-m6