Class IndexJobExecution

  • All Implemented Interfaces:
    org.molgenis.data.Entity, org.molgenis.i18n.Identifiable

    public class IndexJobExecution
    extends org.molgenis.jobs.model.JobExecution
    This entity is used to keep track of the status of the execution of a reindex job.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.molgenis.jobs.model.JobExecution

        org.molgenis.jobs.model.JobExecution.Status
    • Field Summary

      • Fields inherited from class org.molgenis.jobs.model.JobExecution

        MAX_LOG_LENGTH, MAX_PROGRESS_MESSAGE_LENGTH, TRUNCATION_BANNER
    • 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
      String getIndexActionJobID()  
      void setIndexActionJobID​(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
      • Methods inherited from class org.molgenis.data.support.StaticEntity

        get, getAttributeNames, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInstant, getInt, getLabelValue, getLocalDate, getLong, getString, init, set, set, setIdValue, toString
    • 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)
    • Method Detail

      • getIndexActionJobID

        public String getIndexActionJobID()
      • setIndexActionJobID

        public void setIndexActionJobID​(String id)