Liferay 7.0-ce-m2

com.liferay.portal.lar.backgroundtask
Class BaseStagingBackgroundTaskExecutor

java.lang.Object
  extended by com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutor
      extended by com.liferay.portal.lar.backgroundtask.BaseStagingBackgroundTaskExecutor
All Implemented Interfaces:
BackgroundTaskExecutor
Direct Known Subclasses:
LayoutRemoteStagingBackgroundTaskExecutor, LayoutStagingBackgroundTaskExecutor, PortletStagingBackgroundTaskExecutor

public abstract class BaseStagingBackgroundTaskExecutor
extends BaseBackgroundTaskExecutor


Constructor Summary
BaseStagingBackgroundTaskExecutor()
           
 
Method Summary
protected  void clearBackgroundTaskStatus(BackgroundTask backgroundTask)
           
 String handleException(BackgroundTask backgroundTask, Exception e)
           
protected  void markBackgroundTask(long backgroundTaskId, String backgroundTaskState)
           
protected  BackgroundTaskResult processMissingReferences(long backgroundTaskId, MissingReferences missingReferences)
           
 
Methods inherited from class com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutor
getBackgroundTaskStatusMessageTranslator, getLocale, isSerial, setBackgroundTaskStatusMessageTranslator, setSerial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.backgroundtask.BackgroundTaskExecutor
execute
 

Constructor Detail

BaseStagingBackgroundTaskExecutor

public BaseStagingBackgroundTaskExecutor()
Method Detail

handleException

public String handleException(BackgroundTask backgroundTask,
                              Exception e)
Specified by:
handleException in interface BackgroundTaskExecutor
Overrides:
handleException in class BaseBackgroundTaskExecutor

clearBackgroundTaskStatus

protected void clearBackgroundTaskStatus(BackgroundTask backgroundTask)

markBackgroundTask

protected void markBackgroundTask(long backgroundTaskId,
                                  String backgroundTaskState)

processMissingReferences

protected BackgroundTaskResult processMissingReferences(long backgroundTaskId,
                                                        MissingReferences missingReferences)

Liferay 7.0-ce-m2