Modifier and Type | Method and Description |
---|---|
static OrderByComparator<BackgroundTask> |
BackgroundTaskComparatorFactoryUtil.getBackgroundTaskOrderByComparator(String orderByCol,
String orderByType) |
Modifier and Type | Method and Description |
---|---|
int |
BackgroundTaskCompletionDateComparator.compare(BackgroundTask backgroundTask1,
BackgroundTask backgroundTask2) |
int |
BackgroundTaskNameComparator.compare(BackgroundTask backgroundTask1,
BackgroundTask backgroundTask2) |
int |
BackgroundTaskCreateDateComparator.compare(BackgroundTask backgroundTask1,
BackgroundTask backgroundTask2) |
Modifier and Type | Method and Description |
---|---|
static String[] |
ExportImportConfigurationHelper.getExportImportConfigurationParameter(BackgroundTask backgroundTask,
String parameterName) |
Modifier and Type | Method and Description |
---|---|
BackgroundTask |
BackgroundTaskManager.addBackgroundTask(long userId,
long groupId,
String name,
String[] servletContextNames,
Class<?> taskExecutorClass,
Map<String,Serializable> taskContextMap,
ServiceContext serviceContext) |
static BackgroundTask |
BackgroundTaskManagerUtil.addBackgroundTask(long userId,
long groupId,
String name,
String[] servletContextNames,
Class<?> taskExecutorClass,
Map<String,Serializable> taskContextMap,
ServiceContext serviceContext) |
BackgroundTask |
BackgroundTaskManager.addBackgroundTask(long userId,
long groupId,
String name,
String taskExecutorClassName,
Map<String,Serializable> taskContextMap,
ServiceContext serviceContext) |
static BackgroundTask |
BackgroundTaskManagerUtil.addBackgroundTask(long userId,
long groupId,
String name,
String taskExecutorClassName,
Map<String,Serializable> taskContextMap,
ServiceContext serviceContext) |
BackgroundTask |
BackgroundTaskManager.amendBackgroundTask(long backgroundTaskId,
Map<String,Serializable> taskContextMap,
int status,
ServiceContext serviceContext) |
static BackgroundTask |
BackgroundTaskManagerUtil.amendBackgroundTask(long backgroundTaskId,
Map<String,Serializable> taskContextMap,
int status,
ServiceContext serviceContext) |
BackgroundTask |
BackgroundTaskManager.amendBackgroundTask(long backgroundTaskId,
Map<String,Serializable> taskContextMap,
int status,
String statusMessage,
ServiceContext serviceContext) |
static BackgroundTask |
BackgroundTaskManagerUtil.amendBackgroundTask(long backgroundTaskId,
Map<String,Serializable> taskContextMap,
int status,
String statusMessage,
ServiceContext serviceContext) |
BackgroundTask |
BackgroundTaskManager.deleteBackgroundTask(long backgroundTaskId) |
static BackgroundTask |
BackgroundTaskManagerUtil.deleteBackgroundTask(long backgroundTaskId) |
BackgroundTask |
BackgroundTaskManager.fetchBackgroundTask(long backgroundTaskId) |
static BackgroundTask |
BackgroundTaskManagerUtil.fetchBackgroundTask(long backgroundTaskId) |
BackgroundTask |
BackgroundTaskManager.fetchFirstBackgroundTask(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator) |
static BackgroundTask |
BackgroundTaskManagerUtil.fetchFirstBackgroundTask(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator) |
BackgroundTask |
BackgroundTaskManager.fetchFirstBackgroundTask(String taskExecutorClassName,
int status) |
static BackgroundTask |
BackgroundTaskManagerUtil.fetchFirstBackgroundTask(String taskExecutorClassName,
int status) |
BackgroundTask |
BackgroundTaskManager.fetchFirstBackgroundTask(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator) |
static BackgroundTask |
BackgroundTaskManagerUtil.fetchFirstBackgroundTask(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator) |
BackgroundTask |
BackgroundTaskManager.getBackgroundTask(long backgroundTaskId) |
static BackgroundTask |
BackgroundTaskManagerUtil.getBackgroundTask(long backgroundTaskId) |
Modifier and Type | Method and Description |
---|---|
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long[] groupIds,
String taskExecutorClassName,
boolean completed,
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) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long[] groupIds,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
static List<BackgroundTask> |
BackgroundTaskManagerUtil.getBackgroundTasks(long[] groupIds,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long[] groupIds,
String name,
String taskExecutorClassName,
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) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long groupId,
int status) |
static List<BackgroundTask> |
BackgroundTaskManagerUtil.getBackgroundTasks(long groupId,
int status) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long groupId,
String taskExecutorClassName) |
static List<BackgroundTask> |
BackgroundTaskManagerUtil.getBackgroundTasks(long groupId,
String taskExecutorClassName) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long groupId,
String[] taskExecutorClassNames) |
static List<BackgroundTask> |
BackgroundTaskManagerUtil.getBackgroundTasks(long groupId,
String[] taskExecutorClassNames) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long groupId,
String[] taskExecutorClassNames,
int status) |
static List<BackgroundTask> |
BackgroundTaskManagerUtil.getBackgroundTasks(long groupId,
String[] taskExecutorClassNames,
int status) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long groupId,
String[] taskExecutorClassNames,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
static List<BackgroundTask> |
BackgroundTaskManagerUtil.getBackgroundTasks(long groupId,
String[] taskExecutorClassNames,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long groupId,
String taskExecutorClassName,
boolean completed,
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) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long groupId,
String taskExecutorClassName,
int status) |
static List<BackgroundTask> |
BackgroundTaskManagerUtil.getBackgroundTasks(long groupId,
String taskExecutorClassName,
int status) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long groupId,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
static List<BackgroundTask> |
BackgroundTaskManagerUtil.getBackgroundTasks(long groupId,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long groupId,
String name,
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) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(String[] taskExecutorClassNames,
int status) |
static List<BackgroundTask> |
BackgroundTaskManagerUtil.getBackgroundTasks(String[] taskExecutorClassNames,
int status) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(String[] taskExecutorClassNames,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
static List<BackgroundTask> |
BackgroundTaskManagerUtil.getBackgroundTasks(String[] taskExecutorClassNames,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(String taskExecutorClassName,
int status) |
static List<BackgroundTask> |
BackgroundTaskManagerUtil.getBackgroundTasks(String taskExecutorClassName,
int status) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(String taskExecutorClassName,
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) |
Modifier and Type | Method and Description |
---|---|
protected Lock |
SerialBackgroundTaskExecutor.acquireLock(BackgroundTask backgroundTask) |
void |
BackgroundTaskManager.cleanUpBackgroundTask(BackgroundTask backgroundTask,
int status) |
static void |
BackgroundTaskManagerUtil.cleanUpBackgroundTask(BackgroundTask backgroundTask,
int status) |
BackgroundTaskResult |
ThreadLocalAwareBackgroundTaskExecutor.execute(BackgroundTask backgroundTask) |
BackgroundTaskResult |
SerialBackgroundTaskExecutor.execute(BackgroundTask backgroundTask) |
BackgroundTaskResult |
ClassLoaderAwareBackgroundTaskExecutor.execute(BackgroundTask backgroundTask) |
BackgroundTaskResult |
BackgroundTaskExecutor.execute(BackgroundTask backgroundTask) |
BackgroundTaskResult |
DelegatingBackgroundTaskExecutor.execute(BackgroundTask backgroundTask) |
String |
BaseBackgroundTaskExecutor.generateLockKey(BackgroundTask backgroundTask) |
String |
BackgroundTaskExecutor.generateLockKey(BackgroundTask backgroundTask) |
String |
DelegatingBackgroundTaskExecutor.generateLockKey(BackgroundTask backgroundTask) |
BackgroundTaskDisplay |
BackgroundTaskExecutor.getBackgroundTaskDisplay(BackgroundTask backgroundTask) |
BackgroundTaskDisplay |
DelegatingBackgroundTaskExecutor.getBackgroundTaskDisplay(BackgroundTask backgroundTask) |
protected Locale |
BaseBackgroundTaskExecutor.getLocale(BackgroundTask backgroundTask) |
protected static String |
BackgroundTaskLockHelperUtil.getLockKey(BackgroundTask backgroundTask) |
String |
BaseBackgroundTaskExecutor.handleException(BackgroundTask backgroundTask,
Exception e) |
String |
BackgroundTaskExecutor.handleException(BackgroundTask backgroundTask,
Exception e) |
String |
DelegatingBackgroundTaskExecutor.handleException(BackgroundTask backgroundTask,
Exception e) |
static boolean |
BackgroundTaskLockHelperUtil.isLockedBackgroundTask(BackgroundTask backgroundTask) |
static Lock |
BackgroundTaskLockHelperUtil.lockBackgroundTask(BackgroundTask backgroundTask) |
static void |
BackgroundTaskLockHelperUtil.unlockBackgroundTask(BackgroundTask backgroundTask) |
Modifier and Type | Method and Description |
---|---|
BackgroundTask |
BackgroundTaskManager.fetchFirstBackgroundTask(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator) |
static BackgroundTask |
BackgroundTaskManagerUtil.fetchFirstBackgroundTask(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator) |
BackgroundTask |
BackgroundTaskManager.fetchFirstBackgroundTask(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator) |
static BackgroundTask |
BackgroundTaskManagerUtil.fetchFirstBackgroundTask(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long[] groupIds,
String taskExecutorClassName,
boolean completed,
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) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long[] groupIds,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
static List<BackgroundTask> |
BackgroundTaskManagerUtil.getBackgroundTasks(long[] groupIds,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long[] groupIds,
String name,
String taskExecutorClassName,
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) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long groupId,
String[] taskExecutorClassNames,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
static List<BackgroundTask> |
BackgroundTaskManagerUtil.getBackgroundTasks(long groupId,
String[] taskExecutorClassNames,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long groupId,
String taskExecutorClassName,
boolean completed,
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) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long groupId,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
static List<BackgroundTask> |
BackgroundTaskManagerUtil.getBackgroundTasks(long groupId,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(long groupId,
String name,
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) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(String[] taskExecutorClassNames,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
static List<BackgroundTask> |
BackgroundTaskManagerUtil.getBackgroundTasks(String[] taskExecutorClassNames,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator) |
List<BackgroundTask> |
BackgroundTaskManager.getBackgroundTasks(String taskExecutorClassName,
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) |
Modifier and Type | Field and Description |
---|---|
protected BackgroundTask |
BaseBackgroundTaskDisplay.backgroundTask |
Modifier and Type | Method and Description |
---|---|
static BackgroundTaskDisplay |
BackgroundTaskDisplayFactoryUtil.getBackgroundTaskDisplay(BackgroundTask backgroundTask) |
BackgroundTaskDisplay |
BackgroundTaskDisplayFactory.getBackgroundTaskDisplay(BackgroundTask backgroundTask) |
Constructor and Description |
---|
BaseBackgroundTaskDisplay(BackgroundTask backgroundTask) |
Modifier and Type | Method and Description |
---|---|
BackgroundTask |
IndexWriterHelper.reindex(long userId,
String jobName,
long[] companyIds,
Map<String,Serializable> taskContextMap) |
static BackgroundTask |
IndexWriterHelperUtil.reindex(long userId,
String jobName,
long[] companyIds,
Map<String,Serializable> taskContextMap) |
BackgroundTask |
IndexWriterHelper.reindex(long userId,
String jobName,
long[] companyIds,
String className,
Map<String,Serializable> taskContextMap) |
static BackgroundTask |
IndexWriterHelperUtil.reindex(long userId,
String jobName,
long[] companyIds,
String className,
Map<String,Serializable> taskContextMap) |