Class BatchInfoFetchTaskCommand
- java.lang.Object
-
- ubic.gemma.core.job.TaskCommand
-
- ubic.gemma.core.tasks.maintenance.ExpressionExperimentReportTaskCommand
-
- ubic.gemma.core.tasks.analysis.expression.BatchInfoFetchTaskCommand
-
- All Implemented Interfaces:
Serializable
public class BatchInfoFetchTaskCommand extends ExpressionExperimentReportTaskCommand
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.job.TaskCommand
MAX_QUEUING_MINUTES, MAX_RUNTIME_MINUTES
-
-
Constructor Summary
Constructors Constructor Description BatchInfoFetchTaskCommand(ExpressionExperiment expressionExperiment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Task<? extends TaskCommand>>
getTaskClass()
-
Methods inherited from class ubic.gemma.core.tasks.maintenance.ExpressionExperimentReportTaskCommand
doAll, getExpressionExperiment, setAll, setExpressionExperiment
-
Methods inherited from class ubic.gemma.core.job.TaskCommand
getEntityId, getMaxQueueMinutes, getMaxRuntime, getPersistJobDetails, getSecurityContext, getSubmitter, getTaskId, isEmailAlert, setEmailAlert, setEntityId, setMaxQueueMinutes, setMaxRuntime, setPersistJobDetails, setTaskId
-
-
-
-
Constructor Detail
-
BatchInfoFetchTaskCommand
public BatchInfoFetchTaskCommand(ExpressionExperiment expressionExperiment)
-
-
Method Detail
-
getTaskClass
public Class<? extends Task<? extends TaskCommand>> getTaskClass()
- Overrides:
getTaskClass
in classExpressionExperimentReportTaskCommand
-
-