
Package ca.uhn.fhir.jpa.bulk.export.api
Interface IBulkDataExportJobSchedulingHelper
public interface IBulkDataExportJobSchedulingHelper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Stops all invoked jobs, and then purges them.void
invoked via scheduled task, purges any tasks which are past their cutoff point.void
Given all Bulk Export jobs that have been created since the last scheduled run, this method will start them all.
-
Method Details
-
purgeExpiredFiles
void purgeExpiredFiles()invoked via scheduled task, purges any tasks which are past their cutoff point. -
cancelAndPurgeAllJobs
void cancelAndPurgeAllJobs()Stops all invoked jobs, and then purges them. -
startSubmittedJobs
void startSubmittedJobs()Given all Bulk Export jobs that have been created since the last scheduled run, this method will start them all. This is invoked primarily via a scheduler.
-