Class SortaJobExecution

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

    public class SortaJobExecution
    extends org.molgenis.jobs.model.JobExecution
    • 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
      SortaJobExecution​(java.lang.String identifier, org.molgenis.data.meta.model.EntityType entityType)  
      SortaJobExecution​(org.molgenis.data.Entity entity)  
      SortaJobExecution​(org.molgenis.data.meta.model.EntityType entityType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDeleteUrl()  
      java.lang.String getName()  
      java.lang.String getOntologyIri()  
      java.lang.String getResultEntityName()  
      java.lang.String getSourceEntityName()  
      double getThreshold()  
      void setDeleteUrl​(java.lang.String deleteUrl)  
      void setName​(java.lang.String name)  
      void setOntologyIri​(java.lang.String ontologyIri)  
      void setResultEntityName​(java.lang.String resultEntityName)  
      void setSourceEntityName​(java.lang.String sourceEntityName)  
      void setThreshold​(double threshold)  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.molgenis.data.Entity

        get, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getInstant, getInt, getLocalDate, getLong, getString, set
    • Constructor Detail

      • SortaJobExecution

        public SortaJobExecution​(org.molgenis.data.Entity entity)
      • SortaJobExecution

        public SortaJobExecution​(org.molgenis.data.meta.model.EntityType entityType)
      • SortaJobExecution

        public SortaJobExecution​(java.lang.String identifier,
                                 org.molgenis.data.meta.model.EntityType entityType)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getResultEntityName

        public java.lang.String getResultEntityName()
      • setResultEntityName

        public void setResultEntityName​(java.lang.String resultEntityName)
      • getSourceEntityName

        public java.lang.String getSourceEntityName()
      • setSourceEntityName

        public void setSourceEntityName​(java.lang.String sourceEntityName)
      • getDeleteUrl

        public java.lang.String getDeleteUrl()
      • setDeleteUrl

        public void setDeleteUrl​(java.lang.String deleteUrl)
      • setOntologyIri

        public void setOntologyIri​(java.lang.String ontologyIri)
      • getOntologyIri

        public java.lang.String getOntologyIri()
      • setThreshold

        public void setThreshold​(double threshold)
      • getThreshold

        public double getThreshold()