Uses of Interface
com.liferay.portal.kernel.backgroundtask.BackgroundTask
Packages that use BackgroundTask
Package
Description
-
Uses of BackgroundTask in com.liferay.exportimport.kernel.configuration
Methods in com.liferay.exportimport.kernel.configuration with parameters of type BackgroundTaskModifier and TypeMethodDescriptionstatic String[]ExportImportConfigurationUtil.getExportImportConfigurationParameter(BackgroundTask backgroundTask, String parameterName) -
Uses of BackgroundTask in com.liferay.exportimport.kernel.lar
Methods in com.liferay.exportimport.kernel.lar with parameters of type BackgroundTaskModifier and TypeMethodDescriptionvoidExportImportHelper.processBackgroundTaskManifestSummary(long userId, long sourceGroupId, BackgroundTask backgroundTask, File file) static voidExportImportHelperUtil.processBackgroundTaskManifestSummary(long userId, long sourceGroupId, BackgroundTask backgroundTask, File file) -
Uses of BackgroundTask in com.liferay.portal.kernel.backgroundtask
Methods in com.liferay.portal.kernel.backgroundtask that return BackgroundTaskModifier and TypeMethodDescriptionBackgroundTaskManager.addBackgroundTask(long userId, long groupId, String name, String[] servletContextNames, Class<?> taskExecutorClass, Map<String, Serializable> taskContextMap, ServiceContext serviceContext) BackgroundTaskManager.addBackgroundTask(long userId, long groupId, String name, String taskExecutorClassName, Map<String, Serializable> taskContextMap, ServiceContext serviceContext) static BackgroundTaskBackgroundTaskManagerUtil.addBackgroundTask(long userId, long groupId, String name, String[] servletContextNames, Class<?> taskExecutorClass, Map<String, Serializable> taskContextMap, ServiceContext serviceContext) static BackgroundTaskBackgroundTaskManagerUtil.addBackgroundTask(long userId, long groupId, String name, String taskExecutorClassName, Map<String, Serializable> taskContextMap, ServiceContext serviceContext) BackgroundTaskManager.amendBackgroundTask(long backgroundTaskId, Map<String, Serializable> taskContextMap, int status, ServiceContext serviceContext) BackgroundTaskManager.amendBackgroundTask(long backgroundTaskId, Map<String, Serializable> taskContextMap, int status, String statusMessage, ServiceContext serviceContext) static BackgroundTaskBackgroundTaskManagerUtil.amendBackgroundTask(long backgroundTaskId, Map<String, Serializable> taskContextMap, int status, ServiceContext serviceContext) static BackgroundTaskBackgroundTaskManagerUtil.amendBackgroundTask(long backgroundTaskId, Map<String, Serializable> taskContextMap, int status, String statusMessage, ServiceContext serviceContext) BackgroundTaskManager.deleteBackgroundTask(long backgroundTaskId) static BackgroundTaskBackgroundTaskManagerUtil.deleteBackgroundTask(long backgroundTaskId) BackgroundTaskManager.fetchBackgroundTask(long backgroundTaskId) static BackgroundTaskBackgroundTaskManagerUtil.fetchBackgroundTask(long backgroundTaskId) BackgroundTaskManager.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.fetchFirstBackgroundTask(String taskExecutorClassName, int status) BackgroundTaskManager.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator) static BackgroundTaskBackgroundTaskManagerUtil.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator) static BackgroundTaskBackgroundTaskManagerUtil.fetchFirstBackgroundTask(String taskExecutorClassName, int status) static BackgroundTaskBackgroundTaskManagerUtil.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTask(long backgroundTaskId) static BackgroundTaskBackgroundTaskManagerUtil.getBackgroundTask(long backgroundTaskId) Methods in com.liferay.portal.kernel.backgroundtask that return types with arguments of type BackgroundTaskModifier and TypeMethodDescriptionBackgroundTaskManager.getBackgroundTasks(long[] groupIds, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(long[] groupIds, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(long[] groupIds, String name, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(long[] groupIds, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(long groupId, int status) BackgroundTaskManager.getBackgroundTasks(long groupId, String taskExecutorClassName) BackgroundTaskManager.getBackgroundTasks(long groupId, String[] taskExecutorClassNames) BackgroundTaskManager.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int status) BackgroundTaskManager.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(long groupId, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(long groupId, String taskExecutorClassName, int status) BackgroundTaskManager.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(String[] taskExecutorClassNames, int status) BackgroundTaskManager.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(String taskExecutorClassName, int status) BackgroundTaskManager.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long[] groupIds, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long[] groupIds, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long[] groupIds, String name, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long[] groupIds, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, int status) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String taskExecutorClassName) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String[] taskExecutorClassNames) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int status) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String taskExecutorClassName, int status) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(String[] taskExecutorClassNames, int status) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(String taskExecutorClassName, int status) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasksByDuration(long[] groupIds, String[] taskExecutorClassName, boolean completed, int start, int end, boolean orderByType) BackgroundTaskManager.getBackgroundTasksByDuration(long[] groupIds, String[] taskExecutorClassName, int start, int end, boolean orderByType) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasksByDuration(long[] groupIds, String[] taskExecutorClassName, boolean completed, int start, int end, boolean orderByType) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasksByDuration(long[] groupIds, String[] taskExecutorClassName, int start, int end, boolean orderByType) Methods in com.liferay.portal.kernel.backgroundtask with parameters of type BackgroundTaskModifier and TypeMethodDescriptionvoidBackgroundTaskManager.cleanUpBackgroundTask(BackgroundTask backgroundTask, int status) static voidBackgroundTaskManagerUtil.cleanUpBackgroundTask(BackgroundTask backgroundTask, int status) BackgroundTaskExecutor.execute(BackgroundTask backgroundTask) ClassLoaderAwareBackgroundTaskExecutor.execute(BackgroundTask backgroundTask) DelegatingBackgroundTaskExecutor.execute(BackgroundTask backgroundTask) BackgroundTaskExecutor.generateLockKey(BackgroundTask backgroundTask) BaseBackgroundTaskExecutor.generateLockKey(BackgroundTask backgroundTask) DelegatingBackgroundTaskExecutor.generateLockKey(BackgroundTask backgroundTask) BackgroundTaskExecutor.getBackgroundTaskDisplay(BackgroundTask backgroundTask) DelegatingBackgroundTaskExecutor.getBackgroundTaskDisplay(BackgroundTask backgroundTask) protected LocaleBaseBackgroundTaskExecutor.getLocale(BackgroundTask backgroundTask) BackgroundTaskExecutor.handleException(BackgroundTask backgroundTask, Exception exception) BaseBackgroundTaskExecutor.handleException(BackgroundTask backgroundTask, Exception exception) DelegatingBackgroundTaskExecutor.handleException(BackgroundTask backgroundTask, Exception exception) Method parameters in com.liferay.portal.kernel.backgroundtask with type arguments of type BackgroundTaskModifier and TypeMethodDescriptionBackgroundTaskManager.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator) static BackgroundTaskBackgroundTaskManagerUtil.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator) static BackgroundTaskBackgroundTaskManagerUtil.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(long[] groupIds, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(long[] groupIds, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(long[] groupIds, String name, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(long[] groupIds, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(long groupId, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long[] groupIds, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long[] groupIds, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long[] groupIds, String name, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long[] groupIds, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>BackgroundTaskManagerUtil.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) -
Uses of BackgroundTask in com.liferay.portal.kernel.backgroundtask.display
Methods in com.liferay.portal.kernel.backgroundtask.display with parameters of type BackgroundTaskModifier and TypeMethodDescriptionBackgroundTaskDisplayFactory.getBackgroundTaskDisplay(BackgroundTask backgroundTask) static BackgroundTaskDisplayBackgroundTaskDisplayFactoryUtil.getBackgroundTaskDisplay(BackgroundTask backgroundTask) -
Uses of BackgroundTask in com.liferay.portal.kernel.search
Methods in com.liferay.portal.kernel.search that return BackgroundTaskModifier and TypeMethodDescriptionIndexWriterHelper.reindex(long userId, String jobName, long[] companyIds, String className, Map<String, Serializable> taskContextMap) IndexWriterHelper.reindex(long userId, String jobName, long[] companyIds, Map<String, Serializable> taskContextMap) static BackgroundTaskIndexWriterHelperUtil.reindex(long userId, String jobName, long[] companyIds, String className, Map<String, Serializable> taskContextMap) static BackgroundTaskIndexWriterHelperUtil.reindex(long userId, String jobName, long[] companyIds, Map<String, Serializable> taskContextMap)