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.TaskCommandMAX_QUEUING_MINUTES, MAX_RUNTIME_MINUTES
 
- 
 - 
Constructor SummaryConstructors Constructor Description BatchInfoFetchTaskCommand(ExpressionExperiment expressionExperiment)
 - 
Method SummaryAll 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.ExpressionExperimentReportTaskCommanddoAll, getExpressionExperiment, setAll, setExpressionExperiment
 - 
Methods inherited from class ubic.gemma.core.job.TaskCommandgetEntityId, getMaxQueueMinutes, getMaxRuntime, getPersistJobDetails, getSecurityContext, getSubmitter, getTaskId, isEmailAlert, setEmailAlert, setEntityId, setMaxQueueMinutes, setMaxRuntime, setPersistJobDetails, setTaskId
 
- 
 
- 
- 
- 
Constructor Detail- 
BatchInfoFetchTaskCommandpublic BatchInfoFetchTaskCommand(ExpressionExperiment expressionExperiment) 
 
- 
 - 
Method Detail- 
getTaskClasspublic Class<? extends Task<? extends TaskCommand>> getTaskClass() - Overrides:
- getTaskClassin class- ExpressionExperimentReportTaskCommand
 
 
- 
 
-