Liferay 7.0-ce-m6

com.liferay.portlet.exportimport.lifecycle
Class IndexingExportImportLifecycleListener

java.lang.Object
  extended by com.liferay.portlet.exportimport.lifecycle.IndexingExportImportLifecycleListener
All Implemented Interfaces:
ExportImportLifecycleListener

public class IndexingExportImportLifecycleListener
extends Object
implements ExportImportLifecycleListener


Constructor Summary
IndexingExportImportLifecycleListener()
           
 
Method Summary
 boolean isParallel()
           
 void onExportImportLifecycleEvent(ExportImportLifecycleEvent exportImportLifecycleEvent)
           
protected  void reindex(PortletDataContext portletDataContext, long userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexingExportImportLifecycleListener

public IndexingExportImportLifecycleListener()
Method Detail

isParallel

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

onExportImportLifecycleEvent

public void onExportImportLifecycleEvent(ExportImportLifecycleEvent exportImportLifecycleEvent)
                                  throws Exception
Specified by:
onExportImportLifecycleEvent in interface ExportImportLifecycleListener
Throws:
Exception

reindex

protected void reindex(PortletDataContext portletDataContext,
                       long userId)

Liferay 7.0-ce-m6