001
014
015 package com.liferay.portlet.exportimport.background.task;
016
017
020 public class BackgroundTaskExecutorNames {
021
022 public static final String LAYOUT_EXPORT_BACKGROUND_TASK_EXECUTOR =
023 "com.liferay.exportimport.background.task." +
024 "LayoutExportBackgroundTaskExecutor";
025
026 public static final String LAYOUT_IMPORT_BACKGROUND_TASK_EXECUTOR =
027 "com.liferay.exportimport.background.task." +
028 "LayoutImportBackgroundTaskExecutor";
029
030 public static final String LAYOUT_REMOTE_STAGING_BACKGROUND_TASK_EXECUTOR =
031 "com.liferay.exportimport.background.task." +
032 "LayoutRemoteStagingBackgroundTaskExecutor";
033
034 public static final String LAYOUT_STAGING_BACKGROUND_TASK_EXECUTOR =
035 "com.liferay.exportimport.background.task." +
036 "LayoutStagingBackgroundTaskExecutor";
037
038 public static final String PORTLET_EXPORT_BACKGROUND_TASK_EXECUTOR =
039 "com.liferay.exportimport.background.task." +
040 "PortletExportBackgroundTaskExecutor";
041
042 public static final String PORTLET_IMPORT_BACKGROUND_TASK_EXECUTOR =
043 "com.liferay.exportimport.background.task." +
044 "PortletImportBackgroundTaskExecutor";
045
046 public static final String PORTLET_STAGING_BACKGROUND_TASK_EXECUTOR =
047 "com.liferay.exportimport.background.task." +
048 "PortletStagingBackgroundTaskExecutor";
049
050 }