Package tethys.tasks
Class ExportDatablockGroup
java.lang.Object
offlineProcessing.OfflineTaskGroup
tethys.tasks.TethysTaskGroup
tethys.tasks.ExportDatablockGroup
- All Implemented Interfaces:
PamSettings
,SettingsNameProvider
Detections handler already has a very system for looping through
data which is a bit different to the standard one in offline task,
so an going to override the main background function and do it our
own way!
- Author:
- dg50
-
Nested Class Summary
Nested classes/interfaces inherited from class offlineProcessing.OfflineTaskGroup
OfflineTaskGroup.TaskGroupWorker
-
Field Summary
Fields inherited from class offlineProcessing.OfflineTaskGroup
worker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
runBackgroundTasks
(OfflineTaskGroup.TaskGroupWorker taskGroupWorker) Move all of the functions out of the TaskGroupWorker class so that they can be overridden / modified in specialist versions of OfflineTaskGroupMethods inherited from class offlineProcessing.OfflineTaskGroup
addTask, addTasks, clearTasks, commitDatabase, completeTasks, getCompletionStatus, getDataTimeLimits, getNTasks, getPrimaryDataBlock, getProcessTime, getSettingsReference, getSettingsVersion, getSuperDetectionFilter, getTask, getTaskGroupParams, getTaskMonitor, getUnitName, getUnitType, haveTask, haveTaskClass, isInTimeChunk, isTaskCancelled, killTasks, loadSecondaryData, logTaskStatus, newMonitorData, prepareTasks, processAllData, processAllData, processData, processLoadedData, restoreSettings, runTasks, setCompletionStatus, setDataTimeLimits, setPrimaryDataBlock, setSummaryLists, setSuperDetectionFilter, setTaskMonitor, shouldProcess, shouldProcess, tasksDone
-
Constructor Details
-
Method Details
-
runBackgroundTasks
Description copied from class:OfflineTaskGroup
Move all of the functions out of the TaskGroupWorker class so that they can be overridden / modified in specialist versions of OfflineTaskGroup- Overrides:
runBackgroundTasks
in classOfflineTaskGroup
- Parameters:
taskGroupWorker
-
-