com.liferay.portal.lar.backgroundtask
Class StagingIndexingBackgroundTaskExecutor
java.lang.Object
com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutor
com.liferay.portal.lar.backgroundtask.StagingIndexingBackgroundTaskExecutor
- All Implemented Interfaces:
- BackgroundTaskExecutor
public class StagingIndexingBackgroundTaskExecutor
- extends BaseBackgroundTaskExecutor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StagingIndexingBackgroundTaskExecutor
public StagingIndexingBackgroundTaskExecutor()
execute
public BackgroundTaskResult execute(BackgroundTask backgroundTask)
throws Exception
- Throws:
Exception
reindexDDMStructures
protected void reindexDDMStructures(List<Long> ddmStructureIds,
Map<String,Map<?,?>> newPrimaryKeysMaps,
long groupId)
throws Exception
- Throws:
Exception
containsValue
protected boolean containsValue(Map<?,?> map,
long value)
handleException
public String handleException(BackgroundTask backgroundTask,
Exception e)
- Specified by:
handleException in interface BackgroundTaskExecutor- Overrides:
handleException in class BaseBackgroundTaskExecutor