Class SimpleExpressionExperimentLoadTaskCommand
java.lang.Object
ubic.gemma.core.job.TaskCommand
ubic.gemma.web.controller.expression.experiment.SimpleExpressionExperimentLoadTaskCommand
- All Implemented Interfaces:
Serializable
Extends a SimpleExpressionExperimentMetaData with information about the file and provide simplified taxon/platform
information.
- Author:
- pavlidis
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.core.job.TaskCommand
MAX_QUEUING_MILLIS, MAX_RUNTIME_MILLIS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetName()getScale()Obtain the class of theTaskobject that will be run for this command.inthashCode()booleanvoidsetArrayDesignIds(Collection<Long> arrayDesignIds) voidsetDescription(String description) voidsetIsRatio(Boolean isRatio) voidvoidsetOriginalFileName(String originalFileName) voidsetPubMedId(Integer pubMedId) voidsetQuantitationTypeDescription(String quantitationTypeDescription) voidsetQuantitationTypeName(String quantitationTypeName) voidvoidsetServerFilePath(String serverFilePath) voidsetShortName(String shortName) voidsetTaxonId(Long taxonId) voidsetValidateOnly(boolean validateOnly) toString()Methods inherited from class ubic.gemma.core.job.TaskCommand
getMaxQueueMillis, getMaxRuntimeMillis, getPersistJobDetails, getSecurityContext, getSubmitter, isEmailAlert, setEmailAlert, setMaxQueueMillis, setMaxRuntimeMillis, setPersistJobDetails
-
Constructor Details
-
SimpleExpressionExperimentLoadTaskCommand
public SimpleExpressionExperimentLoadTaskCommand()
-
-
Method Details
-
getTaskClass
Description copied from class:TaskCommandObtain the class of theTaskobject that will be run for this command.If null, the task command cannot be submitted through
TaskRunningService.submitTaskCommand(TaskCommand)and a task object must be explicitly created.For now, this how we map from TaskCommand to Task that actually runs it. We have to have this mapping somewhere until we make Tasks themselves serializable. Tasks are not readily serializable because they have dependencies to Spring services. at which point TaskCommand can be deprecated(or remain as TaskContext).
- Overrides:
getTaskClassin classTaskCommand
-
getShortName
-
getName
-
getDescription
-
getTaxonId
-
getArrayDesignIds
-
getQuantitationTypeName
-
getQuantitationTypeDescription
-
getIsRatio
-
getScale
-
getPubMedId
-
isValidateOnly
public boolean isValidateOnly() -
getServerFilePath
-
getOriginalFileName
-
setShortName
-
setName
-
setDescription
-
setTaxonId
-
setArrayDesignIds
-
setQuantitationTypeName
-
setQuantitationTypeDescription
-
setIsRatio
-
setScale
-
setPubMedId
-
setValidateOnly
public void setValidateOnly(boolean validateOnly) -
setServerFilePath
-
setOriginalFileName
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-