Package ca.uhn.fhir.jpa.bulk.export.api
Interface IBulkDataExportJobSchedulingHelper
public interface IBulkDataExportJobSchedulingHelper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
invoked via scheduled task, purges any tasks which are past their cutoff point.
-
Method Details
-
purgeExpiredFiles
invoked via scheduled task, purges any tasks which are past their cutoff point. -
cancelAndPurgeAllJobs
Deprecated.Stops all invoked jobs, and then purges them.
-