All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.molgenis.data.jobs.JobExecutionUpdater Maven / Gradle / Ivy

There is a newer version: 1.21.5
Show newest version
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