Package org.molgenis.data.index.job
Class IndexJobExecution
- java.lang.Object
-
- org.molgenis.data.support.StaticEntity
-
- org.molgenis.jobs.model.JobExecution
-
- org.molgenis.data.index.job.IndexJobExecution
-
- All Implemented Interfaces:
org.molgenis.data.Entity,org.molgenis.i18n.Identifiable
public class IndexJobExecution extends org.molgenis.jobs.model.JobExecutionThis entity is used to keep track of the status of the execution of a reindex job.
-
-
Constructor Summary
Constructors Constructor Description IndexJobExecution(String identifier, org.molgenis.data.meta.model.EntityType entityType)IndexJobExecution(org.molgenis.data.Entity entity)IndexJobExecution(org.molgenis.data.meta.model.EntityType entityType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIndexActionJobID()voidsetIndexActionJobID(String id)-
Methods inherited from class org.molgenis.jobs.model.JobExecution
getEndDate, getFailureEmail, getIdentifier, getLog, getProgressInt, getProgressMax, getProgressMessage, getResultUrl, getScheduledJobId, getStartDate, getStatus, getSubmissionDate, getSuccessEmail, getType, getUser, setEndDate, setFailureEmail, setIdentifier, setProgressInt, setProgressMax, setProgressMessage, setResultUrl, setScheduledJobId, setStartDate, setStatus, setSubmissionDate, setSuccessEmail, setType, setUser
-
-
-
-
Constructor Detail
-
IndexJobExecution
public IndexJobExecution(org.molgenis.data.Entity entity)
-
IndexJobExecution
public IndexJobExecution(org.molgenis.data.meta.model.EntityType entityType)
-
IndexJobExecution
public IndexJobExecution(String identifier, org.molgenis.data.meta.model.EntityType entityType)
-
-