Class ResourceDeleteJobExecution

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

    public class ResourceDeleteJobExecution
    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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ResourceIdentifier> getResources()  
      void setResources​(java.util.List<ResourceIdentifier> resourceIdentifiers)  
      • 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

      • ResourceDeleteJobExecution

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

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

        public ResourceDeleteJobExecution​(java.lang.String id,
                                          org.molgenis.data.meta.model.EntityType entityType)