
org.molgenis.data.jobs.JobExecutionUpdater Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of molgenis-jobs Show documentation
Show all versions of molgenis-jobs Show documentation
Jobs framework and data model.
package org.molgenis.data.jobs;
/**
* Updates {@link JobExecution} details in the repository. Runs with system privileges in a separate transaction.
*/
public interface JobExecutionUpdater
{
void update(JobExecution jobExecution);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy